Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70e0285fab | |||
| fe990e94d8 | |||
| 3a4b0940fc | |||
| 0b463f55f4 |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user