Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d0b0179e5c | |||
| 19d985ca53 | |||
| c05cd35f6d | |||
| 0232081cfb |
@@ -101,20 +101,21 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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"
|
title="Lo Más Pedido"
|
||||||
description="Our signatures, made with passion."
|
description="Our signatures, made with passion."
|
||||||
|
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -177,6 +178,8 @@ export default function LandingPage() {
|
|||||||
id: "2", title: "Do you have vegetarian options?", content: "We offer fresh bean and vegetable options."},
|
id: "2", title: "Do you have vegetarian options?", content: "We offer fresh bean and vegetable options."},
|
||||||
{
|
{
|
||||||
id: "3", title: "Are you family friendly?", content: "Absolutely! Everyone is welcome."},
|
id: "3", title: "Are you family friendly?", content: "Absolutely! Everyone is welcome."},
|
||||||
|
{
|
||||||
|
id: "4", title: "What are your operating hours?", content: "We are open daily from 11:00 AM to 9:00 PM to serve you the best authentic tacos in town."},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user