Update src/app/page.tsx

This commit is contained in:
2026-04-17 11:06:36 +00:00
parent 1ee9f36c63
commit ad0bfc6208

View File

@@ -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() {
<MediaAbout
useInvertedBackground={true}
title="أكثر من مجرد فندق | More Than Just a Hotel"
description="نحن نؤمن بأن الخدمة تبدأ من التفاصيل. We believe service begins with the details."
description="Grand Hotel is located in Asyut, within 600 meters of Asyut Railway Station. We offer comfortable rooms, free Wi-Fi, a terrace, and a bar. Enjoy our continental breakfast, 24-hour front desk with English and Arabic speaking staff, all just 30 km from Asyut International Airport. | يقع فندق جراند في أسيوط على بعد 600 متر من محطة قطار أسيوط، ويوفر غرفاً مريحة وواي فاي مجانياً وتراساً وباراً. كما نقدم إفطاراً كونتيننتال ومكتب استقبال يعمل على مدار 24 ساعة بموظفين يتحدثون العربية والإنجليزية، على بعد 30 كم من مطار أسيوط الدولي."
imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1"
/>
</div>
@@ -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"
/>
</div>
@@ -163,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}