From 9e3c6c272fe086e2e8b4b517b29f6408c46bc6b1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:30:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f009ab7..865b56f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,13 +126,13 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "1", name: "Signature Espresso", price: "$4.50", variant: "Single / Double", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg", imageAlt: "Signature Espresso" + id: "1", name: "Signature Espresso", price: "$4.50", variant: "Single / Double", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg?_wi=1", imageAlt: "Signature Espresso" }, { - id: "2", name: "Creamy Cappuccino", price: "$5.50", variant: "Small / Medium / Large", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg", imageAlt: "Creamy Cappuccino" + id: "2", name: "Creamy Cappuccino", price: "$5.50", variant: "Small / Medium / Large", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg?_wi=2", imageAlt: "Creamy Cappuccino" }, { - id: "3", name: "Silky Latte", price: "$5.75", variant: "Original / Vanilla / Hazelnut", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg", imageAlt: "Silky Latte" + id: "3", name: "Silky Latte", price: "$5.75", variant: "Original / Vanilla / Hazelnut", imageSrc: "http://img.b2bpic.net/free-photo/coffee_74190-7838.jpg?_wi=3", imageAlt: "Silky Latte" } ]} /> -- 2.49.1