Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| caf7951b92 | |||
| 269911175f |
@@ -67,9 +67,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="one-large-left-three-stacked-right"
|
gridVariant="one-large-left-three-stacked-right"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Tacos", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos-plate_23-2150831035.jpg" },
|
{ id: "1", name: "Smoky Chipotle Tacos", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos-plate_23-2150831035.jpg" },
|
||||||
{ id: "2", name: "Burgers", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg" },
|
{ id: "2", name: "Signature Double-Stack Burger", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/black-cheeseburger-topped-with-sesame-seeds_140725-3709.jpg" },
|
||||||
{ id: "3", name: "Cheese Pasta", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2338.jpg" }
|
{ id: "3", name: "Four-Cheese Truffle Pasta", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2338.jpg" }
|
||||||
]}
|
]}
|
||||||
title="Our Best Sellers"
|
title="Our Best Sellers"
|
||||||
description="Hand-picked favorites grilled to perfection."
|
description="Hand-picked favorites grilled to perfection."
|
||||||
|
|||||||
Reference in New Issue
Block a user