diff --git a/src/app/page.tsx b/src/app/page.tsx index ed17242..b35dafe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,17 +74,17 @@ export default function LandingPage() { carouselItems={[ { id: "item-1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-bowl-with-many-coffee-beans_23-2148209256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-bowl-with-many-coffee-beans_23-2148209256.jpg?_wi=1", imageAlt: "Coffee beans roasting in a machine", }, { id: "item-2", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-milk-into-metal-container_1153-1561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-milk-into-metal-container_1153-1561.jpg?_wi=1", imageAlt: "Barista pouring latte art into a coffee cup", }, { id: "item-3", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg?_wi=1", imageAlt: "Cozy cafe interior with warm lighting", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/tree-with-bright-red-berries_1353-288.jpg", imageAlt: "Hand holding coffee cherries on a farm", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-bowl-with-many-coffee-beans_23-2148209256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-bowl-with-many-coffee-beans_23-2148209256.jpg?_wi=2", imageAlt: "world map showing coffee regions app", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/organic-coffee-beans-still-life_23-2151762408.jpg", imageAlt: "Freshly roasted coffee beans cooling", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-milk-into-metal-container_1153-1561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-pouring-milk-into-metal-container_1153-1561.jpg?_wi=2", imageAlt: "world map showing coffee regions app", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-pouring-coffee-white-cup_23-2147874462.jpg", imageAlt: "Perfectly brewed cup of coffee", }, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg?_wi=2", imageAlt: "world map showing coffee regions app", }, ]}