From a9ba4f54c9af773dc88a1f218799e3a5b371a871 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:04:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4c3f2e..a1aadab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1