From ad0bfc620893780ea228b341f87ffcf84dcf154d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:06:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 +}