Merge version_1_1781997921399 into main #1
@@ -18,20 +18,14 @@ export default function HomePage() {
|
||||
title="مرحباً بكم في مطعم زهور الشفا"
|
||||
description="نقدم لكم أفخر المأكولات العربية الأصيلة في أجواء من الفخامة والضيافة العريقة."
|
||||
primaryButton={{
|
||||
text: "تصفح القائمة",
|
||||
href: "#menu",
|
||||
}}
|
||||
text: "تصفح القائمة", href: "#menu"}}
|
||||
secondaryButton={{
|
||||
text: "احجز طاولتك",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "احجز طاولتك", href: "#contact"}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mash-topped-with-sliced-tomato-cucumber-olives_140725-2795.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mash-topped-with-sliced-tomato-cucumber-olives_140725-2795.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/party-background-celebration-food-beverage_1203-4478.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/party-background-celebration-food-beverage_1203-4478.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -41,7 +35,6 @@ export default function HomePage() {
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="إرثنا في عالم النكهات"
|
||||
description="منذ عقود، ونحن نعتبر المطبخ العربي فناً نتقنه. يلتزم زهور الشفا بتقديم تجربة طعام فريدة تجمع بين أصالة المذاق الشرقي وخدمة الضيافة المعاصرة في بيئة تعكس روح التراث العربي."
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -54,40 +47,19 @@ export default function HomePage() {
|
||||
description="استكشف تشكيلتنا الواسعة من المأكولات العربية"
|
||||
items={[
|
||||
{
|
||||
title: "مشاوي مشكلة",
|
||||
description: "مشاوي على الفحم",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azeri-lulya-tikya-kebab_140725-1075.jpg",
|
||||
},
|
||||
title: "مشاوي مشكلة", description: "مشاوي على الفحم", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azeri-lulya-tikya-kebab_140725-1075.jpg"},
|
||||
{
|
||||
title: "منسف أردني",
|
||||
description: "الطبق الشعبي الأول",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg",
|
||||
},
|
||||
title: "منسف أردني", description: "الطبق الشعبي الأول", imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-with-carrot-cooked-with-lamb-served-with-yogurt-salad_141793-2449.jpg"},
|
||||
{
|
||||
title: "مقبلات باردة",
|
||||
description: "تشكيلة فاخرة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-tasty-hummus-with-ingredients_23-2149401941.jpg",
|
||||
},
|
||||
title: "مقبلات باردة", description: "تشكيلة فاخرة", imageSrc: "http://img.b2bpic.net/free-photo/colorful-tasty-hummus-with-ingredients_23-2149401941.jpg"},
|
||||
{
|
||||
title: "سلطات طازجة",
|
||||
description: "خضروات موسمية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopped-fruit-vegetable-salad-platter_114579-71930.jpg",
|
||||
},
|
||||
title: "سلطات طازجة", description: "خضروات موسمية", imageSrc: "http://img.b2bpic.net/free-photo/chopped-fruit-vegetable-salad-platter_114579-71930.jpg"},
|
||||
{
|
||||
title: "صواني فرن",
|
||||
description: "نكهات منزلية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-iskender-doner-with-yogurt-clay-pot-wooden-board_140725-10331.jpg",
|
||||
},
|
||||
title: "صواني فرن", description: "نكهات منزلية", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-iskender-doner-with-yogurt-clay-pot-wooden-board_140725-10331.jpg"},
|
||||
{
|
||||
title: "وجبات عائلية",
|
||||
description: "للمناسبات والجمعات",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arab-food_23-2147794254.jpg",
|
||||
},
|
||||
title: "وجبات عائلية", description: "للمناسبات والجمعات", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arab-food_23-2147794254.jpg"},
|
||||
{
|
||||
title: "حلويات شرقية",
|
||||
description: "أجود أنواع الكنافة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-aroma-jelly-candies-metallic-saucer_114579-9910.jpg",
|
||||
},
|
||||
title: "حلويات شرقية", description: "أجود أنواع الكنافة", imageSrc: "http://img.b2bpic.net/free-photo/fruit-aroma-jelly-candies-metallic-saucer_114579-9910.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -101,20 +73,11 @@ export default function HomePage() {
|
||||
description="نحرص على تقديم أفضل تجربة لعملائنا الكرام"
|
||||
items={[
|
||||
{
|
||||
title: "مكونات طازجة",
|
||||
description: "نستخدم أفضل المكونات المحلية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept_639032-425.jpg",
|
||||
},
|
||||
title: "مكونات طازجة", description: "نستخدم أفضل المكونات المحلية", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept_639032-425.jpg"},
|
||||
{
|
||||
title: "خدمة خمس نجوم",
|
||||
description: "فريق عمل محترف ومدرب",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300717.jpg",
|
||||
},
|
||||
title: "خدمة خمس نجوم", description: "فريق عمل محترف ومدرب", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-learning-together_23-2149300717.jpg"},
|
||||
{
|
||||
title: "جودة عالية",
|
||||
description: "دقة في إعداد وتجهيز الوجبات",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727952.jpg",
|
||||
},
|
||||
title: "جودة عالية", description: "دقة في إعداد وتجهيز الوجبات", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727952.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -127,28 +90,16 @@ export default function HomePage() {
|
||||
title="إنجازات زهور الشفا"
|
||||
metrics={[
|
||||
{
|
||||
value: "20+",
|
||||
title: "عاماً من الخبرة",
|
||||
features: [
|
||||
"طهاة محترفون",
|
||||
"وصفات سرية",
|
||||
],
|
||||
value: "20+", title: "عاماً من الخبرة", features: [
|
||||
"طهاة محترفون", "وصفات سرية"],
|
||||
},
|
||||
{
|
||||
value: "100k+",
|
||||
title: "عميل راضٍ",
|
||||
features: [
|
||||
"تقييمات ممتازة",
|
||||
"خدمة سريعة",
|
||||
],
|
||||
value: "100k+", title: "عميل راضٍ", features: [
|
||||
"تقييمات ممتازة", "خدمة سريعة"],
|
||||
},
|
||||
{
|
||||
value: "5",
|
||||
title: "فروع في المملكة",
|
||||
features: [
|
||||
"تغطية واسعة",
|
||||
"ديكورات فاخرة",
|
||||
],
|
||||
value: "5", title: "فروع في المملكة", features: [
|
||||
"تغطية واسعة", "ديكورات فاخرة"],
|
||||
},
|
||||
]}
|
||||
description="سنوات من العطاء لنكون وجهتكم المفضلة."
|
||||
@@ -163,35 +114,15 @@ export default function HomePage() {
|
||||
title="ماذا يقول عملاؤنا"
|
||||
testimonials={[
|
||||
{
|
||||
name: "أحمد علي",
|
||||
role: "عميل دائم",
|
||||
quote: "أفضل منسف تذوقته في حياتي، الخدمة ممتازة والمكان راقٍ جداً.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
|
||||
},
|
||||
name: "أحمد علي", role: "عميل دائم", quote: "أفضل منسف تذوقته في حياتي، الخدمة ممتازة والمكان راقٍ جداً.", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg"},
|
||||
{
|
||||
name: "سارة محمد",
|
||||
role: "عميل دائم",
|
||||
quote: "تجربة استثنائية، الطعم لا يضاهى والديكورات فخمة جداً.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-while-eating-dessert-taking-selfie-cafe_637285-9092.jpg",
|
||||
},
|
||||
name: "سارة محمد", role: "عميل دائم", quote: "تجربة استثنائية، الطعم لا يضاهى والديكورات فخمة جداً.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-having-fun-while-eating-dessert-taking-selfie-cafe_637285-9092.jpg"},
|
||||
{
|
||||
name: "خالد عمر",
|
||||
role: "عميل دائم",
|
||||
quote: "أنصح الجميع بزيارة مطعم زهور الشفا، الخدمة سريعة والوجبات ساخنة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-367.jpg",
|
||||
},
|
||||
name: "خالد عمر", role: "عميل دائم", quote: "أنصح الجميع بزيارة مطعم زهور الشفا، الخدمة سريعة والوجبات ساخنة.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-367.jpg"},
|
||||
{
|
||||
name: "ليلى يوسف",
|
||||
role: "عميل دائم",
|
||||
quote: "أحببت تنوع الأطباق والجودة الممتازة للمكونات.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laughing-couple-sitting-with-tablets-cafe_23-2147826802.jpg",
|
||||
},
|
||||
name: "ليلى يوسف", role: "عميل دائم", quote: "أحببت تنوع الأطباق والجودة الممتازة للمكونات.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-couple-sitting-with-tablets-cafe_23-2147826802.jpg"},
|
||||
{
|
||||
name: "ياسر الحربي",
|
||||
role: "عميل دائم",
|
||||
quote: "مكان رائع للاجتماعات العائلية الرسمية، راقي جداً.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
|
||||
},
|
||||
name: "ياسر الحربي", role: "عميل دائم", quote: "مكان رائع للاجتماعات العائلية الرسمية، راقي جداً.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg"},
|
||||
]}
|
||||
description="نحن فخورون بكوننا جزءاً من ذكرياتكم السعيدة."
|
||||
/>
|
||||
@@ -205,21 +136,13 @@ export default function HomePage() {
|
||||
title="هل لديك استفسار؟"
|
||||
items={[
|
||||
{
|
||||
question: "هل تتوفر خدمات التوصيل؟",
|
||||
answer: "نعم، نوفر خدمات توصيل سريعة عبر تطبيقنا.",
|
||||
},
|
||||
question: "هل تتوفر خدمات التوصيل؟", answer: "نعم، نوفر خدمات توصيل سريعة عبر تطبيقنا."},
|
||||
{
|
||||
question: "كيف يمكنني حجز طاولة؟",
|
||||
answer: "يمكنك الحجز عبر الموقع أو التطبيق مباشرة.",
|
||||
},
|
||||
question: "كيف يمكنني حجز طاولة؟", answer: "يمكنك الحجز عبر الموقع أو التطبيق مباشرة."},
|
||||
{
|
||||
question: "هل تتوفر وجبات للنباتيين؟",
|
||||
answer: "نعم، لدينا تشكيلة متنوعة من المقبلات النباتية.",
|
||||
},
|
||||
question: "هل تتوفر وجبات للنباتيين؟", answer: "نعم، لدينا تشكيلة متنوعة من المقبلات النباتية."},
|
||||
{
|
||||
question: "هل تقبلون الدفع بالبطاقات؟",
|
||||
answer: "نعم، نقبل كافة أنواع البطاقات الائتمانية و Apple Pay.",
|
||||
},
|
||||
question: "هل تقبلون الدفع بالبطاقات؟", answer: "نعم، نقبل كافة أنواع البطاقات الائتمانية و Apple Pay."},
|
||||
]}
|
||||
description="نجيب هنا على أبرز الأسئلة التي قد تتبادر إلى ذهنك."
|
||||
/>
|
||||
@@ -232,13 +155,9 @@ export default function HomePage() {
|
||||
tag="احجز الآن"
|
||||
text="تواصل معنا لتجربة طعام لا تنسى"
|
||||
primaryButton={{
|
||||
text: "احجز طاولة",
|
||||
href: "#",
|
||||
}}
|
||||
text: "احجز طاولة", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "اتصل بنا",
|
||||
href: "#",
|
||||
}}
|
||||
text: "اتصل بنا", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user