Update src/app/page.tsx

This commit is contained in:
2026-04-18 13:31:44 +00:00
parent 644fd210b4
commit 965d294a4e

View File

@@ -153,22 +153,22 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1", name: "Classic Club", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-melted-cheese-ham_23-2149342866.jpg", priceButtonProps: { text: "Add to Order" }
id: "1", name: "Classic Club", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sandwich-with-melted-cheese-ham_23-2149342866.jpg", priceButtonProps: { text: "Order Now" }
},
{
id: "2", name: "Veggie Supreme", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-sandwich_23-2148590155.jpg", priceButtonProps: { text: "Add to Order" }
id: "2", name: "Veggie Supreme", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-sandwich_23-2148590155.jpg", priceButtonProps: { text: "Order Now" }
},
{
id: "3", name: "Gourmet Melt", price: "$10.49", imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-with-assortment-delicious-food_23-2149514130.jpg", priceButtonProps: { text: "Add to Order" }
id: "3", name: "Gourmet Melt", price: "$10.49", imageSrc: "http://img.b2bpic.net/free-photo/raclette-dish-with-assortment-delicious-food_23-2149514130.jpg", priceButtonProps: { text: "Order Now" }
},
{
id: "4", name: "Roast Beef Special", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-sandwich-made-with-bread-fried-egg-ham-lettuce_1150-25690.jpg", priceButtonProps: { text: "Add to Order" }
id: "4", name: "Roast Beef Special", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-sandwich-made-with-bread-fried-egg-ham-lettuce_1150-25690.jpg", priceButtonProps: { text: "Order Now" }
},
{
id: "5", name: "Turkey Avocado", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/bacon-sandwich-with-lettuce-tomato-wooden-table_123827-35146.jpg", priceButtonProps: { text: "Add to Order" }
id: "5", name: "Turkey Avocado", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/bacon-sandwich-with-lettuce-tomato-wooden-table_123827-35146.jpg", priceButtonProps: { text: "Order Now" }
},
{
id: "6", name: "Caprese Baguette", price: "$9.49", imageSrc: "http://img.b2bpic.net/free-photo/open-sandwiches-with-apple-olives-tomatoes-inside-black-plate_114579-3139.jpg", priceButtonProps: { text: "Add to Order" }
id: "6", name: "Caprese Baguette", price: "$9.49", imageSrc: "http://img.b2bpic.net/free-photo/open-sandwiches-with-apple-olives-tomatoes-inside-black-plate_114579-3139.jpg", priceButtonProps: { text: "Order Now" }
},
]}
title="Our Signature Sandwiches"