Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0b0179e5c | |||
| 19d985ca53 |
@@ -101,20 +101,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Tacos al Carbón", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-with-meat_23-2148750427.jpg"},
|
||||
id: "p1", name: "Tacos al Carbón", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-with-meat_23-2148750427.jpg", onProductClick: () => window.location.href = '#contact'},
|
||||
{
|
||||
id: "p2", name: "Carne Asada Tacos", price: "$11.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg"},
|
||||
id: "p2", name: "Carne Asada Tacos", price: "$11.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg", onProductClick: () => window.location.href = '#contact'},
|
||||
{
|
||||
id: "p3", name: "Tostadas de Ceviche", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg"},
|
||||
id: "p3", name: "Tostadas de Ceviche", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shrimp-other-food-pita_23-2148381317.jpg", onProductClick: () => window.location.href = '#contact'},
|
||||
{
|
||||
id: "p4", name: "Huaraches", price: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-mexican-tasty-tacos-de-pastor-plate_181624-42045.jpg"},
|
||||
id: "p4", name: "Huaraches", price: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-mexican-tasty-tacos-de-pastor-plate_181624-42045.jpg", onProductClick: () => window.location.href = '#contact'},
|
||||
{
|
||||
id: "p5", name: "Al Pastor", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortilla-plate-with-ingredients_23-2148283023.jpg"},
|
||||
id: "p5", name: "Al Pastor", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tortilla-plate-with-ingredients_23-2148283023.jpg", onProductClick: () => window.location.href = '#contact'},
|
||||
{
|
||||
id: "p6", name: "Menudo", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bozbash-soup-nude-background_140725-134873.jpg"},
|
||||
id: "p6", name: "Menudo", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bozbash-soup-nude-background_140725-134873.jpg", onProductClick: () => window.location.href = '#contact'},
|
||||
]}
|
||||
title="Lo Más Pedido"
|
||||
description="Our signatures, made with passion."
|
||||
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user