Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 12:04:43 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
testimonials={[
{
name: "أحمد السعيد", handle: "زبون منتظم", testimonial: "أفضل فلافل في المدينة! طازة وملذوذة وموظفوهم ودودين جداً", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
},
{
name: "فاطمة محمد", handle: "موظفة", testimonial: "أطلب من هنا كل يوم للغداء. سريعين وفي الطريق اللي أبيه. ممتاز!", rating: 5,
@@ -64,7 +64,7 @@ export default function LandingPage() {
},
{
name: "نور الزهراني", handle: "طالبة", testimonial: "سهل الطلب وسريع التوصيل. الفلافل ساخن وتمام! مستمرة أطلب منهم", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
}
]}
buttons={[
@@ -95,7 +95,7 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "مكونات طازة يومياً", description: "نستخدم أطيب المكونات الطازة والطبيعية. كل طبق يتم تحضيره بعناية فائقة وحب", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food-top-view_2829-6197.jpg"
title: "مكونات طازة يومياً", description: "نستخدم أطيب المكونات الطازة والطبيعية. كل طبق يتم تحضيره بعناية فائقة وحب", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food-top-view_2829-6197.jpg?_wi=1"
},
{
id: 2,
@@ -103,11 +103,11 @@ export default function LandingPage() {
},
{
id: 3,
title: "خدمة سريعة 24/7", description: "متاح في أي وقت تريده. سواء للطلب الآني أو التوصيل أو الاستلام من المطعم", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-13956.jpg"
title: "خدمة سريعة 24/7", description: "متاح في أي وقت تريده. سواء للطلب الآني أو التوصيل أو الاستلام من المطعم", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-13956.jpg?_wi=1"
},
{
id: 4,
title: "أسعار تنافسية معقولة", description: "جودة عالية بأسعار عادلة. ننقل لك لذة الطعام الأصيل بدون إرهاق محفظتك", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-plate-with-jewish-food_23-2148814495.jpg"
title: "أسعار تنافسية معقولة", description: "جودة عالية بأسعار عادلة. ننقل لك لذة الطعام الأصيل بدون إرهاق محفظتك", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-plate-with-jewish-food_23-2148814495.jpg?_wi=1"
}
]}
textboxLayout="default"
@@ -123,13 +123,13 @@ export default function LandingPage() {
tag="أطباقنا"
products={[
{
id: "1", name: "ساندوتش فلافل", price: "15 ريال", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food-top-view_2829-6197.jpg"
id: "1", name: "ساندوتش فلافل", price: "15 ريال", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-fresh-salad-vegan-tacos-vegetarian-healthy-food-top-view_2829-6197.jpg?_wi=2"
},
{
id: "2", name: "طبق حمص شامي", price: "12 ريال", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-13956.jpg"
id: "2", name: "طبق حمص شامي", price: "12 ريال", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-13956.jpg?_wi=2"
},
{
id: "3", name: "مشكل الفلافل العائلي", price: "65 ريال", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-plate-with-jewish-food_23-2148814495.jpg"
id: "3", name: "مشكل الفلافل العائلي", price: "65 ريال", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-plate-with-jewish-food_23-2148814495.jpg?_wi=2"
}
]}
gridVariant="three-columns-all-equal-width"