Update src/app/page.tsx

This commit is contained in:
2026-03-19 00:17:50 +00:00
parent d4ebf0d749
commit 60f01a171b

View File

@@ -84,13 +84,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Pan-Seared Branzino", price: "$38", variant: "Mediterranean", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", imageAlt: "Pan-seared branzino with citrus beurre blanc"
id: "1", name: "Pan-Seared Branzino", price: "$38", variant: "Mediterranean", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg?_wi=1", imageAlt: "Pan-seared branzino with citrus beurre blanc"
},
{
id: "2", name: "Wagyu Beef Wellington", price: "$52", variant: "Prime Cut", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", imageAlt: "Wagyu beef wellington with demi-glace"
id: "2", name: "Wagyu Beef Wellington", price: "$52", variant: "Prime Cut", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg?_wi=2", imageAlt: "Wagyu beef wellington with demi-glace"
},
{
id: "3", name: "Truffle Risotto", price: "$34", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", imageAlt: "Creamy truffle risotto with parmesan crust"
id: "3", name: "Truffle Risotto", price: "$34", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg?_wi=3", imageAlt: "Creamy truffle risotto with parmesan crust"
}
]}
buttonAnimation="slide-up"