Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user