From 3a4b0940fcd639f32755c0110e761967b3eced21 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:15:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a0893f..768c6db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,17 +104,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Margherita", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-concept_23-2148643460.jpg"}, + id: "1", name: "Margherita", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-concept_23-2148643460.jpg", priceButtonProps: { text: "Add to Cart" }}, { - id: "2", name: "Pepperoni", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-pepperoni_23-2148601585.jpg"}, + id: "2", name: "Pepperoni", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-pepperoni_23-2148601585.jpg", priceButtonProps: { text: "Add to Cart" }}, { - id: "3", name: "Garden Veggie", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-person-holding-delicious-cooked-pizza-with-bouquet-chamomile-flowers_23-2148753715.jpg"}, + id: "3", name: "Garden Veggie", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-person-holding-delicious-cooked-pizza-with-bouquet-chamomile-flowers_23-2148753715.jpg", priceButtonProps: { text: "Add to Cart" }}, { - id: "4", name: "Four Cheese", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5392.jpg"}, + id: "4", name: "Four Cheese", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5392.jpg", priceButtonProps: { text: "Add to Cart" }}, { - id: "5", name: "Prosciutto", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-wooden-table_23-2148305639.jpg"}, + id: "5", name: "Prosciutto", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-wooden-table_23-2148305639.jpg", priceButtonProps: { text: "Add to Cart" }}, { - id: "6", name: "Wild Mushroom", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-mushroom-pizza_23-2148601589.jpg"}, + id: "6", name: "Wild Mushroom", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-mushroom-pizza_23-2148601589.jpg", priceButtonProps: { text: "Add to Cart" }}, ]} title="Our Signature Pizzas" description="Experience the classic flavors perfected through traditional techniques." @@ -244,4 +244,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1