Merge version_2 into main #2
309
src/app/page.tsx
309
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
name: "الرئيسية | Home", id: "hero"},
|
||||
{
|
||||
name: "عن الفندق",
|
||||
id: "about",
|
||||
},
|
||||
name: "عن الفندق | About", id: "about"},
|
||||
{
|
||||
name: "الغرف والأجنحة",
|
||||
id: "rooms",
|
||||
},
|
||||
name: "الغرف | Rooms", id: "rooms"},
|
||||
{
|
||||
name: "الأسعار",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "الأسعار | Rates", id: "pricing"},
|
||||
{
|
||||
name: "الآراء",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "الآراء | Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "تواصل معنا",
|
||||
id: "contact",
|
||||
},
|
||||
name: "تواصل | Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Grand Hotel"
|
||||
/>
|
||||
@@ -62,51 +50,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="فخامة لا تُنسى في فندق جراند أوتيل"
|
||||
description="تجربة استثنائية تجمع بين الرقي والضيافة، حيث تلتقي التفاصيل الراقية بالراحة المطلقة لتجعل إقامتك ذكرى لا تُنسى."
|
||||
title="فخامة لا تُنسى | Unforgettable Luxury"
|
||||
description="تجربة استثنائية تجمع بين الرقي والضيافة. An exceptional experience blending refinement and hospitality."
|
||||
buttons={[
|
||||
{
|
||||
text: "احجز إقامتك الآن",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "احجز الآن | Book Now", href: "#contact"},
|
||||
{
|
||||
text: "اكتشف خدماتنا",
|
||||
href: "#about",
|
||||
},
|
||||
text: "اكتشف | Discover", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-pillow-bed-decoration-beautiful-luxury-bedroom-interior_74190-7970.jpg?_wi=1"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bed-with-white-duvet-black-cushion_1203-549.jpg",
|
||||
alt: "Bed with white duvet and black cushion",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/decor-white-bedroom-modern-lifestyle_1203-5180.jpg",
|
||||
alt: "decor white bedroom modern lifestyle",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg",
|
||||
alt: "High angle cozy bed arrangement with tea",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-fedora-hat-cozy-bed-with-pillows_181624-40548.jpg",
|
||||
alt: "Cute fedora hat on cozy bed with pillows",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/white-pillow-bed-decoration-beautiful-luxury-bedroom-interior_74190-7970.jpg",
|
||||
alt: "luxury hotel exterior sunset",
|
||||
},
|
||||
]}
|
||||
avatarText="أكثر من 10,000 ضيف سعيد"
|
||||
avatarText="أكثر من 10,000 ضيف | 10,000+ happy guests"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="أكثر من مجرد فندق"
|
||||
description="في فندق جراند أوتيل، نؤمن بأن الخدمة تبدأ من التفاصيل. نوفر بيئة هادئة ومريحة للمسافرين بغرض العمل أو لقضاء العطلات، مدعومين بخدمة خمس نجوم تفوق توقعات ضيوفنا."
|
||||
title="أكثر من مجرد فندق | More Than Just a Hotel"
|
||||
description="نحن نؤمن بأن الخدمة تبدأ من التفاصيل. We believe service begins with the details."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
@@ -117,39 +79,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Service",
|
||||
title: "خدمة استثنائية",
|
||||
items: [
|
||||
"استقبال على مدار الساعة",
|
||||
"خدمة تنظيف يومية ممتازة",
|
||||
"موظفون ودودون ومحترفون",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Value",
|
||||
title: "قيمة ممتازة مقابل السعر",
|
||||
items: [
|
||||
"أسعار منافسة جدًا",
|
||||
"باقات متنوعة تناسب الجميع",
|
||||
"عروض دائمة للعملاء المميزين",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Comfort",
|
||||
title: "راحة لا تضاهى",
|
||||
items: [
|
||||
"غرف واسعة ومؤثثة بأناقة",
|
||||
"مراتب مريحة للنوم",
|
||||
"هدوء تام واسترخاء",
|
||||
],
|
||||
},
|
||||
{ id: "f1", label: "Service", title: "خدمة متميزة | Premium Service", items: ["استقبال 24/7 | 24/7 Reception", "تنظيف يومي | Daily Housekeeping"] },
|
||||
{ id: "f2", label: "Value", title: "قيمة استثنائية | Exceptional Value", items: ["أسعار تنافسية | Competitive Rates", "عروض حصرية | Exclusive Offers"] },
|
||||
{ id: "f3", label: "Comfort", title: "راحة مطلقة | Absolute Comfort", items: ["غرف واسعة | Spacious Rooms", "هدوء تام | Perfect Tranquility"] },
|
||||
]}
|
||||
title="لماذا يختارنا ضيوفنا؟"
|
||||
description="نحن ملتزمون بتقديم أعلى معايير الجودة والضيافة."
|
||||
title="لماذا يختارنا ضيوفنا؟ | Why Guests Choose Us"
|
||||
description="نلتزم بأعلى معايير الجودة والضيافة العالمية. Committed to global standards of quality and hospitality."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,51 +95,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "غرفة قياسية",
|
||||
price: "400 EGP",
|
||||
variant: "مريحة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "جناح أعمال",
|
||||
price: "750 EGP",
|
||||
variant: "عملية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891532.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "غرفة ديلوكس",
|
||||
price: "900 EGP",
|
||||
variant: "راقية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv_105762-2214.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "جناح العائلة",
|
||||
price: "1200 EGP",
|
||||
variant: "واسعة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2347.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "غرفة مزدوجة",
|
||||
price: "600 EGP",
|
||||
variant: "مؤثثة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-smartphone-vibrator_23-2150232150.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "جناح ملكي",
|
||||
price: "2500 EGP",
|
||||
variant: "فاخرة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-have-fun-bedroom-fighting-with-big-pillows-home_1153-3755.jpg",
|
||||
},
|
||||
{ id: "p1", name: "غرفة قياسية | Standard Room", price: "$400", variant: "مريحة | Cozy", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg" },
|
||||
{ id: "p2", name: "جناح أعمال | Business Suite", price: "$750", variant: "عملية | Functional", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891532.jpg" },
|
||||
{ id: "p3", name: "جناح ملكي | Royal Suite", price: "$2500", variant: "فاخرة | Luxury", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv_105762-2214.jpg" },
|
||||
]}
|
||||
title="أجنحتنا وغرفنا الفاخرة"
|
||||
description="اختر من بين تشكيلتنا المختارة بعناية لراحتك."
|
||||
title="أجنحتنا الفاخرة | Our Luxury Suites"
|
||||
description="اختر الفخامة التي تناسب ذوقك. Choose the luxury that fits your taste."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -214,44 +110,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "فيلوباتير جورج",
|
||||
role: "مسافر أعمال",
|
||||
testimonial: "خدمة خمس نجوم حقيقية، واهتمام كبير بأدق التفاصيل.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-feeding-his-bride-with-croissant-cafe_176420-2272.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "إسلام أنور",
|
||||
role: "ضيف مميز",
|
||||
testimonial: "ممتاز بكل ما تحمله الكلمة من معنى، استمتعت جداً بكل لحظة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-thumbs-up-stairs-by-pool-white-robe-smile-post-swim-like_169016-69213.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "زهرة الليلك",
|
||||
role: "ضيفة",
|
||||
testimonial: "الموقع والخدمة والغرف كانت مثالية تماماً.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-looking-away-while-using-mobile-phone-street_637285-10379.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Helten97",
|
||||
role: "مسافر عطلة",
|
||||
testimonial: "سعر ممتاز مقابل تجربة رائعة، سأعود مرة أخرى بكل تأكيد.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-with-coffee-cup_23-2149429379.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "علي حسوب",
|
||||
role: "مسافر أعمال",
|
||||
testimonial: "ممتاز جداً، خدمة احترافية وموقع رائع.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Ahmed S.", role: "مسافر أعمال | Business Traveler", testimonial: "تجربة خيالية. An incredible experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-looking-away-while-using-mobile-phone-street_637285-10379.jpg" },
|
||||
]}
|
||||
title="ماذا يقول ضيوفنا عن تجربتهم؟"
|
||||
description="فخرنا الحقيقي هو رضا ضيوفنا الدائم."
|
||||
title="آراء ضيوفنا | Guest Testimonials"
|
||||
description="نعتز بثقتكم. We value your trust."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -261,59 +123,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "الإقامة الأساسية",
|
||||
price: "400 EGP",
|
||||
period: "/ ليلة",
|
||||
features: [
|
||||
"غرفة مفردة",
|
||||
"فطور مجاني",
|
||||
"واي فاي سريع",
|
||||
],
|
||||
button: {
|
||||
text: "اختر هذا العرض",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-ski-resort-used-winter-sports_482257-76560.jpg",
|
||||
imageAlt: "Empty ski resort used for winter sports",
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
title: "إقامة رجال الأعمال",
|
||||
price: "750 EGP",
|
||||
period: "/ ليلة",
|
||||
features: [
|
||||
"غرفة ديلوكس",
|
||||
"مكتب عمل",
|
||||
"وصول للصالات",
|
||||
"خدمة كي الملابس",
|
||||
],
|
||||
button: {
|
||||
text: "اختر هذا العرض",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-pillow-bed-decoration-beautiful-luxury-bedroom-interior_74190-7970.jpg?_wi=2",
|
||||
imageAlt: "Empty ski resort used for winter sports",
|
||||
},
|
||||
{
|
||||
id: "luxury",
|
||||
title: "الإقامة الملكية",
|
||||
price: "2500 EGP",
|
||||
period: "/ ليلة",
|
||||
features: [
|
||||
"جناح خاص",
|
||||
"استقبال VIP",
|
||||
"خدمة تنظيف 24/7",
|
||||
"وجبات فاخرة",
|
||||
],
|
||||
button: {
|
||||
text: "اختر هذا العرض",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2",
|
||||
imageAlt: "Empty ski resort used for winter sports",
|
||||
},
|
||||
{ id: "basic", title: "الإقامة الأساسية | Standard Stay", price: "$400", period: "/ ليلة", features: ["فطور مجاني | Free Breakfast", "واي فاي | Wi-Fi"], button: { text: "احجز الآن | Book Now" } },
|
||||
{ id: "pro", title: "إقامة رجال الأعمال | Business Stay", price: "$750", period: "/ ليلة", features: ["دخول الصالة | Lounge Access", "خدمة كي | Laundry Service"], button: { text: "احجز الآن | Book Now" } },
|
||||
]}
|
||||
title="خطط الإقامة لدينا"
|
||||
description="باقات مرنة تناسب احتياجات رحلتك."
|
||||
title="الباقات المتوفرة | Our Packages"
|
||||
description="اختر خطة الإقامة التي تناسبك. Pick the stay plan that suits you."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -322,24 +136,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "هل يتوفر واي فاي سريع؟",
|
||||
content: "نعم، نوفر إنترنت فائق السرعة في كافة أنحاء الفندق مجانًا.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "هل يوجد مواقف سيارات؟",
|
||||
content: "نعم، تتوفر مواقف خاصة لضيوفنا مع أمن 24 ساعة.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "هل يمكن حجز قاعات اجتماعات؟",
|
||||
content: "نعم، نوفر قاعات مجهزة بالكامل لجميع أنواع الاجتماعات.",
|
||||
},
|
||||
{ id: "q1", title: "هل تتوفر خدمة الواي فاي؟ | Is Wi-Fi available?", content: "نعم، متوفرة مجاناً في كل مكان. Yes, available everywhere for free." },
|
||||
]}
|
||||
title="الأسئلة الشائعة"
|
||||
description="نجيب على كافة استفساراتكم لضمان راحة بالكم."
|
||||
title="الأسئلة الشائعة | FAQ"
|
||||
description="نجيب على استفساراتكم. Answering your questions."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -347,13 +147,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="تواصل معنا"
|
||||
title="نحن بانتظار زيارتك"
|
||||
description="احجز الآن واستمتع بتجربة ضيافة استثنائية في قلب المدينة. فريقنا مستعد لتلقي طلباتكم."
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="تواصل معنا | Contact Us"
|
||||
title="جاهز للحجز؟ | Ready to Book?"
|
||||
description="فريقنا بانتظار خدمتك. Our team is waiting to serve you."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-pillow-bed-decoration-beautiful-luxury-bedroom-interior_74190-7970.jpg?_wi=3"
|
||||
/>
|
||||
</div>
|
||||
@@ -361,37 +158,13 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199334.jpg"
|
||||
logoText="فندق جراند أوتيل"
|
||||
logoText="Grand Hotel | فندق جراند"
|
||||
columns={[
|
||||
{
|
||||
title: "روابط سريعة",
|
||||
items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "عن الفندق",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "احجز الآن",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
title: "تصفح | Browse", items: [{ label: "الرئيسية | Home", href: "/" }, { label: "الأسعار | Rates", href: "#pricing" }],
|
||||
},
|
||||
{
|
||||
title: "قانوني",
|
||||
items: [
|
||||
{
|
||||
label: "سياسة الخصوصية",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "شروط الاستخدام",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "القانوني | Legal", items: [{ label: "الخصوصية | Privacy", href: "#" }, { label: "الشروط | Terms", href: "#" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -399,4 +172,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user