Update src/app/page.tsx

This commit is contained in:
2026-03-12 03:51:11 +00:00
parent 4619f06afb
commit c1a8a199f8

View File

@@ -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"