diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d830f9..d0383e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,11 +88,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg?_wi=1", imageAlt: "Cozy cafe interior with warm lighting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg?_wi=1", imageAlt: "Barista pouring latte art", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg?_wi=2", imageAlt: "freshly brewed coffee beans grinder", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg?_wi=2", imageAlt: "freshly brewed coffee beans grinder", }, ]}