diff --git a/src/app/page.tsx b/src/app/page.tsx index bfef0ed..5b90096 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { imageAlt: "Barista preparing coffee", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cloth-bag-with-coffee-beans_23-2148937258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cloth-bag-with-coffee-beans_23-2148937258.jpg?_wi=1", imageAlt: "Artisan coffee beans", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-latte-table-lights_181624-33499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-latte-table-lights_181624-33499.jpg?_wi=1", imageAlt: "Latte art detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-coffee-milkshake-with-nuts_181624-37413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-coffee-milkshake-with-nuts_181624-37413.jpg?_wi=1", imageAlt: "Mocha swirl beverage", }, ]} @@ -128,7 +128,7 @@ export default function LandingPage() { id: "1", name: "Signature Espresso", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/cloth-bag-with-coffee-beans_23-2148937258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cloth-bag-with-coffee-beans_23-2148937258.jpg?_wi=2", }, { id: "2", @@ -140,7 +140,7 @@ export default function LandingPage() { id: "3", name: "Velvet Cappuccino", price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-latte-table-lights_181624-33499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-latte-table-lights_181624-33499.jpg?_wi=2", }, { id: "4", @@ -158,7 +158,7 @@ export default function LandingPage() { id: "6", name: "Dark Roast Mocha", price: "$4.80", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-coffee-milkshake-with-nuts_181624-37413.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-coffee-milkshake-with-nuts_181624-37413.jpg?_wi=2", }, ]} title="Crafted Perfection"