diff --git a/src/app/page.tsx b/src/app/page.tsx index c53dd89..e4e36c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-beef-steaks-served-lavash-with-species_114579-1990.jpg", imageAlt: "Cinematic grill fire" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805495.jpg", imageAlt: "Premium kebab wrap" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805495.jpg?_wi=1", imageAlt: "Premium kebab wrap" }, { imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-cranberry-top-view_140725-933.jpg", imageAlt: "Kebab plate" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetable-rolls-yummy-inside-white-plate-brown-floor_140725-14523.jpg", imageAlt: "Kebab rollo" }, { imageSrc: "http://img.b2bpic.net/free-photo/preparation-chicken-with-oil-spices-vegetables_114579-56249.jpg", imageAlt: "Fresh kebab meat" }, @@ -93,7 +93,7 @@ export default function LandingPage() { { title: "Fair Prices", description: "Authentic quality at a value that makes sense for everyone.", icon: Wallet, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805495.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805495.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-leaf-dolma-with-seasonings-dark-surface_140725-75404.jpg" }, ], },