diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fbbf51..f9e67a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,10 +9,8 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Check } from "lucide-react"; export default function LandingPage() { return ( @@ -61,7 +59,7 @@ export default function LandingPage() { @@ -141,7 +139,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} tag="تواصل معنا | Contact Us" title="جاهز للحجز؟ | Ready to Book?" - description="فريقنا بانتظار خدمتك. Our team is waiting to serve you." + description="اتصل بنا على: 015 55583155. Call us at: 015 55583155." imageSrc="http://img.b2bpic.net/free-photo/white-pillow-bed-decoration-beautiful-luxury-bedroom-interior_74190-7970.jpg?_wi=3" /> @@ -163,4 +161,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}