Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36b8bdcda8 | |||
| caf7951b92 | |||
| 269911175f |
@@ -67,9 +67,9 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", name: "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: "3", name: "Cheese Pasta", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2338.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: "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: "Four-Cheese Truffle Pasta", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/authentic-italian-pasta_24972-2338.jpg" }
|
||||
]}
|
||||
title="Our Best Sellers"
|
||||
description="Hand-picked favorites grilled to perfection."
|
||||
@@ -143,4 +143,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user