From 1c9b9251d6cdd2e5baed3ea357624bb94e1ae491 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:18:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cf67c0..5d01969 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,17 +57,17 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-tomato-with-egg-side-view_140725-9095.jpg", imageAlt: "أفضل إفطار مصري"}, + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-tomato-with-egg-side-view_140725-9095.jpg?_wi=1", imageAlt: "أفضل إفطار مصري"}, { - imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg", imageAlt: "فلافل مصرية"}, + imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg?_wi=1", imageAlt: "فلافل مصرية"}, { - imageSrc: "http://img.b2bpic.net/free-photo/chickpea-hummus-wooden-bowl-garnished-with-parsley-paprika-olive-oil-wooden-table_123827-22490.jpg", imageAlt: "حمص وسلطات"}, + imageSrc: "http://img.b2bpic.net/free-photo/chickpea-hummus-wooden-bowl-garnished-with-parsley-paprika-olive-oil-wooden-table_123827-22490.jpg?_wi=1", imageAlt: "حمص وسلطات"}, { - imageSrc: "http://img.b2bpic.net/free-photo/making-roti-ingredients-assortment_23-2149033954.jpg", imageAlt: "خبز عيش بلدي"}, + imageSrc: "http://img.b2bpic.net/free-photo/making-roti-ingredients-assortment_23-2149033954.jpg?_wi=1", imageAlt: "خبز عيش بلدي"}, { - imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-peas-salad_140725-6297.jpg", imageAlt: "كشري مصري"}, + imageSrc: "http://img.b2bpic.net/free-photo/pilaf-with-peas-salad_140725-6297.jpg?_wi=1", imageAlt: "كشري مصري"}, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-shakshuka-frying-pan-wooden-background_169016-17048.jpg", imageAlt: "شكشوكة"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-traditional-shakshuka-frying-pan-wooden-background_169016-17048.jpg?_wi=1", imageAlt: "شكشوكة"}, ]} background={{ variant: "plain" }} className="w-full" @@ -83,15 +83,15 @@ export default function HomePage() {