Merge version_1 into main #2
134
src/app/page.tsx
134
src/app/page.tsx
@@ -29,43 +29,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "القائمة",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "من نحن",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "احجز",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "الرئيسية", id: "hero" },
|
||||
{ name: "القائمة", id: "menu" },
|
||||
{ name: "من نحن", id: "about" },
|
||||
{ name: "احجز", id: "contact" },
|
||||
]}
|
||||
brandName="مطعم بيرويا"
|
||||
button={{ text: "احجز الآن", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="مطعم بيرويا"
|
||||
description="أفضل تجربة طعام في حلب. نكهة أصيلة، أجواء عائلية، وخدمة ترضي ذوقكم."
|
||||
buttons={[
|
||||
{
|
||||
text: "اتصل الآن",
|
||||
href: "tel:+963900000000",
|
||||
},
|
||||
{
|
||||
text: "احجز طاولة",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "اتصل الآن", href: "tel:+963900000000" },
|
||||
{ text: "احجز طاولة", href: "#contact" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-holding-bowl-food_23-2149636057.jpg"
|
||||
@@ -81,40 +63,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "أحمد حلب",
|
||||
handle: "@ahmed",
|
||||
testimonial: "أفضل كباب حلبي تذوقته في حياتي!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-eats-chicken-soup-with-salads-cheese_141793-4332.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "أحمد حلب", handle: "@ahmed", testimonial: "أفضل كباب حلبي تذوقته في حياتي!", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-eats-chicken-soup-with-salads-cheese_141793-4332.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "سارة محمد",
|
||||
handle: "@sara",
|
||||
testimonial: "الأجواء عائلية جداً والخدمة رائعة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-outdoors_23-2150168092.jpg",
|
||||
},
|
||||
id: "2", name: "سارة محمد", handle: "@sara", testimonial: "الأجواء عائلية جداً والخدمة رائعة.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-outdoors_23-2150168092.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "خالد عمر",
|
||||
handle: "@khaled",
|
||||
testimonial: "المحاشي كانت كما لو كانت محضرة في البيت.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-piti-soup-with-lamb-meat-vegetables-side-snacks-top-view_141793-13209.jpg",
|
||||
},
|
||||
id: "3", name: "خالد عمر", handle: "@khaled", testimonial: "المحاشي كانت كما لو كانت محضرة في البيت.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-piti-soup-with-lamb-meat-vegetables-side-snacks-top-view_141793-13209.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "ليلى محمود",
|
||||
handle: "@laila",
|
||||
testimonial: "مطعم بيرويا دائماً خياري الأول للمناسبات.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet-cafe_1170-736.jpg",
|
||||
},
|
||||
id: "4", name: "ليلى محمود", handle: "@laila", testimonial: "مطعم بيرويا دائماً خياري الأول للمناسبات.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet-cafe_1170-736.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "محمد سعيد",
|
||||
handle: "@mohammed",
|
||||
testimonial: "تجربة استثنائية، لن تكون الأخيرة!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-eats-chicken-soup-with-salads-cheese_141793-4332.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "محمد سعيد", handle: "@mohammed", testimonial: "تجربة استثنائية، لن تكون الأخيرة!", imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-eats-chicken-soup-with-salads-cheese_141793-4332.jpg"},
|
||||
]}
|
||||
title="ماذا يقول زبائننا في حلب"
|
||||
description="نفتخر بكوننا الوجهة المفضلة للكثيرين في حلب."
|
||||
@@ -129,26 +86,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "كباب حلبي",
|
||||
price: "15,000",
|
||||
variant: "مشويات",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-with-fried-ribs-with-fried-chicken-potatoes-board-with-sauce_141793-4233.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "كباب حلبي", price: "15,000", variant: "مشويات", imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-with-fried-ribs-with-fried-chicken-potatoes-board-with-sauce_141793-4233.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "كوسه محشي",
|
||||
price: "12,000",
|
||||
variant: "أطباق رئيسية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-leaf-dolma-with-seasonings-white-surface_140725-75414.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "كوسه محشي", price: "12,000", variant: "أطباق رئيسية", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-leaf-dolma-with-seasonings-white-surface_140725-75414.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "حمص بالطحينة",
|
||||
price: "5,000",
|
||||
variant: "مقبلات",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-yougurt-meal-with-chickpeas-dried-tomatoes_23-2148759718.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "حمص بالطحينة", price: "5,000", variant: "مقبلات", imageSrc: "http://img.b2bpic.net/free-photo/delicious-yougurt-meal-with-chickpeas-dried-tomatoes_23-2148759718.jpg"},
|
||||
]}
|
||||
title="أطباقنا المميزة"
|
||||
description="اكتشف قائمة طعامنا التي تضم أصالة حلب."
|
||||
@@ -173,20 +115,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "جلسات عائلية",
|
||||
description: "مكان مريح ومناسب لجميع أفراد العائلة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-with-fried-ribs-with-fried-chicken-potatoes-board-with-sauce_141793-4233.jpg?_wi=2",
|
||||
},
|
||||
title: "جلسات عائلية", description: "مكان مريح ومناسب لجميع أفراد العائلة.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-with-fried-ribs-with-fried-chicken-potatoes-board-with-sauce_141793-4233.jpg"},
|
||||
{
|
||||
title: "خدمة توصيل",
|
||||
description: "نصلكم أينما كنتم بسرعة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-leaf-dolma-with-seasonings-white-surface_140725-75414.jpg?_wi=2",
|
||||
},
|
||||
title: "خدمة توصيل", description: "نصلكم أينما كنتم بسرعة.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-leaf-dolma-with-seasonings-white-surface_140725-75414.jpg"},
|
||||
{
|
||||
title: "مكونات طازجة",
|
||||
description: "نختار أجود أنواع المكونات المحلية.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-yougurt-meal-with-chickpeas-dried-tomatoes_23-2148759718.jpg?_wi=2",
|
||||
},
|
||||
title: "مكونات طازجة", description: "نختار أجود أنواع المكونات المحلية.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-yougurt-meal-with-chickpeas-dried-tomatoes_23-2148759718.jpg"},
|
||||
]}
|
||||
title="لماذا تختار مطعم بيرويا؟"
|
||||
description="تجربة استثنائية لكل زوارنا."
|
||||
@@ -197,18 +130,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="هل أنت جاهز لتجربة حلبية لا تُنسى؟ احجز طاولتك الآن أو تواصل معنا للاستفسار."
|
||||
buttons={[
|
||||
{
|
||||
text: "اتصل بنا",
|
||||
href: "tel:+963900000000",
|
||||
},
|
||||
text: "اتصل بنا", href: "tel:+963900000000"},
|
||||
{
|
||||
text: "تواصل عبر واتساب",
|
||||
href: "https://wa.me/963900000000",
|
||||
},
|
||||
text: "تواصل عبر واتساب", href: "https://wa.me/963900000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,25 +147,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "اتصل بنا",
|
||||
href: "tel:+963900000000",
|
||||
},
|
||||
label: "اتصل بنا", href: "tel:+963900000000"},
|
||||
{
|
||||
label: "واتساب",
|
||||
href: "https://wa.me/963900000000",
|
||||
},
|
||||
label: "واتساب", href: "https://wa.me/963900000000"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "/",
|
||||
},
|
||||
label: "الرئيسية", href: "/"},
|
||||
{
|
||||
label: "القائمة",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "القائمة", href: "#menu"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -247,4 +167,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user