diff --git a/src/app/page.tsx b/src/app/page.tsx index 144df5a..e475468 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,17 +69,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708144.jpg?_wi=1", imageAlt: "Sunlight bakery interior", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-158.jpg?_wi=1", imageAlt: "Morning coffee ritual", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1247.jpg?_wi=1", imageAlt: "Artisanal display", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-cup-tea-teapot-croissants-bed_169016-27069.jpg", imageAlt: "Community scene", }, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-cup-indoors_23-2150708144.jpg?_wi=2", imageAlt: "people drinking coffee bakery", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cook-hat-uniform-looking-cake-his-hand-looking-proud_176474-9072.jpg", imageAlt: "Pastry craft", }, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-158.jpg?_wi=2", imageAlt: "people drinking coffee bakery", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-pouring-dough_23-2150014876.jpg", imageAlt: "Ingredient selection", }, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1247.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1247.jpg?_wi=2", imageAlt: "people drinking coffee bakery", }, ]}