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() {