Merge version_1 into main #1
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "/",
|
||||
},
|
||||
name: "الرئيسية", id: "/"},
|
||||
{
|
||||
name: "قائمة الطعام",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "قائمة الطعام", id: "/menu"},
|
||||
{
|
||||
name: "تواصل معنا",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "تواصل معنا", id: "/contact"},
|
||||
{
|
||||
name: "اطلب الآن",
|
||||
id: "/order",
|
||||
},
|
||||
name: "اطلب الآن", id: "/order"},
|
||||
]}
|
||||
brandName="Lalla Ma39ouda"
|
||||
button={{
|
||||
text: "اطلب وجبتك",
|
||||
href: "/order",
|
||||
}}
|
||||
text: "اطلب وجبتك", href: "/order"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,8 +44,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="تواصل معنا مباشرة"
|
||||
title="نحن نرحب بأسئلتكم واقتراحاتكم"
|
||||
description="سواء كانت لديك أسئلة حول قائمة الطعام، أو رغبة في تقديم ملاحظة، فإن فريقنا جاهز للمساعدة. لا تتردد في الاتصال بنا أو ملء النموذج."
|
||||
@@ -64,7 +53,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
buttonText="أرسل رسالتك"
|
||||
termsText="بالنقر على \"أرسل رسالتك\"، أنت تؤكد موافقتك على شروطنا وأحكامنا."
|
||||
termsText="بالنقر على 'أرسل رسالتك'، أنت تؤكد موافقتك على شروطنا وأحكامنا."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -73,14 +62,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"تطبيقات التوصيل",
|
||||
"خدمات الدفع",
|
||||
"الموردين المحليين",
|
||||
"شركات الأغذية",
|
||||
"منصات المراجعات",
|
||||
"خدمات لوجستية",
|
||||
"بنوك",
|
||||
]}
|
||||
"تطبيقات التوصيل", "خدمات الدفع", "الموردين المحليين", "شركات الأغذية", "منصات المراجعات", "خدمات لوجستية", "بنوك"]}
|
||||
title="نتعاون مع الأفضل"
|
||||
description="نحن فخورون بالعمل مع شركاء موثوقين لتقديم أفضل خدمة توصيل ودفع وضمان جودة منتجاتنا."
|
||||
tag="شركاؤنا"
|
||||
@@ -91,58 +73,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "روابط سريعة",
|
||||
items: [
|
||||
title: "روابط سريعة", items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "/",
|
||||
},
|
||||
label: "الرئيسية", href: "/"},
|
||||
{
|
||||
label: "قائمة الطعام",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "قائمة الطعام", href: "/menu"},
|
||||
{
|
||||
label: "تواصل معنا",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "تواصل معنا", href: "/contact"},
|
||||
{
|
||||
label: "اطلب الآن",
|
||||
href: "/order",
|
||||
},
|
||||
label: "اطلب الآن", href: "/order"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "خدمة العملاء",
|
||||
items: [
|
||||
title: "خدمة العملاء", items: [
|
||||
{
|
||||
label: "الأسئلة الشائعة",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "الأسئلة الشائعة", href: "#faq"},
|
||||
{
|
||||
label: "سياسة الخصوصية",
|
||||
href: "#",
|
||||
},
|
||||
label: "سياسة الخصوصية", href: "#"},
|
||||
{
|
||||
label: "الشروط والأحكام",
|
||||
href: "#",
|
||||
},
|
||||
label: "الشروط والأحكام", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "معلومات الاتصال",
|
||||
items: [
|
||||
title: "معلومات الاتصال", items: [
|
||||
{
|
||||
label: "الهاتف: +212 702-847-558",
|
||||
href: "tel:+212702847558",
|
||||
},
|
||||
label: "الهاتف: +212 702-847-558", href: "tel:+212702847558"},
|
||||
{
|
||||
label: "العنوان: طريق غير مسمى، مكناس، المغرب",
|
||||
href: "https://maps.app.goo.gl/yourlocation",
|
||||
},
|
||||
label: "العنوان: طريق غير مسمى، مكناس، المغرب", href: "https://maps.app.goo.gl/yourlocation"},
|
||||
{
|
||||
label: "أوقات العمل: 09:00 - 23:00 يومياً",
|
||||
href: "#",
|
||||
},
|
||||
label: "أوقات العمل: 09:00 - 23:00 يومياً", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
269
src/app/page.tsx
269
src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "/",
|
||||
},
|
||||
name: "الرئيسية", id: "/"},
|
||||
{
|
||||
name: "قائمة الطعام",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "قائمة الطعام", id: "/menu"},
|
||||
{
|
||||
name: "تواصل معنا",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "تواصل معنا", id: "/contact"},
|
||||
{
|
||||
name: "اطلب الآن",
|
||||
id: "/order",
|
||||
},
|
||||
name: "اطلب الآن", id: "/order"},
|
||||
]}
|
||||
brandName="Lalla Ma39ouda"
|
||||
button={{
|
||||
text: "اطلب وجبتك",
|
||||
href: "/order",
|
||||
}}
|
||||
text: "اطلب وجبتك", href: "/order"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,72 +51,38 @@ export default function LandingPage() {
|
||||
description="وجبات سريعة شهية في قلب مكناس، نقدم لكم أشهى الأطباق بجودة وسرعة لا مثيل لها."
|
||||
testimonials={[
|
||||
{
|
||||
name: "أحمد المغربي",
|
||||
handle: "@AhmadM",
|
||||
testimonial: "المعقودة لذيذه جداً والخدمة سريعة، تجربة جيدة جداً.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg",
|
||||
},
|
||||
name: "أحمد المغربي", handle: "@AhmadM", testimonial: "المعقودة لذيذه جداً والخدمة سريعة، تجربة جيدة جداً.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg"},
|
||||
{
|
||||
name: "فاطمة الزهراء",
|
||||
handle: "@FatimaZ",
|
||||
testimonial: "الأكل طيب لكن وقت الانتظار كان طويلاً قليلاً.",
|
||||
rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-longhaired-brunette-woman-bright-beret-red-dress-smiles-widely-sits-beautiful-cafe-young-asian-lady-eyeglasses-holds-white-coffee-cup_197531-29276.jpg",
|
||||
},
|
||||
name: "فاطمة الزهراء", handle: "@FatimaZ", testimonial: "الأكل طيب لكن وقت الانتظار كان طويلاً قليلاً.", rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-longhaired-brunette-woman-bright-beret-red-dress-smiles-widely-sits-beautiful-cafe-young-asian-lady-eyeglasses-holds-white-coffee-cup_197531-29276.jpg"},
|
||||
{
|
||||
name: "يوسف العلوي",
|
||||
handle: "@YoussefE",
|
||||
testimonial: "أسعار ممتازة وجودة مقبولة بالنسبة للسعر.",
|
||||
rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-male-model-being-confident_23-2148760720.jpg",
|
||||
},
|
||||
name: "يوسف العلوي", handle: "@YoussefE", testimonial: "أسعار ممتازة وجودة مقبولة بالنسبة للسعر.", rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-male-model-being-confident_23-2148760720.jpg"},
|
||||
{
|
||||
name: "خديجة الفاسي",
|
||||
handle: "@KhadijaF",
|
||||
testimonial: "المكان نظيف والوجبات لذيذة. سأعود بالتأكيد.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alluring-woman-posing-outdoors-with-copy-space_23-2148648062.jpg",
|
||||
},
|
||||
name: "خديجة الفاسي", handle: "@KhadijaF", testimonial: "المكان نظيف والوجبات لذيذة. سأعود بالتأكيد.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alluring-woman-posing-outdoors-with-copy-space_23-2148648062.jpg"},
|
||||
{
|
||||
name: "رضوان البقالي",
|
||||
handle: "@RedouaneB",
|
||||
testimonial: "الوجبات السريعة على أصولها، أنصح بها بشدة.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-ramadan-together_23-2151404366.jpg",
|
||||
},
|
||||
name: "رضوان البقالي", handle: "@RedouaneB", testimonial: "الوجبات السريعة على أصولها، أنصح بها بشدة.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-celebrating-ramadan-together_23-2151404366.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "اطلب الآن",
|
||||
href: "/order",
|
||||
},
|
||||
text: "اطلب الآن", href: "/order"},
|
||||
{
|
||||
text: "قائمة الطعام",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "قائمة الطعام", href: "/menu"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg",
|
||||
alt: "Customer avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg", alt: "Customer avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/glad-wet-guy-with-shining-perfect-smile-has-walk-rainy-weather-enjoys-favourite-track-earphones_273609-8617.jpg",
|
||||
alt: "Customer avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/glad-wet-guy-with-shining-perfect-smile-has-walk-rainy-weather-enjoys-favourite-track-earphones_273609-8617.jpg", alt: "Customer avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-stylish-woman-coat-joyfully-looking-camera-walking-through-city-street_574295-2122.jpg",
|
||||
alt: "Customer avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-stylish-woman-coat-joyfully-looking-camera-walking-through-city-street_574295-2122.jpg", alt: "Customer avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-carefree-man-has-toothy-smile-shows-perfect-white-teeth-looks-gladfully_273609-33584.jpg",
|
||||
alt: "Customer avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-carefree-man-has-toothy-smile-shows-perfect-white-teeth-looks-gladfully_273609-33584.jpg", alt: "Customer avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307065.jpg",
|
||||
alt: "Customer avatar 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307065.jpg", alt: "Customer avatar 5"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/row-empty-chairs-office_23-2147899557.jpg"
|
||||
imageAlt="Lalla Ma39ouda Restaurant Interior"
|
||||
@@ -157,47 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "ساندويتش معقودة",
|
||||
price: "20 درهماً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cutting-portioned-pear-pie-served-tea_141793-2081.jpg",
|
||||
imageAlt: "Ma39ouda Sandwich",
|
||||
},
|
||||
id: "p1", name: "ساندويتش معقودة", price: "20 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-cutting-portioned-pear-pie-served-tea_141793-2081.jpg", imageAlt: "Ma39ouda Sandwich"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "طاكو الدجاج",
|
||||
price: "35 درهماً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-taco-plate_23-2148181582.jpg",
|
||||
imageAlt: "Chicken Tacos",
|
||||
},
|
||||
id: "p2", name: "طاكو الدجاج", price: "35 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-taco-plate_23-2148181582.jpg", imageAlt: "Chicken Tacos"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "بانيني بالديك الرومي",
|
||||
price: "25 درهماً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35030.jpg",
|
||||
imageAlt: "Turkey Panini",
|
||||
},
|
||||
id: "p3", name: "بانيني بالديك الرومي", price: "25 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35030.jpg", imageAlt: "Turkey Panini"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "بطاطس مقلية",
|
||||
price: "10 دراهم",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chips_23-2147695722.jpg",
|
||||
imageAlt: "French Fries",
|
||||
},
|
||||
id: "p4", name: "بطاطس مقلية", price: "10 دراهم", imageSrc: "http://img.b2bpic.net/free-photo/fried-chips_23-2147695722.jpg", imageAlt: "French Fries"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "مشروبات غازية",
|
||||
price: "5 دراهم",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg",
|
||||
imageAlt: "Soft Drinks",
|
||||
},
|
||||
id: "p5", name: "مشروبات غازية", price: "5 دراهم", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-sparkling-drink-with-citrus-slices-ice-dark-background_84443-83674.jpg", imageAlt: "Soft Drinks"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "شاورما دجاج",
|
||||
price: "30 درهماً",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rolled-sandwich-with-chicken-avocado_1147-337.jpg",
|
||||
imageAlt: "Chicken Shawarma",
|
||||
},
|
||||
id: "p6", name: "شاورما دجاج", price: "30 درهماً", imageSrc: "http://img.b2bpic.net/free-photo/delicious-rolled-sandwich-with-chicken-avocado_1147-337.jpg", imageAlt: "Chicken Shawarma"},
|
||||
]}
|
||||
title="أطباقنا الأكثر شعبية"
|
||||
description="اكتشفوا تشكيلتنا المختارة من الوجبات التي يعشقها الجميع وطلبها مراراً وتكراراً."
|
||||
@@ -213,59 +139,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "محمد أمين",
|
||||
role: "طالب",
|
||||
company: "جامعة مكناس",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
imageAlt: "Mohamed Amine",
|
||||
},
|
||||
id: "t1", name: "محمد أمين", role: "طالب", company: "جامعة مكناس", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", imageAlt: "Mohamed Amine"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "ليلى رشيد",
|
||||
role: "موظفة",
|
||||
company: "شركة الرباط",
|
||||
rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant-with-mobile-phone-hand_627829-1967.jpg",
|
||||
imageAlt: "Laila Rachid",
|
||||
},
|
||||
id: "t2", name: "ليلى رشيد", role: "موظفة", company: "شركة الرباط", rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant-with-mobile-phone-hand_627829-1967.jpg", imageAlt: "Laila Rachid"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "عمر بناني",
|
||||
role: "صاحب عمل",
|
||||
company: "متجر محلي",
|
||||
rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-head-stylish-urban-style-african-american-man-pink-hoodie-black-hat-posed_627829-1431.jpg",
|
||||
imageAlt: "Omar Bennani",
|
||||
},
|
||||
id: "t3", name: "عمر بناني", role: "صاحب عمل", company: "متجر محلي", rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-head-stylish-urban-style-african-american-man-pink-hoodie-black-hat-posed_627829-1431.jpg", imageAlt: "Omar Bennani"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "سارة كريمي",
|
||||
role: "ربة منزل",
|
||||
company: "حي النخيل",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-with-woolen-scarf-around-her-near-wearing-dangling-golden-earrings_23-2148187427.jpg",
|
||||
imageAlt: "Sara Karimi",
|
||||
},
|
||||
id: "t4", name: "سارة كريمي", role: "ربة منزل", company: "حي النخيل", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-with-woolen-scarf-around-her-near-wearing-dangling-golden-earrings_23-2148187427.jpg", imageAlt: "Sara Karimi"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "أمين وعائشة",
|
||||
role: "زوجان",
|
||||
company: "مكناس",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-enjoying-dinner-together_23-2148454097.jpg",
|
||||
imageAlt: "Amin and Aisha",
|
||||
},
|
||||
id: "t5", name: "أمين وعائشة", role: "زوجان", company: "مكناس", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-enjoying-dinner-together_23-2148454097.jpg", imageAlt: "Amin and Aisha"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "الحاج علي",
|
||||
role: "متقاعد",
|
||||
company: "حي السلام",
|
||||
rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grandma-with-thumb-up_1187-1060.jpg",
|
||||
imageAlt: "Haj Ali",
|
||||
},
|
||||
id: "t6", name: "الحاج علي", role: "متقاعد", company: "حي السلام", rating: 3,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grandma-with-thumb-up_1187-1060.jpg", imageAlt: "Haj Ali"},
|
||||
]}
|
||||
title="آراء زبائننا الكرام"
|
||||
description="نستمع دائماً لملاحظاتكم لتحسين تجربتكم معنا وتقديم الأفضل لكم."
|
||||
@@ -278,30 +168,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "ما هي أوقات عمل المطعم؟",
|
||||
content: "نحن نفتح أبوابنا يومياً من الساعة 09:00 صباحاً حتى الساعة 11:00 مساءً.",
|
||||
},
|
||||
id: "q1", title: "ما هي أوقات عمل المطعم؟", content: "نحن نفتح أبوابنا يومياً من الساعة 09:00 صباحاً حتى الساعة 11:00 مساءً."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "هل تقدمون خدمة التوصيل؟",
|
||||
content: "نعم، نقدم خدمة التوصيل لجميع مناطق مكناس. يمكنك الطلب عبر صفحة الطلبات أو الاتصال بنا مباشرة.",
|
||||
},
|
||||
id: "q2", title: "هل تقدمون خدمة التوصيل؟", content: "نعم، نقدم خدمة التوصيل لجميع مناطق مكناس. يمكنك الطلب عبر صفحة الطلبات أو الاتصال بنا مباشرة."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "ما هي طرق الدفع المتاحة؟",
|
||||
content: "نقبل الدفع نقداً عند التوصيل، بالإضافة إلى الدفع عبر البطاقة البنكية أو تطبيقات الدفع المحمولة في المطعم.",
|
||||
},
|
||||
id: "q3", title: "ما هي طرق الدفع المتاحة؟", content: "نقبل الدفع نقداً عند التوصيل، بالإضافة إلى الدفع عبر البطاقة البنكية أو تطبيقات الدفع المحمولة في المطعم."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "أين يقع مطعم للا معقودة؟",
|
||||
content: "يقع مطعمنا في طريق غير مسمى، مكناس، المغرب. يمكنك العثور على الخريطة التفصيلية في صفحة التواصل معنا.",
|
||||
},
|
||||
id: "q4", title: "أين يقع مطعم للا معقودة؟", content: "يقع مطعمنا في طريق غير مسمى، مكناس، المغرب. يمكنك العثور على الخريطة التفصيلية في صفحة التواصل معنا."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "هل لديكم خيارات نباتية؟",
|
||||
content: "نعمل على إضافة المزيد من الخيارات النباتية إلى قائمتنا. يرجى مراجعة قائمة الطعام أو الاستفسار عند الطلب.",
|
||||
},
|
||||
id: "q5", title: "هل لديكم خيارات نباتية؟", content: "نعمل على إضافة المزيد من الخيارات النباتية إلى قائمتنا. يرجى مراجعة قائمة الطعام أو الاستفسار عند الطلب."},
|
||||
]}
|
||||
sideTitle="الأسئلة الشائعة"
|
||||
sideDescription="هل لديك استفسار؟ قد تجد الإجابة هنا."
|
||||
@@ -314,8 +189,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="تواصل معنا"
|
||||
title="تفضل بزيارتنا أو اتصل بنا"
|
||||
description="نحن هنا لخدمتكم والإجابة على استفساراتكم. تفضل بزيارتنا في موقعنا أو استخدم نموذج الاتصال أدناه."
|
||||
@@ -324,7 +198,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="أرسل رسالتك"
|
||||
termsText="بالنقر على \"أرسل رسالتك\"، أنت تؤكد موافقتك على شروطنا وأحكامنا."
|
||||
termsText="بالنقر على 'أرسل رسالتك'، أنت تؤكد موافقتك على شروطنا وأحكامنا."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -332,58 +206,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "روابط سريعة",
|
||||
items: [
|
||||
title: "روابط سريعة", items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "/",
|
||||
},
|
||||
label: "الرئيسية", href: "/"},
|
||||
{
|
||||
label: "قائمة الطعام",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "قائمة الطعام", href: "/menu"},
|
||||
{
|
||||
label: "تواصل معنا",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "تواصل معنا", href: "/contact"},
|
||||
{
|
||||
label: "اطلب الآن",
|
||||
href: "/order",
|
||||
},
|
||||
label: "اطلب الآن", href: "/order"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "خدمة العملاء",
|
||||
items: [
|
||||
title: "خدمة العملاء", items: [
|
||||
{
|
||||
label: "الأسئلة الشائعة",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "الأسئلة الشائعة", href: "#faq"},
|
||||
{
|
||||
label: "سياسة الخصوصية",
|
||||
href: "#",
|
||||
},
|
||||
label: "سياسة الخصوصية", href: "#"},
|
||||
{
|
||||
label: "الشروط والأحكام",
|
||||
href: "#",
|
||||
},
|
||||
label: "الشروط والأحكام", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "معلومات الاتصال",
|
||||
items: [
|
||||
title: "معلومات الاتصال", items: [
|
||||
{
|
||||
label: "الهاتف: +212 702-847-558",
|
||||
href: "tel:+212702847558",
|
||||
},
|
||||
label: "الهاتف: +212 702-847-558", href: "tel:+212702847558"},
|
||||
{
|
||||
label: "العنوان: طريق غير مسمى، مكناس، المغرب",
|
||||
href: "https://maps.app.goo.gl/yourlocation",
|
||||
},
|
||||
label: "العنوان: طريق غير مسمى، مكناس، المغرب", href: "https://maps.app.goo.gl/yourlocation"},
|
||||
{
|
||||
label: "أوقات العمل: 09:00 - 23:00 يومياً",
|
||||
href: "#",
|
||||
},
|
||||
label: "أوقات العمل: 09:00 - 23:00 يومياً", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user