From 965d294a4e5a103ad3d90763fd45bb61b9c26fb5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:31:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 014a869..222b00b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"