5 Commits

Author SHA1 Message Date
685e647c3d Merge version_4 into main
Merge version_4 into main
2026-04-25 22:13:48 +00:00
d0b0179e5c Update src/app/page.tsx 2026-04-25 22:13:45 +00:00
19d985ca53 Merge version_3 into main
Merge version_3 into main
2026-04-25 22:09:56 +00:00
c05cd35f6d Update src/app/page.tsx 2026-04-25 22:09:53 +00:00
0232081cfb Merge version_2 into main
Merge version_2 into main
2026-04-25 22:09:00 +00:00

View File

@@ -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>
@@ -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: "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={[
{