Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-23 18:46:31 +00:00
3 changed files with 93 additions and 362 deletions

View File

@@ -7,7 +7,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Book, Clock, Heart } from "lucide-react";
import { Book, Clock, Heart, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,25 +28,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "الرئيسية",
id: "home",
href: "/",
},
name: "الرئيسية", id: "/"},
{
name: "القائمة",
id: "menu",
href: "/menu",
},
name: "القائمة", id: "/menu"},
{
name: "من نحن",
id: "about",
href: "/about",
},
name: "من نحن", id: "/about"},
{
name: "اتصل بنا",
id: "contact",
href: "/contact",
},
name: "اتصل بنا", id: "/contact"},
]}
brandName="مسعده أبو فارس"
/>
@@ -63,22 +51,16 @@ export default function LandingPage() {
tagIcon={Clock}
bulletPoints={[
{
title: "مكونات طازجة يومياً",
description: "نختار مكوناتنا بعناية فائقة من الموردين المحليين لضمان أعلى مستويات الجودة والنكهة.",
icon: Leaf,
title: "مكونات طازجة يومياً", description: "نختار مكوناتنا بعناية فائقة من الموردين المحليين لضمان أعلى مستويات الجودة والنكهة.", icon: Leaf,
},
{
title: "وصفات أصيلة ومُتقنة",
description: "نحافظ على الوصفات التقليدية التي توارثناها عبر الأجيال ونقدمها بلمسة عصرية.",
icon: Book,
title: "وصفات أصيلة ومُتقنة", description: "نحافظ على الوصفات التقليدية التي توارثناها عبر الأجيال ونقدمها بلمسة عصرية.", icon: Book,
},
{
title: "أجواء عائلية دافئة",
description: "مطعم أبو فارس هو المكان المثالي الذي يجمع العائلة والأصدقاء للاستمتاع بلحظات لا تُنسى وطعام شهي.",
icon: Heart,
title: "أجواء عائلية دافئة", description: "مطعم أبو فارس هو المكان المثالي الذي يجمع العائلة والأصدقاء للاستمتاع بلحظات لا تُنسى وطعام شهي.", icon: Heart,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-colorful-such-as-onions-green-bell-pepper-brown-desk-grey_140725-13429.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-colorful-such-as-onions-green-bell-pepper-brown-desk-grey_140725-13429.jpg"
imageAlt="مكونات شرق أوسطية طازجة للطهي"
/>
</div>
@@ -90,37 +72,13 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "أحمد سعيد",
role: "زبون دائم",
testimonial: "أفضل شاورما تذوقتها في حياتي! المكان نظيف والخدمة ممتازة وفريق العمل ودود للغاية. أوصي به بشدة.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg?_wi=2",
imageAlt: "صورة زبون أحمد سعيد",
},
id: "1", name: "أحمد سعيد", role: "زبون دائم", testimonial: "أفضل شاورما تذوقتها في حياتي! المكان نظيف والخدمة ممتازة وفريق العمل ودود للغاية. أوصي به بشدة.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", imageAlt: "صورة زبون أحمد سعيد"},
{
id: "2",
name: "ليلى محمود",
role: "عاشقة الأكل الشرقي",
testimonial: "كل طبق هنا يحكي قصة من التراث الأصيل. النكهات غنية ومميزة، والضيافة رائعة. شعرت وكأنني في بيتي.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-red-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10034.jpg?_wi=2",
imageAlt: "صورة زبونة ليلى محمود",
},
id: "2", name: "ليلى محمود", role: "عاشقة الأكل الشرقي", testimonial: "كل طبق هنا يحكي قصة من التراث الأصيل. النكهات غنية ومميزة، والضيافة رائعة. شعرت وكأنني في بيتي.", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-red-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10034.jpg", imageAlt: "صورة زبونة ليلى محمود"},
{
id: "3",
name: "خالد علي",
role: "زائر راضٍ",
testimonial: "جئت إلى إكسال خصيصًا لتناول الطعام هنا، ولم أندم أبدًا. تجربة لا تُنسى من حيث المذاق والجودة.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-showing-ok-gesture_23-2147767529.jpg?_wi=2",
imageAlt: "صورة زبون خالد علي",
},
id: "3", name: "خالد علي", role: "زائر راضٍ", testimonial: "جئت إلى إكسال خصيصًا لتناول الطعام هنا، ولم أندم أبدًا. تجربة لا تُنسى من حيث المذاق والجودة.", imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-showing-ok-gesture_23-2147767529.jpg", imageAlt: "صورة زبون خالد علي"},
{
id: "4",
name: "نور حسن",
role: "مُحبة للمشاوي",
testimonial: "المشاوي طازجة وشهية جداً، ومتبلة بشكل مثالي. المقبلات متنوعة ولذيذة. أنصح به بشدة لكل عشاق المشاوي.",
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg?_wi=2",
imageAlt: "صورة زبونة نور حسن",
},
id: "4", name: "نور حسن", role: "مُحبة للمشاوي", testimonial: "المشاوي طازجة وشهية جداً، ومتبلة بشكل مثالي. المقبلات متنوعة ولذيذة. أنصح به بشدة لكل عشاق المشاوي.", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg", imageAlt: "صورة زبونة نور حسن"},
]}
title="ماذا يقول زبائننا عن أبو فارس"
description="نفتخر بتقديم تجربة طعام مميزة تحظى بإعجاب وتقدير زبائننا الكرام، ونسعى دائماً لتجاوز توقعاتهم."
@@ -129,37 +87,18 @@ export default function LandingPage() {
<div id="our-team" data-section="our-team">
<TeamCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
team={[
{
id: "1",
name: "أبو فارس",
role: "المؤسس والشيف الرئيسي",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg?_wi=3",
imageAlt: "صورة أبو فارس، المؤسس والشيف الرئيسي",
},
id: "1", name: "أبو فارس", role: "المؤسس والشيف الرئيسي", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", imageAlt: "صورة أبو فارس، المؤسس والشيف الرئيسي"},
{
id: "2",
name: "فاطمة محمد",
role: "مديرة المطعم",
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-red-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10034.jpg?_wi=3",
imageAlt: "صورة فاطمة محمد، مديرة المطعم",
},
id: "2", name: "فاطمة محمد", role: "مديرة المطعم", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-red-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10034.jpg", imageAlt: "صورة فاطمة محمد، مديرة المطعم"},
{
id: "3",
name: "يوسف عبدالله",
role: "شيف مشاوي",
imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-showing-ok-gesture_23-2147767529.jpg?_wi=3",
imageAlt: "صورة يوسف عبدالله، شيف المشاوي",
},
id: "3", name: "يوسف عبدالله", role: "شيف مشاوي", imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-showing-ok-gesture_23-2147767529.jpg", imageAlt: "صورة يوسف عبدالله، شيف المشاوي"},
{
id: "4",
name: "سارة علي",
role: "مسؤولة الضيافة",
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg?_wi=3",
imageAlt: "صورة سارة علي، مسؤولة الضيافة",
},
id: "4", name: "سارة علي", role: "مسؤولة الضيافة", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg", imageAlt: "صورة سارة علي، مسؤولة الضيافة"},
]}
title="فريق عمل أبو فارس"
description="فريقنا المتفاني يعمل بجد وشغف يومياً لتقديم أفضل تجربة طعام وخدمة استثنائية لكم في أجواء من الود والاحترافية."
@@ -170,62 +109,37 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "روابط سريعة",
items: [
title: "روابط سريعة", items: [
{
label: "الرئيسية",
href: "/",
},
label: "الرئيسية", href: "/"},
{
label: "القائمة",
href: "/menu",
},
label: "القائمة", href: "/menu"},
{
label: "من نحن",
href: "/about",
},
label: "من نحن", href: "/about"},
{
label: "اتصل بنا",
href: "/contact",
},
label: "اتصل بنا", href: "/contact"},
],
},
{
title: "خدماتنا",
items: [
title: "خدماتنا", items: [
{
label: "حجز طاولة",
href: "/contact",
},
label: "حجز طاولة", href: "/contact"},
{
label: "طلبات سفري",
href: "/menu",
},
label: "طلبات سفري", href: "/menu"},
{
label: "خدمة التوصيل",
href: "/contact",
},
label: "خدمة التوصيل", href: "/contact"},
{
label: "مناسبات خاصة",
href: "/contact",
},
label: "مناسبات خاصة", href: "/contact"},
],
},
{
title: "تابعنا",
items: [
title: "تابعنا", items: [
{
label: "فيسبوك",
href: "#",
},
label: "فيسبوك", href: "#"},
{
label: "انستغرام",
href: "#",
},
label: "انستغرام", href: "#"},
{
label: "واتساب",
href: "#",
},
label: "واتساب", href: "#"},
],
},
]}

View File

@@ -27,25 +27,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "الرئيسية",
id: "home",
href: "/",
},
name: "الرئيسية", id: "/"},
{
name: "القائمة",
id: "menu",
href: "/menu",
},
name: "القائمة", id: "/menu"},
{
name: "من نحن",
id: "about",
href: "/about",
},
name: "من نحن", id: "/about"},
{
name: "اتصل بنا",
id: "contact",
href: "/contact",
},
name: "اتصل بنا", id: "/contact"},
]}
brandName="مسعده أبو فارس"
/>
@@ -53,52 +41,23 @@ export default function LandingPage() {
<div id="menu-items" data-section="menu-items">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "1",
name: "طبق شاورما دجاج",
price: "55 ₪",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-vegetables-meat-with-french-fries-wooden-board_140725-10266.jpg?_wi=3",
imageAlt: "طبق شاورما شهي مع البطاطا المقلية",
},
id: "1", name: "طبق شاورما دجاج", price: "55 ₪", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-vegetables-meat-with-french-fries-wooden-board_140725-10266.jpg", imageAlt: "طبق شاورما شهي مع البطاطا المقلية"},
{
id: "2",
name: "مشاوي مشكلة فاخرة",
price: "90 ₪",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers-slices-cucumber_23-2148651116.jpg?_wi=3",
imageAlt: "صحن مشاوي مشكلة من كفتة وشيش طاووق",
},
id: "2", name: "مشاوي مشكلة فاخرة", price: "90 ₪", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers-slices-cucumber_23-2148651116.jpg", imageAlt: "صحن مشاوي مشكلة من كفتة وشيش طاووق"},
{
id: "3",
name: "ساندويتش شاورما دجاج",
price: "40 ₪",
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11097.jpg",
imageAlt: "ساندويتش شاورما دجاج ملفوف",
},
id: "3", name: "ساندويتش شاورما دجاج", price: "40 ₪", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-with-chicken-bell-peppers_2829-11097.jpg", imageAlt: "ساندويتش شاورما دجاج ملفوف"},
{
id: "4",
name: "كفتة بالصينية",
price: "65 ₪",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-veggies-meat-skewers-copy-space_23-2148651139.jpg",
imageAlt: "أسياخ كفتة مشوية مع الخضار",
},
id: "4", name: "كفتة بالصينية", price: "65 ₪", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-veggies-meat-skewers-copy-space_23-2148651139.jpg", imageAlt: "أسياخ كفتة مشوية مع الخضار"},
{
id: "5",
name: "حمص بالطحينة الأصلي",
price: "25 ₪",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039361.jpg?_wi=1",
imageAlt: "طبق حمص ناعم مع زيت الزيتون",
},
id: "5", name: "حمص بالطحينة الأصلي", price: "25 ₪", imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039361.jpg", imageAlt: "طبق حمص ناعم مع زيت الزيتون"},
{
id: "6",
name: "فلافل مقرمشة",
price: "30 ₪",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160841.jpg",
imageAlt: "كرات فلافل ذهبية مقرمشة",
},
id: "6", name: "فلافل مقرمشة", price: "30 ₪", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-dishes-still-life_23-2151160841.jpg", imageAlt: "كرات فلافل ذهبية مقرمشة"},
]}
title="قائمة طعام مطعم أبو فارس"
description="استمتع بأشهى المأكولات الشرقية الأصيلة التي تُحضّر بحب وشغف ومكونات طازجة يومياً."
@@ -113,33 +72,13 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "1",
title: "فتوش بلمسة أبو فارس",
description: "سلطة الفتوش الطازجة بخلطتنا السرية ودبس الرمان.",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-table_140725-10055.jpg?_wi=1",
imageAlt: "سلطة فتوش طازجة مع الخبز المحمص",
},
id: "1", title: "فتوش بلمسة أبو فارس", description: "سلطة الفتوش الطازجة بخلطتنا السرية ودبس الرمان.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-table_140725-10055.jpg", imageAlt: "سلطة فتوش طازجة مع الخبز المحمص"},
{
id: "2",
title: "ريش غنم على الفحم",
description: "ريش غنم طازجة مشوية بعناية لإرضاء أذواقكم الرفيعة.",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-sauce-with-tomato_140725-2964.jpg",
imageAlt: "ريش غنم مشوية على الفحم",
},
id: "2", title: "ريش غنم على الفحم", description: "ريش غنم طازجة مشوية بعناية لإرضاء أذواقكم الرفيعة.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-sauce-with-tomato_140725-2964.jpg", imageAlt: "ريش غنم مشوية على الفحم"},
{
id: "3",
title: "متبل باذنجان",
description: "باذنجان مشوي ومهروس مع الطحينة والليمون، طبق جانبي لا غنى عنه.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039361.jpg?_wi=2",
imageAlt: "طبق متبل باذنجان",
},
id: "3", title: "متبل باذنجان", description: "باذنجان مشوي ومهروس مع الطحينة والليمون، طبق جانبي لا غنى عنه.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039361.jpg", imageAlt: "طبق متبل باذنجان"},
{
id: "4",
title: "سلطة تبولة طازجة",
description: "التبولة اللبنانية الأصيلة، منعشة ومثالية لكل وجبة.",
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-table_140725-10055.jpg?_wi=2",
imageAlt: "طبق تبولة طازجة",
},
id: "4", title: "سلطة تبولة طازجة", description: "التبولة اللبنانية الأصيلة، منعشة ومثالية لكل وجبة.", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-table_140725-10055.jpg", imageAlt: "طبق تبولة طازجة"},
]}
title="أطباقنا المميزة"
description="نقدم لكم تشكيلة مختارة من أطباقنا الخاصة التي تحظى بشعبية كبيرة وتُعد بعناية فائقة لضمان تجربة لا تُنسى."
@@ -152,62 +91,37 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "روابط سريعة",
items: [
title: "روابط سريعة", items: [
{
label: "الرئيسية",
href: "/",
},
label: "الرئيسية", href: "/"},
{
label: "القائمة",
href: "/menu",
},
label: "القائمة", href: "/menu"},
{
label: "من نحن",
href: "/about",
},
label: "من نحن", href: "/about"},
{
label: "اتصل بنا",
href: "/contact",
},
label: "اتصل بنا", href: "/contact"},
],
},
{
title: "خدماتنا",
items: [
title: "خدماتنا", items: [
{
label: "حجز طاولة",
href: "/contact",
},
label: "حجز طاولة", href: "/contact"},
{
label: "طلبات سفري",
href: "/menu",
},
label: "طلبات سفري", href: "/menu"},
{
label: "خدمة التوصيل",
href: "/contact",
},
label: "خدمة التوصيل", href: "/contact"},
{
label: "مناسبات خاصة",
href: "/contact",
},
label: "مناسبات خاصة", href: "/contact"},
],
},
{
title: "تابعنا",
items: [
title: "تابعنا", items: [
{
label: "فيسبوك",
href: "#",
},
label: "فيسبوك", href: "#"},
{
label: "انستغرام",
href: "#",
},
label: "انستغرام", href: "#"},
{
label: "واتساب",
href: "#",
},
label: "واتساب", href: "#"},
],
},
]}

View File

@@ -31,25 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "الرئيسية",
id: "home",
href: "/",
},
name: "الرئيسية", id: "/"},
{
name: "القائمة",
id: "menu",
href: "/menu",
},
name: "القائمة", id: "/menu"},
{
name: "من نحن",
id: "about",
href: "/about",
},
name: "من نحن", id: "/about"},
{
name: "اتصل بنا",
id: "contact",
href: "/contact",
},
name: "اتصل بنا", id: "/contact"},
]}
brandName="مسعده أبو فارس"
/>
@@ -58,32 +46,23 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="أفضل مطعم شرقي في إكسال"
description="تذوقوا أشهى الأطباق الشرقية الأصيلة: شاورما، مشاوي، وسلطات طازجة. نرحب بكم يومياً حتى الساعة 23:30."
tag="مذاق أصيل منذ عام 1990"
tagAnimation="slide-up"
buttons={[
{
text: "📞 اتصل الآن",
href: "tel:04-842-1110",
},
text: "📞 اتصل الآن", href: "tel:04-842-1110"},
{
text: "💬 واتساب",
href: "https://wa.me/97248421110",
},
text: "💬 واتساب", href: "https://wa.me/97248421110"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-set-wooden-board-top-view_140725-9875.jpg",
imageAlt: "طبق شاورما لذيذ",
},
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-set-wooden-board-top-view_140725-9875.jpg", imageAlt: "طبق شاورما لذيذ"},
{
imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-making-phone-call-restaurant_23-2147794339.jpg",
imageAlt: "ديكور مطعم عربي دافئ",
},
imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-making-phone-call-restaurant_23-2147794339.jpg", imageAlt: "ديكور مطعم عربي دافئ"},
]}
mediaAnimation="slide-up"
rating={4.7}
@@ -99,29 +78,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "shawarma-plate",
name: "طبق شاورما",
price: "₪55",
variant: "دجاج أو لحم",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-vegetables-meat-with-french-fries-wooden-board_140725-10266.jpg?_wi=1",
imageAlt: "طبق شاورما مع بطاطس وسلطة",
},
id: "shawarma-plate", name: "طبق شاورما", price: "₪55", variant: "دجاج أو لحم", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-vegetables-meat-with-french-fries-wooden-board_140725-10266.jpg", imageAlt: "طبق شاورما مع بطاطس وسلطة"},
{
id: "mixed-grill",
name: "مشاوي مشكلة",
price: "₪60",
variant: "كفتة، شيش، تكا",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers-slices-cucumber_23-2148651116.jpg?_wi=1",
imageAlt: "طبق مشاوي مشكلة",
},
id: "mixed-grill", name: "مشاوي مشكلة", price: "₪60", variant: "كفتة، شيش، تكا", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers-slices-cucumber_23-2148651116.jpg", imageAlt: "طبق مشاوي مشكلة"},
{
id: "tabbouleh-salad",
name: "سلطة تبولة",
price: "₪30",
variant: "طازجة ومغذية",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-greek-salad-with-olive-cucumber-tomato-herbs_140725-1647.jpg?_wi=1",
imageAlt: "سلطة تبولة طازجة",
},
id: "tabbouleh-salad", name: "سلطة تبولة", price: "₪30", variant: "طازجة ومغذية", imageSrc: "http://img.b2bpic.net/free-photo/bowl-greek-salad-with-olive-cucumber-tomato-herbs_140725-1647.jpg", imageAlt: "سلطة تبولة طازجة"},
]}
title="أطباقنا الأكثر شعبية"
description="اكتشفوا النكهات التي يعشقها الجميع في مطعم أبو فارس!"
@@ -133,29 +94,13 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "فاطمة أحمد",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg?_wi=1",
imageAlt: "صورة زبونة سعيدة",
},
id: "1", name: "فاطمة أحمد", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg", imageAlt: "صورة زبونة سعيدة"},
{
id: "2",
name: "محمد علي",
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-red-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10034.jpg?_wi=1",
imageAlt: "صورة زبون راضٍ",
},
id: "2", name: "محمد علي", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-red-haired-businesswoman-wearing-formal-suit-standing-with-arms-folded-smiling_74855-10034.jpg", imageAlt: "صورة زبون راضٍ"},
{
id: "3",
name: "سارة يوسف",
imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-showing-ok-gesture_23-2147767529.jpg?_wi=1",
imageAlt: "صورة زبونة مبتسمة",
},
id: "3", name: "سارة يوسف", imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-showing-ok-gesture_23-2147767529.jpg", imageAlt: "صورة زبونة مبتسمة"},
{
id: "4",
name: "خالد محمود",
imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg?_wi=1",
imageAlt: "صورة زبون يقيم المطعم",
},
id: "4", name: "خالد محمود", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg", imageAlt: "صورة زبون يقيم المطعم"},
]}
cardTitle="ماذا يقول زباؤنا السعداء"
cardTag="ثقة ومذاق"
@@ -168,32 +113,19 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "hours",
title: "ما هي ساعات عمل مطعم أبو فارس؟",
content: "مطعمنا مفتوح يومياً من الساعة 11:00 صباحاً حتى 11:30 ليلاً. نرحب بكم في أي وقت!",
},
id: "hours", title: "ما هي ساعات عمل مطعم أبو فارس؟", content: "مطعمنا مفتوح يومياً من الساعة 11:00 صباحاً حتى 11:30 ليلاً. نرحب بكم في أي وقت!"},
{
id: "location",
title: "أين يقع مطعم أبو فارس؟",
content: "نحن في إكسال، إسرائيل. يمكنك العثور علينا بسهولة على خرائط جوجل للحصول على الاتجاهات.",
},
id: "location", title: "أين يقع مطعم أبو فارس؟", content: "نحن في إكسال، إسرائيل. يمكنك العثور علينا بسهولة على خرائط جوجل للحصول على الاتجاهات."},
{
id: "takeaway",
title: "هل يمكنني طلب الطعام سفري؟",
content: "نعم، نقدم خدمة الطلبات الخارجية والاستلام من المطعم. اتصل بنا لطلبك الآن!",
},
id: "takeaway", title: "هل يمكنني طلب الطعام سفري؟", content: "نعم، نقدم خدمة الطلبات الخارجية والاستلام من المطعم. اتصل بنا لطلبك الآن!"},
]}
sideTitle="اطلب الآن أو احجز طاولتك"
sideDescription="لا تتردد في الاتصال بنا لأي استفسارات أو لحجز طاولة لتجربة طعام لا تُنسى. فريقنا مستعد لخدمتكم."
buttons={[
{
text: "📞 اتصل بنا الآن",
href: "tel:04-842-1110",
},
text: "📞 اتصل بنا الآن", href: "tel:04-842-1110"},
{
text: "📍 احصل على الاتجاهات",
href: "https://maps.app.goo.gl/yourrestaurantlink",
},
text: "📍 احصل على الاتجاهات", href: "https://maps.app.goo.gl/yourrestaurantlink"},
]}
faqsAnimation="slide-up"
showCard={true}
@@ -208,29 +140,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "shawarma-plate",
name: "طبق شاورما",
price: "₪55",
variant: "دجاج أو لحم",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-vegetables-meat-with-french-fries-wooden-board_140725-10266.jpg?_wi=2",
imageAlt: "طبق شاورما مع بطاطس وسلطة",
},
id: "shawarma-plate", name: "طبق شاورما", price: "₪55", variant: "دجاج أو لحم", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-vegetables-meat-with-french-fries-wooden-board_140725-10266.jpg", imageAlt: "طبق شاورما مع بطاطس وسلطة"},
{
id: "mixed-grill",
name: "مشاوي مشكلة",
price: "₪60",
variant: "كفتة، شيش، تكا",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers-slices-cucumber_23-2148651116.jpg?_wi=2",
imageAlt: "طبق مشاوي مشكلة",
},
id: "mixed-grill", name: "مشاوي مشكلة", price: "₪60", variant: "كفتة، شيش، تكا", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers-slices-cucumber_23-2148651116.jpg", imageAlt: "طبق مشاوي مشكلة"},
{
id: "tabbouleh-salad",
name: "سلطة تبولة",
price: "₪30",
variant: "طازجة ومغذية",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-greek-salad-with-olive-cucumber-tomato-herbs_140725-1647.jpg?_wi=2",
imageAlt: "سلطة تبولة طازجة",
},
id: "tabbouleh-salad", name: "سلطة تبولة", price: "₪30", variant: "طازجة ومغذية", imageSrc: "http://img.b2bpic.net/free-photo/bowl-greek-salad-with-olive-cucumber-tomato-herbs_140725-1647.jpg", imageAlt: "سلطة تبولة طازجة"},
]}
title="أطباقنا الأكثر شعبية"
description="اكتشفوا النكهات التي يعشقها الجميع في مطعم أبو فارس!"
@@ -247,19 +161,13 @@ export default function LandingPage() {
tag="تراث ومذاق أصيل"
bulletPoints={[
{
title: "مكونات طازجة",
description: "نحرص على اختيار أفضل المكونات يومياً لضمان أعلى جودة ونكهة.",
},
title: "مكونات طازجة", description: "نحرص على اختيار أفضل المكونات يومياً لضمان أعلى جودة ونكهة."},
{
title: "وصفات عائلية",
description: "أطباقنا محضرة بوصفات متوارثة عبر الأجيال، تحمل سراً من نكهة الماضي.",
},
title: "وصفات عائلية", description: "أطباقنا محضرة بوصفات متوارثة عبر الأجيال، تحمل سراً من نكهة الماضي."},
{
title: "ضيافة دافئة",
description: "فريقنا يعمل جاهداً ليشعركم وكأنكم في منزلكم، بتقديم خدمة ممتازة.",
},
title: "ضيافة دافئة", description: "فريقنا يعمل جاهداً ليشعركم وكأنكم في منزلكم، بتقديم خدمة ممتازة."},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-colorful-such-as-onions-green-bell-pepper-brown-desk-grey_140725-13429.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-sliced-whole-colorful-such-as-onions-green-bell-pepper-brown-desk-grey_140725-13429.jpg"
imageAlt="مكونات طازجة للمطبخ الشرقي"
mediaAnimation="slide-up"
/>
@@ -269,12 +177,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="تواصل معنا"
title="نحن هنا لخدمتكم"
description="للاستفسارات، الطلبات، أو حجز طاولة، يرجى التواصل معنا عبر الهاتف أو الواتساب مباشرة. اترك رقم هاتفك وسنعاود الاتصال بك بأسرع وقت."
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-holding-laptop_23-2149954896.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-holding-laptop_23-2149954896.jpg"
imageAlt="موقع مطعم أبو فارس على الخريطة"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -290,14 +197,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Phone,
href: "tel:04-842-1110",
ariaLabel: "اتصل بنا",
},
href: "tel:04-842-1110", ariaLabel: "اتصل بنا"},
{
icon: MessageCircle,
href: "https://wa.me/97248421110",
ariaLabel: "واتساب",
},
href: "https://wa.me/97248421110", ariaLabel: "واتساب"},
]}
/>
</div>