diff --git a/src/app/page.tsx b/src/app/page.tsx index 26f4ca8..a407550 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,13 +88,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Red Bean Buns", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-jam-with-bun-board-marble-background_114579-42919.jpg", imageAlt: "Fresh red bean bun" + id: "1", name: "Red Bean Buns", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/tasty-jam-with-bun-board-marble-background_114579-42919.jpg?_wi=1", imageAlt: "Fresh red bean bun" }, { id: "2", name: "Egg Custard Tarts", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/homemade-rustic-apricot-galettes-with-fresh-organic-apricot-fruits_114579-10415.jpg", imageAlt: "Golden egg custard tart" }, { - id: "3", name: "Sesame Balls", price: "$2.75", imageSrc: "http://img.b2bpic.net/free-photo/tasty-jam-with-bun-board-marble-background_114579-42919.jpg", imageAlt: "Crispy sesame ball pastry" + id: "3", name: "Sesame Balls", price: "$2.75", imageSrc: "http://img.b2bpic.net/free-photo/tasty-jam-with-bun-board-marble-background_114579-42919.jpg?_wi=2", imageAlt: "Crispy sesame ball pastry" } ]} gridVariant="three-columns-all-equal-width"