Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
395
src/app/page.tsx
395
src/app/page.tsx
@@ -33,43 +33,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
name: "الرئيسية", id: "hero"},
|
||||
{
|
||||
name: "عنّا",
|
||||
id: "about",
|
||||
},
|
||||
name: "عنّا", id: "about"},
|
||||
{
|
||||
name: "قائمة الطعام",
|
||||
id: "menu",
|
||||
},
|
||||
name: "قائمة الطعام", id: "menu"},
|
||||
{
|
||||
name: "عروض خاصة",
|
||||
id: "specials",
|
||||
},
|
||||
name: "عروض خاصة", id: "specials"},
|
||||
{
|
||||
name: "فريقنا",
|
||||
id: "team",
|
||||
},
|
||||
name: "فريقنا", id: "team"},
|
||||
{
|
||||
name: "آراء الضيوف",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "آراء الضيوف", id: "testimonials"},
|
||||
{
|
||||
name: "أسئلة شائعة",
|
||||
id: "faq",
|
||||
},
|
||||
name: "أسئلة شائعة", id: "faq"},
|
||||
{
|
||||
name: "اتصل بنا",
|
||||
id: "contact",
|
||||
},
|
||||
name: "اتصل بنا", id: "contact"},
|
||||
]}
|
||||
brandName="مطعم الذوق الرفيع"
|
||||
button={{
|
||||
text: "احجز طاولة",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "احجز طاولة", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,109 +59,64 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="تجربة طعام لا تُنسى في قلب المدينة"
|
||||
description="نقدم لكم أطباقًا شهية محضرة من أجود المكونات المحلية، في أجواء أنيقة ودافئة."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg",
|
||||
imageAlt: "طبق باستا فاخر",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg", imageAlt: "طبق باستا فاخر"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039394.jpg",
|
||||
imageAlt: "مجموعة مقبلات عربية",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039394.jpg", imageAlt: "مجموعة مقبلات عربية"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-appetizing-cake-with-powdered-sugar-berries-chocolate-waffles_140725-71848.jpg",
|
||||
imageAlt: "حلوى الشوكولاتة",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-appetizing-cake-with-powdered-sugar-berries-chocolate-waffles_140725-71848.jpg", imageAlt: "حلوى الشوكولاتة"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg",
|
||||
imageAlt: "Plate of quince dolma made with minced meat",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg", imageAlt: "Plate of quince dolma made with minced meat"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-red-fish-pan-newspaper-with-onions-sauces_140725-13948.jpg",
|
||||
imageAlt: "Side view fried red fish in a pan on newspaper with onions and sauces",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-red-fish-pan-newspaper-with-onions-sauces_140725-13948.jpg", imageAlt: "Side view fried red fish in a pan on newspaper with onions and sauces"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg",
|
||||
imageAlt: "داخل المطعم الأنيق",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg", imageAlt: "داخل المطعم الأنيق"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-chef-preparing-spaghetti-dish_23-2147863804.jpg",
|
||||
imageAlt: "طاهٍ يعد الطعام",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-chef-preparing-spaghetti-dish_23-2147863804.jpg", imageAlt: "طاهٍ يعد الطعام"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg",
|
||||
imageAlt: "نادل يقدم الخدمة",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waiter-serving-guests-restaurant-preparing-their-table-dining_637285-1914.jpg", imageAlt: "نادل يقدم الخدمة"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg",
|
||||
imageAlt: "There are glasses for wine and water on the table with white cloth are ready for dining.",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "There are glasses for wine and water on the table with white cloth are ready for dining."},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-catered-holiday-table-restaurant_8353-9663.jpg",
|
||||
imageAlt: "Details of catered holiday table in a restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-catered-holiday-table-restaurant_8353-9663.jpg", imageAlt: "Details of catered holiday table in a restaurant"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "اكتشف قائمة الطعام",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "اكتشف قائمة الطعام", href: "#menu"},
|
||||
{
|
||||
text: "احجز طاولة الآن",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "احجز طاولة الآن", href: "#contact"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-cook-preparing-bruschetta-with-avocado-sauce-cherry-tomato-kitchen_637285-3120.jpg",
|
||||
alt: "Young happy cook preparing bruschetta",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-cook-preparing-bruschetta-with-avocado-sauce-cherry-tomato-kitchen_637285-3120.jpg", alt: "Young happy cook preparing bruschetta"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934694.jpg",
|
||||
alt: "Male chef in kitchen cooking",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934694.jpg", alt: "Male chef in kitchen cooking"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934663.jpg",
|
||||
alt: "Male chef in kitchen cooking",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934663.jpg", alt: "Male chef in kitchen cooking"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-smiling-man-preparing-avocado-bruschetta-kitchen_637285-5840.jpg",
|
||||
alt: "Young smiling man preparing avocado bruschetta",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-smiling-man-preparing-avocado-bruschetta-kitchen_637285-5840.jpg", alt: "Young smiling man preparing avocado bruschetta"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-two-burgers-street-fast-food-cafe_169016-43767.jpg",
|
||||
alt: "Attractive young woman holding two burgers",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-two-burgers-street-fast-food-cafe_169016-43767.jpg", alt: "Attractive young woman holding two burgers"},
|
||||
]}
|
||||
avatarText="أكثر من 5000 ضيف سعيد"
|
||||
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>
|
||||
@@ -189,18 +126,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "قصتنا: شغف بالطعام الأصيل والضيافة الدافئة",
|
||||
},
|
||||
type: "text", content: "قصتنا: شغف بالطعام الأصيل والضيافة الدافئة"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "فلسفتنا",
|
||||
},
|
||||
text: "فلسفتنا"},
|
||||
]}
|
||||
description="في مطعم الذوق الرفيع، كل طبق يحكي قصة شغفنا بالمذاق الأصيل والضيافة العربية الكريمة. منذ تأسيسنا، التزمنا بتقديم تجربة طعام فريدة، تجمع بين عراقة المطبخ الشرقي وإبداعات المطبخ العالمي، باستخدام أجود المكونات الطازجة."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728027.jpg"
|
||||
imageAlt="شيف يعد الطعام في المطبخ"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -211,46 +142,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "feature-1",
|
||||
title: "باستا المأكولات البحرية",
|
||||
subtitle: "مزيج فريد من المأكولات البحرية الطازجة مع صلصة الطماطم الغنية.",
|
||||
category: "طبق رئيسي",
|
||||
value: "لذيذ",
|
||||
buttons: [
|
||||
id: "feature-1", title: "باستا المأكولات البحرية", subtitle: "مزيج فريد من المأكولات البحرية الطازجة مع صلصة الطماطم الغنية.", category: "طبق رئيسي", value: "لذيذ", buttons: [
|
||||
{
|
||||
text: "شاهد الطبق",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-pasta-machine-kitchen-utensils_23-2148296880.jpg",
|
||||
imageAlt: "طبق باستا فاخر",
|
||||
text: "شاهد الطبق"},
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "feature-2",
|
||||
title: "سمك السلمون المشوي",
|
||||
subtitle: "سلمون نرويجي طازج مشوي للكمال، يقدم مع خضروات موسمية.",
|
||||
category: "أطباق صحية",
|
||||
value: "مغذي",
|
||||
buttons: [
|
||||
id: "feature-2", title: "سمك السلمون المشوي", subtitle: "سلمون نرويجي طازج مشوي للكمال، يقدم مع خضروات موسمية.", category: "أطباق صحية", value: "مغذي", buttons: [
|
||||
{
|
||||
text: "شاهد الطبق",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-steak-with-beans_141793-670.jpg",
|
||||
imageAlt: "سمك السلمون المشوي",
|
||||
text: "شاهد الطبق"},
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "feature-3",
|
||||
title: "أوزي لحم الضأن",
|
||||
subtitle: "طبق عربي تقليدي من لحم الضأن الطري والأرز المتبل بالمكسرات.",
|
||||
category: "أطباق تقليدية",
|
||||
value: "أصلي",
|
||||
buttons: [
|
||||
id: "feature-3", title: "أوزي لحم الضأن", subtitle: "طبق عربي تقليدي من لحم الضأن الطري والأرز المتبل بالمكسرات.", category: "أطباق تقليدية", value: "أصلي", buttons: [
|
||||
{
|
||||
text: "شاهد الطبق",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-vietnamese-spring-rolls-with-spicy-shrimps-prawns-carrot-cucumber-red-cabbage-rice-noodle_2829-18327.jpg",
|
||||
imageAlt: "أوزي لحم الضأن",
|
||||
text: "شاهد الطبق"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="أطباقنا المميزة: ابتكار يلامس الذوق"
|
||||
@@ -266,53 +173,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1",
|
||||
name: "سلطة الجرجير",
|
||||
price: "35 ر.س",
|
||||
variant: "مقبلات",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-tray-with-two-portions-vegetable-salad-dried-crusts-marble-background_114579-52595.jpg",
|
||||
imageAlt: "سلطة جرجير طازجة",
|
||||
},
|
||||
id: "product-1", name: "سلطة الجرجير", price: "35 ر.س", variant: "مقبلات", imageSrc: "http://img.b2bpic.net/free-photo/black-tray-with-two-portions-vegetable-salad-dried-crusts-marble-background_114579-52595.jpg", imageAlt: "سلطة جرجير طازجة"},
|
||||
{
|
||||
id: "product-2",
|
||||
name: "ستيك تندرلوين",
|
||||
price: "120 ر.س",
|
||||
variant: "أطباق رئيسية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728030.jpg",
|
||||
imageAlt: "ستيك تندرلوين مطهو",
|
||||
},
|
||||
id: "product-2", name: "ستيك تندرلوين", price: "120 ر.س", variant: "أطباق رئيسية", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149728030.jpg", imageAlt: "ستيك تندرلوين مطهو"},
|
||||
{
|
||||
id: "product-3",
|
||||
name: "طاجن دجاج مغربي",
|
||||
price: "85 ر.س",
|
||||
variant: "أطباق رئيسية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dolma-inside-black-plate-along-with-yogurt-grey-floor_140725-13330.jpg",
|
||||
imageAlt: "طاجن دجاج مغربي تقليدي",
|
||||
},
|
||||
id: "product-3", name: "طاجن دجاج مغربي", price: "85 ر.س", variant: "أطباق رئيسية", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dolma-inside-black-plate-along-with-yogurt-grey-floor_140725-13330.jpg", imageAlt: "طاجن دجاج مغربي تقليدي"},
|
||||
{
|
||||
id: "product-4",
|
||||
name: "شوربة عدس نباتية",
|
||||
price: "25 ر.س",
|
||||
variant: "مقبلات",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-ingredients-with-vegetable-soup_23-2148834717.jpg",
|
||||
imageAlt: "وعاء شوربة عدس",
|
||||
},
|
||||
id: "product-4", name: "شوربة عدس نباتية", price: "25 ر.س", variant: "مقبلات", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-ingredients-with-vegetable-soup_23-2148834717.jpg", imageAlt: "وعاء شوربة عدس"},
|
||||
{
|
||||
id: "product-5",
|
||||
name: "طبق المأكولات البحرية الفاخر",
|
||||
price: "180 ر.س",
|
||||
variant: "أطباق رئيسية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-black-spaghetti-mussels_23-2148461650.jpg",
|
||||
imageAlt: "طبق مأكولات بحرية متنوع",
|
||||
},
|
||||
id: "product-5", name: "طبق المأكولات البحرية الفاخر", price: "180 ر.س", variant: "أطباق رئيسية", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-black-spaghetti-mussels_23-2148461650.jpg", imageAlt: "طبق مأكولات بحرية متنوع"},
|
||||
{
|
||||
id: "product-6",
|
||||
name: "براوني الشوكولاتة",
|
||||
price: "40 ر.س",
|
||||
variant: "حلويات",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cakes-with-chocolate-bars-strawberries-dark-background-pie-chocolate-cocoa-cake-sweet-tea_140725-115645.jpg",
|
||||
imageAlt: "براوني الشوكولاتة مع الآيس كريم",
|
||||
},
|
||||
id: "product-6", name: "براوني الشوكولاتة", price: "40 ر.س", variant: "حلويات", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cakes-with-chocolate-bars-strawberries-dark-background-pie-chocolate-cocoa-cake-sweet-tea_140725-115645.jpg", imageAlt: "براوني الشوكولاتة مع الآيس كريم"},
|
||||
]}
|
||||
title="قائمة طعامنا الغنية: لكل ذوق نصيب"
|
||||
description="تصفحوا قائمة طعامنا الشاملة التي تضم مقبلات، أطباق رئيسية، وحلويات محضرة بعناية من أجود المكونات."
|
||||
@@ -326,56 +197,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1",
|
||||
title: "عشاء رومانسي",
|
||||
price: "450 ر.س",
|
||||
period: "لشخصين",
|
||||
features: [
|
||||
"مقبلات فاخرة",
|
||||
"طبقين رئيسيين من اختيارك",
|
||||
"حلوى مميزة",
|
||||
"مشروبين",
|
||||
],
|
||||
id: "plan-1", title: "عشاء رومانسي", price: "450 ر.س", period: "لشخصين", features: [
|
||||
"مقبلات فاخرة", "طبقين رئيسيين من اختيارك", "حلوى مميزة", "مشروبين"],
|
||||
button: {
|
||||
text: "احجز الآن",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-prepared-dinner_1162-109.jpg",
|
||||
imageAlt: "مائدة عشاء رومانسي",
|
||||
},
|
||||
text: "احجز الآن"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-prepared-dinner_1162-109.jpg", imageAlt: "مائدة عشاء رومانسي"},
|
||||
{
|
||||
id: "plan-2",
|
||||
title: "باقة المأدبة",
|
||||
price: "1500 ر.س",
|
||||
period: "لـ 10 أشخاص",
|
||||
features: [
|
||||
"تشكيلة من المقبلات",
|
||||
"3 أطباق رئيسية مختارة",
|
||||
"تشكيلة حلويات",
|
||||
"خدمة تقديم خارجية",
|
||||
],
|
||||
id: "plan-2", title: "باقة المأدبة", price: "1500 ر.س", period: "لـ 10 أشخاص", features: [
|
||||
"تشكيلة من المقبلات", "3 أطباق رئيسية مختارة", "تشكيلة حلويات", "خدمة تقديم خارجية"],
|
||||
button: {
|
||||
text: "استفسر الآن",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fruit-dish_23-2148491329.jpg",
|
||||
imageAlt: "طعام بوفيه لتقديم الطعام",
|
||||
},
|
||||
text: "استفسر الآن"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-fruit-dish_23-2148491329.jpg", imageAlt: "طعام بوفيه لتقديم الطعام"},
|
||||
{
|
||||
id: "plan-3",
|
||||
title: "تجربة الشيف الخاصة",
|
||||
price: "600 ر.س",
|
||||
period: "للفرد",
|
||||
features: [
|
||||
"قائمة تذوق من 5 أطباق",
|
||||
"تفاعل مباشر مع الشيف",
|
||||
"مشروبات فاخرة",
|
||||
"جلسة خاصة",
|
||||
],
|
||||
id: "plan-3", title: "تجربة الشيف الخاصة", price: "600 ر.س", period: "للفرد", features: [
|
||||
"قائمة تذوق من 5 أطباق", "تفاعل مباشر مع الشيف", "مشروبات فاخرة", "جلسة خاصة"],
|
||||
button: {
|
||||
text: "احجز تجربتك",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059128.jpg",
|
||||
imageAlt: "شيف يقدم طبقًا فاخرًا",
|
||||
},
|
||||
text: "احجز تجربتك"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059128.jpg", imageAlt: "شيف يقدم طبقًا فاخرًا"},
|
||||
]}
|
||||
title="عروض خاصة وفعاليات لا تُفوّت"
|
||||
description="استمتعوا بعروضنا الموسمية وتجارب الطعام الفريدة التي نصممها خصيصاً لكم، لتجربة لا تُنسى."
|
||||
@@ -389,26 +227,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "team-1",
|
||||
name: "الشيف أحمد",
|
||||
role: "رئيس الطهاة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aggressive-bearded-chef-man-black-uniform-holding-hands-folded-while-looking-white-wall_141793-32292.jpg",
|
||||
imageAlt: "صورة الشيف أحمد",
|
||||
},
|
||||
id: "team-1", name: "الشيف أحمد", role: "رئيس الطهاة", imageSrc: "http://img.b2bpic.net/free-photo/aggressive-bearded-chef-man-black-uniform-holding-hands-folded-while-looking-white-wall_141793-32292.jpg", imageAlt: "صورة الشيف أحمد"},
|
||||
{
|
||||
id: "team-2",
|
||||
name: "السيدة فاطمة",
|
||||
role: "مديرة المطعم",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-restaurant-manager-is-controlling-work-process_8353-10566.jpg",
|
||||
imageAlt: "صورة السيدة فاطمة",
|
||||
},
|
||||
id: "team-2", name: "السيدة فاطمة", role: "مديرة المطعم", imageSrc: "http://img.b2bpic.net/free-photo/handsome-restaurant-manager-is-controlling-work-process_8353-10566.jpg", imageAlt: "صورة السيدة فاطمة"},
|
||||
{
|
||||
id: "team-3",
|
||||
name: "الأستاذ خالد",
|
||||
role: "مدير الصالة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
|
||||
imageAlt: "صورة الأستاذ خالد",
|
||||
},
|
||||
id: "team-3", name: "الأستاذ خالد", role: "مدير الصالة", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", imageAlt: "صورة الأستاذ خالد"},
|
||||
]}
|
||||
title="فريقنا: قلوب شغوفة تصنع الفارق"
|
||||
description="تعرفوا على الطهاة وفريق الخدمة الذين يسعون جاهدين لجعل زيارتكم تجربة لا تُنسى، بكل شغف واحترافية."
|
||||
@@ -423,50 +246,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "سارة جاسم",
|
||||
role: "مدونة طعام",
|
||||
company: "FoodieBlog",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg",
|
||||
imageAlt: "صورة سارة جاسم",
|
||||
},
|
||||
id: "testimonial-1", name: "سارة جاسم", role: "مدونة طعام", company: "FoodieBlog", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-having-fun-while-eating-cake-cafe_637285-7896.jpg", imageAlt: "صورة سارة جاسم"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "محمد علي",
|
||||
role: "رجل أعمال",
|
||||
company: "Alia Holding",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg",
|
||||
imageAlt: "صورة محمد علي",
|
||||
},
|
||||
id: "testimonial-2", name: "محمد علي", role: "رجل أعمال", company: "Alia Holding", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg", imageAlt: "صورة محمد علي"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "ليلى أحمد",
|
||||
role: "مهندسة",
|
||||
company: "TechSolutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-friends-having-lunch-together-toasting-with-beer-dining-table_637285-5530.jpg",
|
||||
imageAlt: "صورة ليلى أحمد",
|
||||
},
|
||||
id: "testimonial-3", name: "ليلى أحمد", role: "مهندسة", company: "TechSolutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-friends-having-lunch-together-toasting-with-beer-dining-table_637285-5530.jpg", imageAlt: "صورة ليلى أحمد"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "يوسف خالد",
|
||||
role: "طالب",
|
||||
company: "University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-chop-with-spices-fries_140725-2040.jpg",
|
||||
imageAlt: "صورة يوسف خالد",
|
||||
},
|
||||
id: "testimonial-4", name: "يوسف خالد", role: "طالب", company: "University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-chop-with-spices-fries_140725-2040.jpg", imageAlt: "صورة يوسف خالد"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "نورة فهد",
|
||||
role: "مصممة داخلية",
|
||||
company: "Design Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg",
|
||||
imageAlt: "صورة نورة فهد",
|
||||
},
|
||||
id: "testimonial-5", name: "نورة فهد", role: "مصممة داخلية", company: "Design Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg", imageAlt: "صورة نورة فهد"},
|
||||
]}
|
||||
title="ماذا يقول ضيوفنا عنّا؟"
|
||||
description="نحن فخورون بما يقوله عملاؤنا عن تجربتهم معنا، شهاداتهم هي وقودنا للاستمرار في التميز."
|
||||
@@ -479,20 +272,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "كيف يمكنني حجز طاولة؟",
|
||||
content: "يمكنك حجز طاولة عبر الاتصال بنا مباشرة، أو استخدام نموذج الحجز المتوفر في قسم 'اتصل بنا' على موقعنا الإلكتروني.",
|
||||
},
|
||||
id: "faq-1", title: "كيف يمكنني حجز طاولة؟", content: "يمكنك حجز طاولة عبر الاتصال بنا مباشرة، أو استخدام نموذج الحجز المتوفر في قسم 'اتصل بنا' على موقعنا الإلكتروني."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "هل لديكم خيارات نباتية أو خالية من الغلوتين؟",
|
||||
content: "نعم، نقدم مجموعة متنوعة من الأطباق النباتية والخالية من الغلوتين. يرجى إبلاغ فريق العمل عند الحجز أو الوصول.",
|
||||
},
|
||||
id: "faq-2", title: "هل لديكم خيارات نباتية أو خالية من الغلوتين؟", content: "نعم، نقدم مجموعة متنوعة من الأطباق النباتية والخالية من الغلوتين. يرجى إبلاغ فريق العمل عند الحجز أو الوصول."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "ما هي ساعات العمل؟",
|
||||
content: "نحن مفتوحون يومياً من الساعة 12 ظهراً حتى 11 مساءً، ومن الساعة 1 ظهراً حتى 12 منتصف الليل في عطلات نهاية الأسبوع.",
|
||||
},
|
||||
id: "faq-3", title: "ما هي ساعات العمل؟", content: "نحن مفتوحون يومياً من الساعة 12 ظهراً حتى 11 مساءً، ومن الساعة 1 ظهراً حتى 12 منتصف الليل في عطلات نهاية الأسبوع."},
|
||||
]}
|
||||
title="أسئلة شائعة"
|
||||
description="إجابات على أكثر الأسئلة شيوعًا حول مطعمنا وخدماتنا، لمساعدتكم في التخطيط لزيارتكم."
|
||||
@@ -504,8 +288,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="تواصل معنا"
|
||||
title="نحن بانتظاركم!"
|
||||
description="للحجز أو الاستفسار عن فعاليات خاصة، يرجى ملء النموذج أدناه أو الاتصال بنا مباشرة. فريقنا مستعد لخدمتكم."
|
||||
@@ -520,29 +303,19 @@ export default function LandingPage() {
|
||||
logoText="مطعم الذوق الرفيع"
|
||||
columns={[
|
||||
{
|
||||
title: "قائمة التنقل",
|
||||
items: [
|
||||
title: "قائمة التنقل", items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "الرئيسية", href: "#hero"},
|
||||
{
|
||||
label: "عنّا",
|
||||
href: "#about",
|
||||
},
|
||||
label: "عنّا", href: "#about"},
|
||||
{
|
||||
label: "قائمة الطعام",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "قائمة الطعام", href: "#menu"},
|
||||
{
|
||||
label: "عروض خاصة",
|
||||
href: "#specials",
|
||||
},
|
||||
label: "عروض خاصة", href: "#specials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "خدمات",
|
||||
items: [],
|
||||
title: "خدمات", items: [],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 مطعم الذوق الرفيع. جميع الحقوق محفوظة."
|
||||
|
||||
Reference in New Issue
Block a user