diff --git a/src/app/page.tsx b/src/app/page.tsx index 42631d1..f668ac9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,11 @@ export default function LandingPage() { imageAlt: "Cozy cafe atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-barista-white-t-shirt-jeans-pouring-coffee-beans-into-modern-small-burr-grinder_346278-1114.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-barista-white-t-shirt-jeans-pouring-coffee-beans-into-modern-small-burr-grinder_346278-1114.jpg?_wi=1", imageAlt: "Close up cappuccino with latte art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg?_wi=1", imageAlt: "Double espresso mug with beans", }, ]} @@ -128,7 +128,7 @@ export default function LandingPage() { price: "$4.50", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-barista-white-t-shirt-jeans-pouring-coffee-beans-into-modern-small-burr-grinder_346278-1114.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-barista-white-t-shirt-jeans-pouring-coffee-beans-into-modern-small-burr-grinder_346278-1114.jpg?_wi=2", }, { id: "p2", @@ -137,7 +137,7 @@ export default function LandingPage() { price: "$3.50", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57338.jpg?_wi=2", }, { id: "p3",