Merge version_1 into main #2
306
src/app/page.tsx
306
src/app/page.tsx
@@ -30,128 +30,45 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
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="الريف البغدادي"
|
||||
button={{ text: "احجز الآن", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="تجربة مشويات وبحريات لا تُقاوم في قلب الرياض"
|
||||
description="نكهات عراقية أصيلة، جودة عالية، وخدمة يشهد لها مئات العملاء. احجز الآن واستمتع بألذ تجربة طعام."
|
||||
testimonials={[
|
||||
{
|
||||
name: "أحمد العتيبي",
|
||||
handle: "@ahmed_riyadh",
|
||||
testimonial: "أفضل مشويات جربتها في الرياض، الطعم لا ينسى!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-fast-food_23-2149333951.jpg?_wi=1",
|
||||
imageAlt: "grilled meat platter Iraqi food",
|
||||
},
|
||||
{
|
||||
name: "سارة المحمد",
|
||||
handle: "@sarah_foodie",
|
||||
testimonial: "تجربة ممتازة، الخدمة راقية جداً والتقديم جميل.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1",
|
||||
imageAlt: "Iraqi restaurant interior atmosphere",
|
||||
},
|
||||
{
|
||||
name: "خالد الشهري",
|
||||
handle: "@khalid_vips",
|
||||
testimonial: "المكان جداً مريح للعائلات والأكل طازج دائمًا.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kebab-minced-chicken-with-dill-parsley_2829-11534.jpg?_wi=1",
|
||||
imageAlt: "grilled kebab skewers charcoal",
|
||||
},
|
||||
{
|
||||
name: "نورة العلي",
|
||||
handle: "@nora_riyadh",
|
||||
testimonial: "أجواء رائعة وطعم أصيل يذكرني بالبيت.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg?_wi=1",
|
||||
imageAlt: "grilled salmon seafood dish",
|
||||
},
|
||||
{
|
||||
name: "عمر خالد",
|
||||
handle: "@omar_foodie",
|
||||
testimonial: "خدمة سريعة وطاقم عمل ودود جداً، سأكرر الزيارة.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-healthy-rice-dish-with-vegetables_140725-113716.jpg?_wi=1",
|
||||
imageAlt: "traditional seasoned rice plate",
|
||||
},
|
||||
{ name: "أحمد العتيبي", handle: "@ahmed_riyadh", testimonial: "أفضل مشويات جربتها في الرياض، الطعم لا ينسى!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-fast-food_23-2149333951.jpg", imageAlt: "grilled meat platter Iraqi food" },
|
||||
{ name: "سارة المحمد", handle: "@sarah_foodie", testimonial: "تجربة ممتازة، الخدمة راقية جداً والتقديم جميل.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Iraqi restaurant interior atmosphere" },
|
||||
{ name: "خالد الشهري", handle: "@khalid_vips", testimonial: "المكان جداً مريح للعائلات والأكل طازج دائمًا.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/kebab-minced-chicken-with-dill-parsley_2829-11534.jpg", imageAlt: "grilled kebab skewers charcoal" },
|
||||
{ name: "نورة العلي", handle: "@nora_riyadh", testimonial: "أجواء رائعة وطعم أصيل يذكرني بالبيت.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg", imageAlt: "grilled salmon seafood dish" },
|
||||
{ name: "عمر خالد", handle: "@omar_foodie", testimonial: "خدمة سريعة وطاقم عمل ودود جداً، سأكرر الزيارة.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vegan-healthy-rice-dish-with-vegetables_140725-113716.jpg", imageAlt: "traditional seasoned rice plate" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "احجز طاولتك الآن",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-delicious-fast-food_23-2149333951.jpg?_wi=2"
|
||||
buttons={[{ text: "احجز طاولتك الآن", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-delicious-fast-food_23-2149333951.jpg"
|
||||
imageAlt="مشويات عراقية فاخرة"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg",
|
||||
alt: "عميل 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg",
|
||||
alt: "عميل 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/horizontal-shot-pleased-attractive-curly-african-american-female-spends-leisure-time-cafeteria-listens-happily-her-boyfriend-who-tells-funny-stories_273609-3215.jpg",
|
||||
alt: "عميل 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg",
|
||||
alt: "عميل 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg",
|
||||
alt: "عميل 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", alt: "عميل 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg", alt: "عميل 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/horizontal-shot-pleased-attractive-curly-african-american-female-spends-leisure-time-cafeteria-listens-happily-her-boyfriend-who-tells-funny-stories_273609-3215.jpg", alt: "عميل 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg", alt: "عميل 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg", alt: "عميل 5" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "مشويات عراقية فاخرة",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "بحريات طازجة يومياً",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "جلسات عائلية مريحة",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "نكهة الأصالة البغدادية",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "جودة لا تضاهى",
|
||||
},
|
||||
{ type: "text", text: "مشويات عراقية فاخرة" },
|
||||
{ type: "text", text: "بحريات طازجة يومياً" },
|
||||
{ type: "text", text: "جلسات عائلية مريحة" },
|
||||
{ type: "text", text: "نكهة الأصالة البغدادية" },
|
||||
{ type: "text", text: "جودة لا تضاهى" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,7 +81,7 @@ export default function LandingPage() {
|
||||
description="في مطعم الريف البغدادي نقدم لك تجربة طعام متكاملة تجمع بين الأصالة والجودة، مع اهتمام كبير بكل تفاصيل التجربة."
|
||||
subdescription="نحن متخصصون في تقديم أشهى المشويات والبحريات بنكهات عراقية مميزة تضمن لك الرضا التام."
|
||||
icon={Flame}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -176,48 +93,12 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "مشويات مشكلة",
|
||||
price: "٩٥ ر.س",
|
||||
variant: "كباب وشيش طاووق",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kebab-minced-chicken-with-dill-parsley_2829-11534.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "سلمون مشوي",
|
||||
price: "١٢٠ ر.س",
|
||||
variant: "بحريات طازجة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "أرز الريف الخاص",
|
||||
price: "٣٥ ر.س",
|
||||
variant: "أطباق الرز",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-healthy-rice-dish-with-vegetables_140725-113716.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "مقبلات الريف",
|
||||
price: "٤٥ ر.س",
|
||||
variant: "تشكيلة مقبلات",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-tray-with-two-portions-vegetable-salad-dried-crusts-marble-background_114579-52595.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "دجاج مشوي بالتتبيلة",
|
||||
price: "٨٥ ر.س",
|
||||
variant: "مشويات",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kebab-minced-chicken-with-dill-parsley_2829-11534.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "روبيان مشوي",
|
||||
price: "١٣٠ ر.س",
|
||||
variant: "بحريات",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg?_wi=3",
|
||||
},
|
||||
{ id: "1", name: "مشويات مشكلة", price: "٩٥ ر.س", variant: "كباب وشيش طاووق", imageSrc: "http://img.b2bpic.net/free-photo/kebab-minced-chicken-with-dill-parsley_2829-11534.jpg" },
|
||||
{ id: "2", name: "سلمون مشوي", price: "١٢٠ ر.س", variant: "بحريات طازجة", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg" },
|
||||
{ id: "3", name: "أرز الريف الخاص", price: "٣٥ ر.س", variant: "أطباق الرز", imageSrc: "http://img.b2bpic.net/free-photo/vegan-healthy-rice-dish-with-vegetables_140725-113716.jpg" },
|
||||
{ id: "4", name: "مقبلات الريف", price: "٤٥ ر.س", variant: "تشكيلة مقبلات", imageSrc: "http://img.b2bpic.net/free-photo/black-tray-with-two-portions-vegetable-salad-dried-crusts-marble-background_114579-52595.jpg" },
|
||||
{ id: "5", name: "دجاج مشوي بالتتبيلة", price: "٨٥ ر.س", variant: "مشويات", imageSrc: "http://img.b2bpic.net/free-photo/kebab-minced-chicken-with-dill-parsley_2829-11534.jpg" },
|
||||
{ id: "6", name: "روبيان مشوي", price: "١٣٠ ر.س", variant: "بحريات", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak-grilled_1339-3582.jpg" }
|
||||
]}
|
||||
title="أبرز ما في قائمتنا"
|
||||
description="اكتشف تشكيلتنا المختارة من المشويات والبحريات الطازجة."
|
||||
@@ -230,21 +111,9 @@ export default function LandingPage() {
|
||||
title="لماذا يختارنا مئات العملاء؟"
|
||||
tag="تميزنا"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "٩٩٠+",
|
||||
description: "تقييم إيجابي",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "٤.٥",
|
||||
description: "التقييم العام",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "سريع",
|
||||
description: "خدمة عملاء",
|
||||
},
|
||||
{ id: "1", value: "٩٩٠+", description: "تقييم إيجابي" },
|
||||
{ id: "2", value: "٤.٥", description: "التقييم العام" },
|
||||
{ id: "3", value: "سريع", description: "خدمة عملاء" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -256,60 +125,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "محمد علي",
|
||||
role: "عميل دائم",
|
||||
company: "الرياض",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "ليلى خالد",
|
||||
role: "زائرة",
|
||||
company: "الرياض",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "أحمد سالم",
|
||||
role: "عميل",
|
||||
company: "الرياض",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-pleased-attractive-curly-african-american-female-spends-leisure-time-cafeteria-listens-happily-her-boyfriend-who-tells-funny-stories_273609-3215.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "فهد عبدالله",
|
||||
role: "عميل",
|
||||
company: "الرياض",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "نورة العلي",
|
||||
role: "زائرة",
|
||||
company: "الرياض",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg",
|
||||
},
|
||||
{ id: "1", name: "محمد علي", role: "عميل دائم", company: "الرياض", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg" },
|
||||
{ id: "2", name: "ليلى خالد", role: "زائرة", company: "الرياض", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg" },
|
||||
{ id: "3", name: "أحمد سالم", role: "عميل", company: "الرياض", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-pleased-attractive-curly-african-american-female-spends-leisure-time-cafeteria-listens-happily-her-boyfriend-who-tells-funny-stories_273609-3215.jpg" },
|
||||
{ id: "4", name: "فهد عبدالله", role: "عميل", company: "الرياض", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166180.jpg" },
|
||||
{ id: "5", name: "نورة العلي", role: "زائرة", company: "الرياض", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "٩٩٠+",
|
||||
label: "عميل راضٍ",
|
||||
},
|
||||
{
|
||||
value: "٤.٥",
|
||||
label: "التقييم العام",
|
||||
},
|
||||
{
|
||||
value: "٥ نجوم",
|
||||
label: "أعلى تقييم",
|
||||
},
|
||||
{ value: "٩٩٠+", label: "عميل راضٍ" },
|
||||
{ value: "٤.٥", label: "التقييم العام" },
|
||||
{ value: "٥ نجوم", label: "أعلى تقييم" }
|
||||
]}
|
||||
title="ماذا يقول عملاؤنا عنا"
|
||||
description="آراء وتجارب واقعية من محبي الأكل العراقي."
|
||||
@@ -319,58 +144,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="تواصل معنا"
|
||||
title="احجز طاولتك اليوم"
|
||||
description="📍 الرياض – شارع الدهناء. نحن بانتظارك يوميًا حتى ٢ صباحًا!"
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب الآن أو احجز",
|
||||
href: "tel:05xxxxxxxx",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "اطلب الآن أو احجز", href: "tel:05xxxxxxxx" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "القائمة",
|
||||
items: [
|
||||
{
|
||||
label: "المشويات",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "البحريات",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "المقبلات",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "معلومات",
|
||||
items: [
|
||||
{
|
||||
label: "عن المطعم",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "موقعنا",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "التقييمات",
|
||||
href: "#testimonials",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "القائمة", items: [{ label: "المشويات", href: "#menu" }, { label: "البحريات", href: "#menu" }, { label: "المقبلات", href: "#menu" }] },
|
||||
{ title: "معلومات", items: [{ label: "عن المطعم", href: "#about" }, { label: "موقعنا", href: "#contact" }, { label: "التقييمات", href: "#testimonials" }] }
|
||||
]}
|
||||
logoText="الريف البغدادي"
|
||||
copyrightText="© 2025 مطعم الريف البغدادي. جميع الحقوق محفوظة."
|
||||
@@ -379,4 +165,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user