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" } ]} />