Update src/app/page.tsx
This commit is contained in:
@@ -130,11 +130,11 @@ export default function HomePage() {
|
||||
tagAnimation="opacity"
|
||||
products={[
|
||||
{
|
||||
id: "smash-classic", name: "The Classic Smash", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger_53876-31076.jpg", imageAlt: "Classic smash burger with cheese and tomato"},
|
||||
id: "smash-classic", name: "The Classic Smash", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger_53876-31076.jpg?_wi=1", imageAlt: "Classic smash burger with cheese and tomato"},
|
||||
{
|
||||
id: "loaded-fries-deluxe", name: "Loaded Fries Deluxe", price: "R65", imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535321.jpg", imageAlt: "Loaded fries with cheese, bacon, and herbs"},
|
||||
id: "loaded-fries-deluxe", name: "Loaded Fries Deluxe", price: "R65", imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535321.jpg?_wi=1", imageAlt: "Loaded fries with cheese, bacon, and herbs"},
|
||||
{
|
||||
id: "fresh-bakery", name: "Fresh Bakery Selection", price: "R35", imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011524.jpg", imageAlt: "Fresh baked croissants and artisanal bread"},
|
||||
id: "fresh-bakery", name: "Fresh Bakery Selection", price: "R35", imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011524.jpg?_wi=1", imageAlt: "Fresh baked croissants and artisanal bread"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user