Update src/app/page.tsx

This commit is contained in:
2026-05-06 09:51:14 +00:00
parent fa7daa23ba
commit 595a683d8e

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "الرئيسية",
id: "hero",
},
{
name: "عن المطعم",
id: "about",
},
{
name: "القائمة",
id: "menu",
},
{
name: "تواصل معنا",
id: "contact",
},
{ name: "الرئيسية", id: "hero" },
{ name: "عن المطعم", id: "about" },
{ name: "القائمة", id: "menu" },
{ name: "تواصل معنا", id: "contact" },
]}
brandName="مطعم البلاطان"
/>
@@ -57,37 +45,14 @@ export default function LandingPage() {
<HeroCarouselLogo
logoText="مطعم البلاطان"
description="تجربة طعام لا تُنسى حيث يمتزج المذاق الأصيل بالفخامة والخدمة الراقية في قلب المدينة."
buttons={[
{
text: "احجز طاولتك",
href: "#contact",
},
]}
buttons={[{ text: "احجز طاولتك", href: "#contact" }]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg?_wi=1",
imageAlt: "فاخر",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/baker-hands-pouring-oil-dough-composition_23-2148302923.jpg?_wi=1",
imageAlt: "مذاق",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=1",
imageAlt: "تصميم",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lunch-set-chocan-salat-borschc-meat-with-mashed-potato-top-view_140725-11299.jpg?_wi=1",
imageAlt: "طعام",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg?_wi=1",
imageAlt: "أجواء",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-plate-with-salad-near-service-bell_23-2148040240.jpg",
imageAlt: "خدمة",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg", imageAlt: "فاخر" },
{ imageSrc: "http://img.b2bpic.net/free-photo/baker-hands-pouring-oil-dough-composition_23-2148302923.jpg", imageAlt: "مذاق" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg", imageAlt: "تصميم" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lunch-set-chocan-salat-borschc-meat-with-mashed-potato-top-view_140725-11299.jpg", imageAlt: "طعام" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg", imageAlt: "أجواء" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cook-holding-plate-with-salad-near-service-bell_23-2148040240.jpg", imageAlt: "خدمة" },
]}
/>
</div>
@@ -110,31 +75,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "مكونات طازجة",
description: "نعتمد على أجود أنواع المكونات المحلية.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-sweet-biscuits-inside-designed-plate-black_140725-104234.jpg",
},
{
title: "طهاة محترفون",
description: "فريق عمل بخبرة دولية عريقة.",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-teriyaki-sauce-with-red-cabbahe-herbs-lemon_114579-3395.jpg",
},
{
title: "أجواء هادئة",
description: "تصميم داخلي يبعث على الراحة.",
imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-lettuce-olives-corn-tomatoes-top-view_114579-9762.jpg",
},
{
title: "خدمة عملاء",
description: "تلبية احتياجاتكم هي أولويتنا.",
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg",
},
{
title: "موقع متميز",
description: "في قلب المدينة لسهولة الوصول.",
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728034.jpg",
},
{ title: "مكونات طازجة", description: "نعتمد على أجود أنواع المكونات المحلية.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-sweet-biscuits-inside-designed-plate-black_140725-104234.jpg" },
{ title: "طهاة محترفون", description: "فريق عمل بخبرة دولية عريقة.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-teriyaki-sauce-with-red-cabbahe-herbs-lemon_114579-3395.jpg" },
{ title: "أجواء هادئة", description: "تصميم داخلي يبعث على الراحة.", imageSrc: "http://img.b2bpic.net/free-photo/tuna-salad-with-lettuce-olives-corn-tomatoes-top-view_114579-9762.jpg" },
{ title: "خدمة عملاء", description: "تلبية احتياجاتكم هي أولويتنا.", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727967.jpg" },
{ title: "موقع متميز", description: "في قلب المدينة لسهولة الوصول.", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728034.jpg" },
]}
title="لماذا تختار البلاطان؟"
description="نجمع بين الجودة والمكان المثالي لضمان تجربة متكاملة."
@@ -148,42 +93,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "1",
name: "مشويات ملكية",
price: "١٥٠ ريال",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg",
},
{
id: "2",
name: "طبق اللحم البلدي",
price: "١٢٠ ريال",
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-table_140725-4818.jpg",
},
{
id: "3",
name: "سلطة البلاطان",
price: "٤٠ ريال",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-arrangement_23-2149089679.jpg",
},
{
id: "4",
name: "حلى خاص",
price: "٣٥ ريال",
imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-strawberries-white-plate_114579-13807.jpg",
},
{
id: "5",
name: "شوربة اليوم",
price: "٢٥ ريال",
imageSrc: "http://img.b2bpic.net/free-photo/tea-egg-breakfast-top-view_23-2148230525.jpg",
},
{
id: "6",
name: "عصير طبيعي",
price: "٢٠ ريال",
imageSrc: "http://img.b2bpic.net/free-photo/jug-transparent-glass-filled-with-water-slices-fruits_23-2148306989.jpg",
},
{ id: "1", name: "مشويات ملكية", price: "١٥٠ ريال", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg" },
{ id: "2", name: "طبق اللحم البلدي", price: "١٢٠ ريال", imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-table_140725-4818.jpg" },
{ id: "3", name: "سلطة البلاطان", price: "٤٠ ريال", imageSrc: "http://img.b2bpic.net/free-photo/top-view-high-protein-meal-arrangement_23-2149089679.jpg" },
{ id: "4", name: "حلى خاص", price: "٣٥ ريال", imageSrc: "http://img.b2bpic.net/free-photo/slice-cake-with-cocoa-strawberries-white-plate_114579-13807.jpg" },
{ id: "5", name: "شوربة اليوم", price: "٢٥ ريال", imageSrc: "http://img.b2bpic.net/free-photo/tea-egg-breakfast-top-view_23-2148230525.jpg" },
{ id: "6", name: "عصير طبيعي", price: "٢٠ ريال", imageSrc: "http://img.b2bpic.net/free-photo/jug-transparent-glass-filled-with-water-slices-fruits_23-2148306989.jpg" },
]}
title="قائمة الطعام المتميزة"
description="اكتشف تشكيلتنا الواسعة من الأطباق التي تلبي كافة الأذواق."
@@ -197,21 +112,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "١٠ سنوات",
description: "من العطاء والتميز",
},
{
id: "m2",
value: "٥٠٠٠+",
description: "ضيف سعيد",
},
{
id: "m3",
value: "١٠٠٪",
description: "جودة عالية",
},
{ id: "m1", value: "١٠ سنوات", description: "من العطاء والتميز" },
{ id: "m2", value: "٥٠٠٠+", description: "ضيف سعيد" },
{ id: "m3", value: "١٠٠٪", description: "جودة عالية" },
]}
title="أرقام تدعو للفخر"
description="نجاح مستمر بفضل دعمكم."
@@ -222,64 +125,25 @@ export default function LandingPage() {
<TestimonialCardFive
textboxLayout="default"
useInvertedBackground={false}
title="ماذا يقول ضيوفنا؟"
description="آراء ضيوفنا الكرام تعكس تجربتهم الاستثنائية."
testimonials={[
{
id: "t1",
name: "أحمد العتيبي",
date: "٢٠٢٣",
title: "ضيف دائم",
quote: "أفضل تجربة طعام في المدينة بدون منازع.",
tag: "ممتاز",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg?_wi=2",
imageAlt: "happy customer fine dining",
id: "t1", name: "أحمد العتيبي", date: "٢٠٢٣", title: "ضيف دائم", quote: "أفضل تجربة طعام في المدينة بدون منازع.", tag: "ممتاز", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg", imageAlt: "happy customer fine dining"
},
{
id: "t2",
name: "سارة محمد",
date: "٢٠٢٤",
title: "زائرة",
quote: "خدمة رائعة وطعام لا يُقاوم.",
tag: "رائع",
avatarSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-18639.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/baker-hands-pouring-oil-dough-composition_23-2148302923.jpg?_wi=2",
imageAlt: "happy customer fine dining",
id: "t2", name: "سارة محمد", date: "٢٠٢٤", title: "زائرة", quote: "خدمة رائعة وطعام لا يُقاوم.", tag: "رائع", avatarSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-18639.jpg", imageSrc: "http://img.b2bpic.net/free-photo/baker-hands-pouring-oil-dough-composition_23-2148302923.jpg", imageAlt: "happy customer fine dining"
},
{
id: "t3",
name: "خالد سعد",
date: "٢٠٢٣",
title: "عميل",
quote: "الأجواء مثالية للعائلات والمناسبات.",
tag: "مميز",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=2",
imageAlt: "happy customer fine dining",
id: "t3", name: "خالد سعد", date: "٢٠٢٣", title: "عميل", quote: "الأجواء مثالية للعائلات والمناسبات.", tag: "مميز", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg", imageAlt: "happy customer fine dining"
},
{
id: "t4",
name: "نورة العلي",
date: "٢٠٢٤",
title: "ضيفة",
quote: "تنوع الأطباق مذهل، أنصح به الجميع.",
tag: "مذهل",
avatarSrc: "http://img.b2bpic.net/free-photo/multicultural-friends-laughing-together-medium-shot_23-2148422484.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lunch-set-chocan-salat-borschc-meat-with-mashed-potato-top-view_140725-11299.jpg?_wi=2",
imageAlt: "happy customer fine dining",
id: "t4", name: "نورة العلي", date: "٢٠٢٤", title: "ضيفة", quote: "تنوع الأطباق مذهل، أنصح به الجميع.", tag: "مذهل", avatarSrc: "http://img.b2bpic.net/free-photo/multicultural-friends-laughing-together-medium-shot_23-2148422484.jpg", imageSrc: "http://img.b2bpic.net/free-photo/lunch-set-chocan-salat-borschc-meat-with-mashed-potato-top-view_140725-11299.jpg", imageAlt: "happy customer fine dining"
},
{
id: "t5",
name: "فهد العمر",
date: "٢٠٢٤",
title: "ضيف",
quote: "تجربة استثنائية من كل الجوانب.",
tag: "استثنائي",
avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg?_wi=2",
imageAlt: "happy customer fine dining",
id: "t5", name: "فهد العمر", date: "٢٠٢٤", title: "ضيف", quote: "تجربة استثنائية من كل الجوانب.", tag: "استثنائي", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bar-table-with-bar-chairs-cafe_181624-60461.jpg", imageAlt: "happy customer fine dining"
},
]}
title="ماذا يقول ضيوفنا؟"
/>
</div>
@@ -287,21 +151,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "هل يتوفر حجز مسبق؟",
content: "نعم، يمكنك الحجز عبر الاتصال بنا.",
},
{
id: "f2",
title: "هل توجد مواقف سيارات؟",
content: "نعم، تتوفر مواقف مجانية للضيوف.",
},
{
id: "f3",
title: "هل تستقبلون المناسبات؟",
content: "نعم، يسعدنا استضافة مناسباتكم الخاصة.",
},
{ id: "f1", title: "هل يتوفر حجز مسبق؟", content: "نعم، يمكنك الحجز عبر الاتصال بنا." },
{ id: "f2", title: "هل توجد مواقف سيارات؟", content: "نعم، تتوفر مواقف مجانية للضيوف." },
{ id: "f3", title: "هل تستقبلون المناسبات؟", content: "نعم، يسعدنا استضافة مناسباتكم الخاصة." },
]}
sideTitle="أسئلة شائعة"
faqsAnimation="slide-up"
@@ -311,16 +163,9 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
background={{ variant: "animated-grid" }}
text="احجز طاولتك الآن واستمتع بأجمل الأوقات."
buttons={[
{
text: "اتصل بنا",
href: "tel:00000000",
},
]}
buttons={[{ text: "اتصل بنا", href: "tel:00000000" }]}
/>
</div>
@@ -328,32 +173,12 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="مطعم البلاطان"
columns={[
{
title: "روابط سريعة",
items: [
{
label: "الرئيسية",
href: "#hero",
},
{
label: "عن المطعم",
href: "#about",
},
],
},
{
title: "تواصل",
items: [
{
label: "تواصل معنا",
href: "#contact",
},
],
},
{ title: "روابط سريعة", items: [{ label: "الرئيسية", href: "#hero" }, { label: "عن المطعم", href: "#about" }] },
{ title: "تواصل", items: [{ label: "تواصل معنا", href: "#contact" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}