Update src/app/page.tsx

This commit is contained in:
2026-04-04 01:40:19 +00:00
parent 3f7c4b746d
commit 95a3333e79

View File

@@ -55,12 +55,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Steak Burrito Dinner", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg" },
{ id: "p2", name: "Chicken Flautas Dinner", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/mexican-dishes-spices-around-clipboard_23-2147740768.jpg" },
{ id: "p3", name: "Enchiladas Verdes Dinner", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/mexican-burrito-with-rice_1147-395.jpg" },
{ id: "p4", name: "Steak Tacos", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg" },
{ id: "p5", name: "Al Pastor Tacos", price: "$2.85", imageSrc: "http://img.b2bpic.net/free-photo/mexican-dishes-spices-around-clipboard_23-2147740768.jpg" },
{ id: "p6", name: "Shrimp Taco", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/mexican-burrito-with-rice_1147-395.jpg" },
{ id: "p1", name: "Steak Burrito Dinner", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg?_wi=1" },
{ id: "p2", name: "Chicken Flautas Dinner", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/mexican-dishes-spices-around-clipboard_23-2147740768.jpg?_wi=1" },
{ id: "p3", name: "Enchiladas Verdes Dinner", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/mexican-burrito-with-rice_1147-395.jpg?_wi=1" },
{ id: "p4", name: "Steak Tacos", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg?_wi=2" },
{ id: "p5", name: "Al Pastor Tacos", price: "$2.85", imageSrc: "http://img.b2bpic.net/free-photo/mexican-dishes-spices-around-clipboard_23-2147740768.jpg?_wi=2" },
{ id: "p6", name: "Shrimp Taco", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/mexican-burrito-with-rice_1147-395.jpg?_wi=2" },
]}
title="Our Featured Menu"
description="Discover our most loved authentic dishes, prepared fresh daily with the highest quality ingredients."
@@ -107,7 +107,7 @@ export default function LandingPage() {
description="Have questions or want to place a large order? Reach out to us or stop by for a fresh authentic meal. We are located right in the heart of the community."
tagIcon={MapPin}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-spiced-rice-black-beans-meat-sandwiches-plate-wooden-surface_181624-34885.jpg?_wi=3"
imageAlt="Los 2 Magueyes Restaurant storefront and atmosphere"
/>
</div>