Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-01 19:32:39 +00:00

View File

@@ -25,194 +25,94 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "الرئيسية",
id: "hero",
},
{
name: "عن المطعم",
id: "about",
},
{
name: "قائمتنا",
id: "menu",
},
{
name: "آراء العملاء",
id: "testimonials",
},
{
name: "اتصل بنا",
id: "contact",
},
]}
brandName="Rbai Restaurant"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "الرئيسية", id: "hero" },
{ name: "عن المطعم", id: "about" },
{ name: "قائمتنا", id: "menu" },
{ name: "آراء العملاء", id: "testimonials" },
{ name: "اتصل بنا", id: "contact" },
]}
brandName="Rbai Restaurant"
button={{ text: "احجز الآن", href: "tel:+21699999999" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Rbai Restaurant"
description="تجربة طعام استثنائية تجمع بين الأصالة والرقي. استمتع بأشهى الأطباق المحضرة بعناية لتناسب ذوقك الرفيع."
buttons={[
{
text: "اتصل بنا",
href: "tel:+21699999999",
},
{
text: "اطلب عبر الواتساب",
href: "https://wa.me/21699999999",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Rbai Restaurant"
description="تجربة طعام استثنائية تجمع بين الأصالة والرقي. استمتع بأشهى الأطباق المحضرة بعناية لتناسب ذوقك الرفيع."
buttons={[
{ text: "اتصل بنا", href: "tel:+21699999999" },
{ text: "اطلب عبر الواتساب", href: "https://wa.me/21699999999" },
]}
imageSrc="http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="قصتنا في Rbai"
description="نحن في مطعم Rbai نؤمن بأن الطعام هو لغة الفن. نختار أفضل المكونات لنقدم لكم تجربة لا تُنسى في كل زيارة."
imageSrc="http://img.b2bpic.net/free-photo/grey-cooking-pot_417767-506.jpg"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="قصتنا في Rbai"
description="نحن في مطعم Rbai نؤمن بأن الطعام هو لغة الفن. نختار أفضل المكونات لنقدم لكم تجربة لا تُنسى في كل زيارة."
imageSrc="http://img.b2bpic.net/free-photo/grey-cooking-pot_417767-506.jpg"
/>
</div>
<div id="menu" data-section="menu">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
brand: "مقبلات",
name: "طبق Rbai الخاص",
price: "تمتع بالطعم",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-beef-meal-copy-space_23-2148516921.jpg",
},
{
id: "2",
brand: "طبق رئيسي",
name: "مشاوي مشكلة",
price: "طازج ولذيذ",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-mean-piece-lemon-slice_114579-2130.jpg",
},
{
id: "3",
brand: "حلويات",
name: "حلوى شرقية فاخرة",
price: "لمسة ختامية",
rating: 4,
reviewCount: "80",
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg",
},
]}
title="أطباقنا المميزة"
description="تذوق الفخامة مع قائمتنا المختارة من أشهى المأكولات."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", brand: "مقبلات", name: "طبق Rbai الخاص", price: "تمتع بالطعم", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-beef-meal-copy-space_23-2148516921.jpg" },
{ id: "2", brand: "طبق رئيسي", name: "مشاوي مشكلة", price: "طازج ولذيذ", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-soup-with-mean-piece-lemon-slice_114579-2130.jpg" },
{ id: "3", brand: "حلويات", name: "حلوى شرقية فاخرة", price: "لمسة ختامية", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg" },
]}
title="أطباقنا المميزة"
description="تذوق الفخامة مع قائمتنا المختارة من أشهى المأكولات."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "أحمد",
handle: "@ahmed",
testimonial: "تجربة لا تنسى، الأكل كان رائعاً والخدمة ممتازة.",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg?_wi=1",
},
{
id: "2",
name: "سارة",
handle: "@sarah",
testimonial: "مطعم فخم وأجواء دافئة، أوصي به بشدة.",
imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg",
},
{
id: "3",
name: "ياسين",
handle: "@yassine",
testimonial: "أفضل مطعم جربته في تونس، جودة خيالية.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-women-having-dinner-together_23-2148454093.jpg",
},
{
id: "4",
name: "ريم",
handle: "@rim",
testimonial: "خدمة ممتازة وطعام لذيذ، سأعود مرة أخرى.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg",
},
{
id: "5",
name: "خالد",
handle: "@khalid",
testimonial: "تجربة فاخرة بكل المقاييس، الطعم لا يضاهى.",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg?_wi=2",
},
]}
title="آراء ضيوفنا"
description="نحن فخورون بأن نكون وجهتكم المفضلة."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "أحمد", handle: "@ahmed", testimonial: "تجربة لا تنسى، الأكل كان رائعاً والخدمة ممتازة.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg" },
{ id: "2", name: "سارة", handle: "@sarah", testimonial: "مطعم فخم وأجواء دافئة، أوصي به بشدة.", imageSrc: "http://img.b2bpic.net/free-photo/male-suit-showing-thumb-up_23-2148112210.jpg" },
{ id: "3", name: "ياسين", handle: "@yassine", testimonial: "أفضل مطعم جربته في تونس، جودة خيالية.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-women-having-dinner-together_23-2148454093.jpg" },
{ id: "4", name: "ريم", handle: "@rim", testimonial: "خدمة ممتازة وطعام لذيذ، سأعود مرة أخرى.", imageSrc: "http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg" },
{ id: "5", name: "خالد", handle: "@khalid", testimonial: "تجربة فاخرة بكل المقاييس، الطعم لا يضاهى.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waiter-using-digital-tablet-while-talking-couple-taking-their-order-cafe_637285-540.jpg" },
]}
title="آراء ضيوفنا"
description="نحن فخورون بأن نكون وجهتكم المفضلة."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
tag="تواصل معنا"
title="نحن بانتظارك"
description="احجز طاولتك الآن أو تواصل معنا لأي استفسار."
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
tag="تواصل معنا"
title="نحن بانتظارك"
description="احجز طاولتك الآن أو تواصل معنا لأي استفسار."
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg"
columns={[
{
title: "القائمة",
items: [
{
label: "الرئيسية",
href: "#hero",
},
{
label: "عن المطعم",
href: "#about",
},
],
},
{
title: "التواصل",
items: [
{
label: "اتصل بنا",
href: "tel:+21699999999",
},
{
label: "واتساب",
href: "https://wa.me/21699999999",
},
],
},
]}
copyrightText="© 2025 | Rbai Restaurant"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg"
columns={[
{ title: "القائمة", items: [{ label: "الرئيسية", href: "#hero" }, { label: "عن المطعم", href: "#about" }] },
{ title: "التواصل", items: [{ label: "اتصل بنا", href: "tel:+21699999999" }, { label: "واتساب", href: "https://wa.me/21699999999" }] },
]}
copyrightText="© 2025 | Rbai Restaurant"
/>
</div>
</ReactLenis>
</ThemeProvider>
);