From c1a8a199f8033d2907dc9e035d912fd78ba75a44 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 03:51:11 +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 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"