Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -110,11 +110,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Margherita", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/frame-near-pizza-vegetables_23-2147772093.jpg"},
|
||||
id: "p1", name: "Margherita", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/frame-near-pizza-vegetables_23-2147772093.jpg", onProductClick: () => console.log("Added Margherita")},
|
||||
{
|
||||
id: "p2", name: "Pepperoni", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702849.jpg"},
|
||||
id: "p2", name: "Pepperoni", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702849.jpg", onProductClick: () => console.log("Added Pepperoni")},
|
||||
{
|
||||
id: "p3", name: "Truffle Mushroom", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/buckwheat-porridge-with-mushrooms_658428-147.jpg"},
|
||||
id: "p3", name: "Truffle Mushroom", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/buckwheat-porridge-with-mushrooms_658428-147.jpg", onProductClick: () => console.log("Added Truffle Mushroom")},
|
||||
]}
|
||||
title="Signature Pizzas"
|
||||
description="Handpicked favorites for every palate. Order now and taste the wood-fired difference."
|
||||
|
||||
Reference in New Issue
Block a user