4 Commits

Author SHA1 Message Date
70e0285fab Update src/app/page.tsx 2026-04-29 01:18:18 +00:00
fe990e94d8 Merge version_2 into main
Merge version_2 into main
2026-04-29 01:15:51 +00:00
3a4b0940fc Update src/app/page.tsx 2026-04-29 01:15:48 +00:00
0b463f55f4 Merge version_1 into main
Merge version_1 into main
2026-04-29 01:07:17 +00:00

View File

@@ -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."