diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b1e9c5..516e2c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { description="One person, one cup, and one neighborhood at a time." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=1", imageAlt: "latte art coffee close up", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-holding-cups_23-2148705564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-holding-cups_23-2148705564.jpg?_wi=1", imageAlt: "hand holding coffee cup", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-grinding-coffee-coffee-shop_23-2148824402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-barista-grinding-coffee-coffee-shop_23-2148824402.jpg?_wi=1", imageAlt: "roasting coffee beans close up", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=2", imageAlt: "raw coffee beans burlap bag", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-holding-cups_23-2148705564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-holding-cups_23-2148705564.jpg?_wi=2", imageAlt: "raw coffee beans burlap bag", }, { @@ -233,7 +233,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-grinding-coffee-coffee-shop_23-2148824402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-barista-grinding-coffee-coffee-shop_23-2148824402.jpg?_wi=2", imageAlt: "raw coffee beans burlap bag", }, ]}