From b4fb9565f77af53eb23472734d5d6d997f2a362d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:34:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, ]} /> -- 2.49.1