Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-24 15:02:33 +00:00

View File

@@ -26,251 +26,113 @@ export default function LandingPage() {
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "الرئيسية",
id: "hero",
},
{
name: "لماذا رايق",
id: "about",
},
{
name: "المنيو",
id: "products",
},
{
name: "العملاء",
id: "testimonials",
},
{
name: "تواصل معنا",
id: "contact",
},
]}
brandName="شاورما رايق"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "الرئيسية", id: "hero" },
{ name: "لماذا رايق", id: "about" },
{ name: "المنيو", id: "products" },
{ name: "العملاء", id: "testimonials" },
{ name: "تواصل معنا", id: "contact" },
]}
brandName="شاورما رايق"
button={{ text: "اطلب الآن", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
title="شاورما رايق"
description="الخبز الأحمر المميز، الحشوة السخية، وطعم الفحم الواضح — تجربة شاورما فاخرة صنعت لتُكرر."
tag="تجربة شاورما مختلفة تمامًا"
buttons={[
{
text: "اطلب الآن",
href: "#contact",
},
{
text: "استعرض المنيو",
href: "#products",
},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-gutab-stuffed-flatbread-with-herbs-garnished-with-pomegranate-seeds-yogurt_140725-6896.jpg",
imageAlt: "Shawarma Raiq Platter",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-cream-soup-bowl_140725-12414.jpg",
imageAlt: "Shawarma Raiq Platter",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-kebab-pita-bread-wooden-board-with-pickled-hot-green-peppers-ayran-drink-wooden-wall_140725-12798.jpg",
imageAlt: "Shawarma Raiq Platter",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-meat-balls-cooked-egg-with-spinach-topped-with-tomato_140725-8663.jpg",
imageAlt: "Shawarma Raiq Platter",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetarian-burrito-wrap-plate-table_23-2148165544.jpg",
imageAlt: "Shawarma Raiq Platter",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-lavash-wooden-board_114579-3518.jpg",
imageAlt: "Shawarma Raiq Platter",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{ variant: "gradient-bars" }}
title="شاورما رايق"
description="الخبز الأحمر المميز، الحشوة السخية، وطعم الفحم الواضح — تجربة شاورما فاخرة صنعت لتُكرر."
tag="تجربة شاورما مختلفة تمامًا"
buttons={[
{ text: "اطلب الآن", href: "#contact" },
{ text: "استعرض المنيو", href: "#products" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-gutab-stuffed-flatbread-with-herbs-garnished-with-pomegranate-seeds-yogurt_140725-6896.jpg", imageAlt: "Shawarma Raiq Platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-cream-soup-bowl_140725-12414.jpg", imageAlt: "Shawarma Raiq Platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-kebab-pita-bread-wooden-board-with-pickled-hot-green-peppers-ayran-drink-wooden-wall_140725-12798.jpg", imageAlt: "Shawarma Raiq Platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-meat-balls-cooked-egg-with-spinach-topped-with-tomato_140725-8663.jpg", imageAlt: "Shawarma Raiq Platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetarian-burrito-wrap-plate-table_23-2148165544.jpg", imageAlt: "Shawarma Raiq Platter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-lavash-wooden-board_114579-3518.jpg", imageAlt: "Shawarma Raiq Platter" },
]}
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
title="الناس لا تأتي للجوع فقط… بل للمتعة"
metrics={[
{
icon: Flame,
label: "نكهة مدخنة",
value: "طعم فحم أصيل",
},
{
icon: Flame,
label: "جودة عالية",
value: "مكونات طازجة",
},
{
icon: Star,
label: "تقييم عالي",
value: "تجربة استثنائية",
},
]}
metricsAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
title="الناس لا تأتي للجوع فقط… بل للمتعة"
metrics={[
{ icon: Flame, label: "نكهة مدخنة", value: "طعم فحم أصيل" },
{ icon: Flame, label: "جودة عالية", value: "مكونات طازجة" },
{ icon: Star, label: "تقييم عالي", value: "تجربة استثنائية" },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "شاورما عربي 7 قطع",
price: "32 ر.س",
variant: "الوجبة المميزة",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-kebab-pita-bread-wooden-board-with-pickled-hot-green-peppers-wooden-wall_140725-12799.jpg",
},
{
id: "p2",
name: "شاورما عربي 10 قطع",
price: "44 ر.س",
variant: "الوجبة الأكثر طلبًا",
imageSrc: "http://img.b2bpic.net/free-photo/wrapped-pita-bread-lemon-slices-with-herbs_140725-3573.jpg",
},
{
id: "p3",
name: "شاورما عربي مع الجبنة",
price: "49 ر.س",
variant: "إضافة مميزة",
imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-with-herbs-sour-cream_140725-6159.jpg",
},
{
id: "p4",
name: "صحن شاورما دجاج",
price: "35 ر.س",
variant: "طعم الفحم",
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805468.jpg",
},
{
id: "p5",
name: "ساندويتش شاورما",
price: "12 ر.س",
variant: "سريع وشهي",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hands-holding-vegetarian-shawarma-with-red-beans-pickles-wrapped-pita-bread_181624-59585.jpg",
},
{
id: "p6",
name: "بطاطس رايق",
price: "10 ر.س",
variant: "إضافة مثالية",
imageSrc: "http://img.b2bpic.net/free-photo/shaurma-served-cutting-desk-with-fries-pickled-pepper_140725-8801.jpg",
},
]}
title="منيو مختصر… بطعم لا يُنسى"
description="الأكثر طلبًا"
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "شاورما عربي 7 قطع", price: "32 ر.س", variant: "الوجبة المميزة", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-kebab-pita-bread-wooden-board-with-pickled-hot-green-peppers-wooden-wall_140725-12799.jpg" },
{ id: "p2", name: "شاورما عربي 10 قطع", price: "44 ر.س", variant: "الوجبة الأكثر طلبًا", imageSrc: "http://img.b2bpic.net/free-photo/wrapped-pita-bread-lemon-slices-with-herbs_140725-3573.jpg" },
{ id: "p3", name: "شاورما عربي مع الجبنة", price: "49 ر.س", variant: "إضافة مميزة", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-with-herbs-sour-cream_140725-6159.jpg" },
{ id: "p4", name: "صحن شاورما دجاج", price: "35 ر.س", variant: "طعم الفحم", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805468.jpg" },
{ id: "p5", name: "ساندويتش شاورما", price: "12 ر.س", variant: "سريع وشهي", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hands-holding-vegetarian-shawarma-with-red-beans-pickles-wrapped-pita-bread_181624-59585.jpg" },
{ id: "p6", name: "بطاطس رايق", price: "10 ر.س", variant: "إضافة مثالية", imageSrc: "http://img.b2bpic.net/free-photo/shaurma-served-cutting-desk-with-fries-pickled-pepper_140725-8801.jpg" },
]}
title="منيو مختصر… بطعم لا يُنسى"
description="الأكثر طلبًا"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
handle: "@sarahj",
testimonial: "ألذ شاورما عربي بالخبز الأحمر على الإطلاق كمية راهية ونكهة فريدة.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-pretty-positive-woman-drinking-her-favorite-morning-coffee-have-nice-natural-make-up-perfect-skin_291049-387.jpg",
},
{
id: "t2",
name: "Michael Chen",
handle: "@mchen",
testimonial: "الحشوة راهية جدًا والقطعة كبيرة ومشبعة بشكل ممتاز.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-with-reviews_23-2149394417.jpg",
},
{
id: "t3",
name: "Emily Rodriguez",
handle: "@emilyr",
testimonial: "طعم الفحم واضح ومتوازن ويعطي الشاورما شخصية خاصة.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg",
},
{
id: "t4",
name: "David Kim",
handle: "@dkim",
testimonial: "من أفضل محلات الشاورما في جدة وتجربة تستحق التكرار.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
},
{
id: "t5",
name: "Layla Ali",
handle: "@laylaa",
testimonial: "أفضل خيار للعشاء، الجودة تتحدث عن نفسها كل مرة.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg",
},
]}
showRating={true}
title="آراء العملاء"
description="حب حقيقي من أول لقمة"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "ألذ شاورما عربي بالخبز الأحمر على الإطلاق كمية راهية ونكهة فريدة.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-pretty-positive-woman-drinking-her-favorite-morning-coffee-have-nice-natural-make-up-perfect-skin_291049-387.jpg" },
{ id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "الحشوة راهية جدًا والقطعة كبيرة ومشبعة بشكل ممتاز.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-with-reviews_23-2149394417.jpg" },
{ id: "t3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "طعم الفحم واضح ومتوازن ويعطي الشاورما شخصية خاصة.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187205.jpg" },
{ id: "t4", name: "David Kim", handle: "@dkim", testimonial: "من أفضل محلات الشاورما في جدة وتجربة تستحق التكرار.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg" },
{ id: "t5", name: "Layla Ali", handle: "@laylaa", testimonial: "أفضل خيار للعشاء، الجودة تتحدث عن نفسها كل مرة.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg" },
]}
showRating={true}
title="آراء العملاء"
description="حب حقيقي من أول لقمة"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="تواصل معنا"
title="جاهز لتجربة الشاورما اللي الكل يتكلم عنها؟"
description="اطلب الآن واستمتع بتجربة شاورما فاخرة بطعم مميز، كمية مشبعة، وخدمة سريعة."
imageSrc="http://img.b2bpic.net/free-photo/top-view-chicken-skewers-with-sliced-potatoes-onions-herbs-sprinkled-with-sumac_141793-3978.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="تواصل معنا"
title="جاهز لتجربة الشاورما اللي الكل يتكلم عنها؟"
description="اطلب الآن واستمتع بتجربة شاورما فاخرة بطعم مميز، كمية مشبعة، وخدمة سريعة."
imageSrc="http://img.b2bpic.net/free-photo/top-view-chicken-skewers-with-sliced-potatoes-onions-herbs-sprinkled-with-sumac_141793-3978.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "جدة حي السلامة",
href: "#",
},
{
label: "+966 XX XXX XXXX",
href: "tel:966",
},
{
label: "يوميًا 1 PM 2 AM",
href: "#",
},
],
},
]}
logoText="شاورما رايق"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[{ items: [
{ label: "جدة حي السلامة", href: "#" },
{ label: "+966 XX XXX XXXX", href: "tel:966" },
{ label: "يوميًا 1 PM 2 AM", href: "#" }
]}]}
logoText="شاورما رايق"
/>
</div>
</ReactLenis>
</ThemeProvider>
);