diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d8c948..e9a604c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,22 +115,22 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Classic Espresso", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg", imageAlt: "Single shot espresso" + id: "1", name: "Classic Espresso", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg?_wi=1", imageAlt: "Single shot espresso" }, { id: "2", name: "Creamy Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-cappuccino-outdoor-cafe_501050-679.jpg", imageAlt: "Cappuccino with latte art" }, { - id: "3", name: "Smooth Latte", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg", imageAlt: "Creamy latte with art" + id: "3", name: "Smooth Latte", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg?_wi=1", imageAlt: "Creamy latte with art" }, { id: "4", name: "Fresh Pastries", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-cakes-portions-berries-glass-teapot-table_1262-20035.jpg", imageAlt: "Selection of fresh pastries" }, { - id: "5", name: "Cold Brew", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg", imageAlt: "Refreshing cold brew coffee" + id: "5", name: "Cold Brew", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg?_wi=2", imageAlt: "Refreshing cold brew coffee" }, { - id: "6", name: "Macchiato", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg", imageAlt: "Espresso macchiato" + id: "6", name: "Macchiato", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093882.jpg?_wi=2", imageAlt: "Espresso macchiato" } ]} />