---
import Link from "@components/ui/Link.astro"
---
<div class="copyRight w-full text-center py-7 mt-5 relative lg:absolute bottom-0">
    <div class="container">
        <p>© 2024 <Link href="#!" Class="" aria="copyRight link" text="proNight"/> جميع الحقوق محفوظة</p>
    </div>
</div>