diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b2d9fe..451b33b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,12 +87,12 @@ export default function LandingPage() { carouselItems={[ { id: "hero-carousel-item-1", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_1203-9349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_1203-9349.jpg?_wi=1", imageAlt: "Gourmet dish elegantly plated", }, { id: "hero-carousel-item-2", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg?_wi=1", imageAlt: "Cozy restaurant interior with warm lighting", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-confitures-lemon-slices-inside-plate-dark-background-fruit-citrus-cookies-biscuit-sweet_140725-110248.jpg", imageAlt: "Fine dining dessert", }, - imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_1203-9349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/salmon-tartare_1203-9349.jpg?_wi=2", imageAlt: "gourmet steak dish plating", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598349.jpg", imageAlt: "Professional wait staff", }, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg?_wi=2", imageAlt: "gourmet steak dish plating", }, ]}