diff --git a/src/app/page.tsx b/src/app/page.tsx index 701135c..8fc006c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,12 +67,12 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273245.jpg?_wi=1", imageAlt: "fresh artisanal bread bakery", }, { id: "c2", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-coated-waffle-plate-blue-background_114579-39811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-coated-waffle-plate-blue-background_114579-39811.jpg?_wi=1", imageAlt: "slice of chocolate cake", }, { @@ -120,7 +120,7 @@ export default function LandingPage() { descriptions: [ "We source local, high-quality ingredients.", ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273245.jpg?_wi=2", imageAlt: "Loaf of bread in female hands in a supermarket", }, { @@ -129,7 +129,7 @@ export default function LandingPage() { descriptions: [ "Baked by hand, one small batch at a time.", ], - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-coated-waffle-plate-blue-background_114579-39811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-coated-waffle-plate-blue-background_114579-39811.jpg?_wi=2", imageAlt: "Loaf of bread in female hands in a supermarket", }, ]}