diff --git a/src/app/page.tsx b/src/app/page.tsx index e0c5ff1..37a8848 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,21 +145,21 @@ export default function LandingPage() { name: "Morning Roast", price: "$18.00", variant: "250g", - 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", }, { id: "p2", name: "Dark Artisan", price: "$20.00", variant: "250g", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-brown-coffee-beans-sack_141793-6808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-brown-coffee-beans-sack_141793-6808.jpg?_wi=1", }, { id: "p3", name: "Colombia Origin", price: "$22.00", variant: "250g", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-floral-tea-packaging-wooden-shelf_23-2151965883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-floral-tea-packaging-wooden-shelf_23-2151965883.jpg?_wi=1", }, { id: "p4", @@ -223,7 +223,7 @@ export default function LandingPage() { quote: "I haven't gone to a coffee shop in weeks. This is better.", tag: "Coffee Addict", avatarSrc: "http://img.b2bpic.net/free-photo/women-together-coffee-shop_23-2148263265.jpg", - 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", imageAlt: "medium roast coffee beans bag", }, { @@ -234,7 +234,7 @@ export default function LandingPage() { quote: "The consistency in their roast is truly commendable.", tag: "Regular Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-dreamy-smiling-young-woman-drinks-coffee-looks-thoughtful-stands-kitchen_1258-198166.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-brown-coffee-beans-sack_141793-6808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-brown-coffee-beans-sack_141793-6808.jpg?_wi=2", imageAlt: "dark roast coffee beans bag", }, { @@ -245,7 +245,7 @@ export default function LandingPage() { quote: "Love that it's ethically sourced and tastes delicious too.", tag: "Subscriber", avatarSrc: "http://img.b2bpic.net/free-photo/transparent-bubble-tent-woman-glamping_1268-20774.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-floral-tea-packaging-wooden-shelf_23-2151965883.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colorful-floral-tea-packaging-wooden-shelf_23-2151965883.jpg?_wi=2", imageAlt: "single origin colombian coffee", }, ]}