diff --git a/src/app/page.tsx b/src/app/page.tsx index 06736e6..4228cef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,13 +95,13 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "1", name: "Ethiopian Highland Reserve", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg", imageAlt: "Ethiopian Highland Reserve coffee", initialQuantity: 1, + id: "1", name: "Ethiopian Highland Reserve", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg?_wi=1", imageAlt: "Ethiopian Highland Reserve coffee", initialQuantity: 1, }, { id: "2", name: "Bordeaux Selection 2019", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wine-bottles-arrangement_23-2149552383.jpg", imageAlt: "Bordeaux Selection wine", initialQuantity: 1, }, { - id: "3", name: "Colombian Dark Roast", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg", imageAlt: "Colombian Dark Roast coffee", initialQuantity: 1, + id: "3", name: "Colombian Dark Roast", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans_23-2152005553.jpg?_wi=2", imageAlt: "Colombian Dark Roast coffee", initialQuantity: 1, }, ]} />