diff --git a/src/app/page.tsx b/src/app/page.tsx index 6eec999..6445ca6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,15 +70,15 @@ export default function LandingPage() { description="Handselected daily. Cooked to perfection. Served with care in the heart of Mahalla. Every dish is prepared from carefully sourced seafood — no shortcuts, no compromises." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-mussel-white-background_1232-3358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-mussel-white-background_1232-3358.jpg?_wi=1", imageAlt: "Fresh whole fish on ice", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-fish-cooking_23-2148949110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-fish-cooking_23-2148949110.jpg?_wi=1", imageAlt: "Chef preparing gourmet seafood", }, { - imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg?_wi=1", imageAlt: "Elegant seafood dish presentation", }, { @@ -228,7 +228,7 @@ export default function LandingPage() { imageAlt: "Chef's hands holding fresh fish", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/fresh-mussel-white-background_1232-3358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-mussel-white-background_1232-3358.jpg?_wi=2", imageAlt: "variety of fresh whole fish", }, { @@ -245,7 +245,7 @@ export default function LandingPage() { imageAlt: "Close up of seafood cooking in a pan", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-fish-cooking_23-2148949110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-fish-cooking_23-2148949110.jpg?_wi=2", imageAlt: "variety of fresh whole fish", }, { @@ -262,7 +262,7 @@ export default function LandingPage() { imageAlt: "Friendly restaurant waiter smiling", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-fresh-vegetables_140725-2439.jpg?_wi=2", imageAlt: "variety of fresh whole fish", }, ]}