Update src/app/page.tsx

This commit is contained in:
2026-03-16 12:00:30 +00:00
parent 7c8f88c516
commit 2d01eebeb2

View File

@@ -87,16 +87,16 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "carne-asada-tacos", name: "Carne Asada Street Tacos", price: "Grilled Perfection", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-tamales-plate_23-2148942284.jpg?_wi=1", imageAlt: "Carne asada street tacos with fresh avocado"
id: "carne-asada-tacos", name: "Carne Asada Street Tacos", price: "Grilled Perfection", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-tamales-plate_23-2148942284.jpg", imageAlt: "Carne asada street tacos with fresh avocado"
},
{
id: "carnitas", name: "Carnitas", price: "Slow-Cooked Excellence", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-pita-bread-blurred-background_23-2148651099.jpg?_wi=1", imageAlt: "Tender slow-cooked carnitas"
id: "carnitas", name: "Carnitas", price: "Slow-Cooked Excellence", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-pita-bread-blurred-background_23-2148651099.jpg", imageAlt: "Tender slow-cooked carnitas"
},
{
id: "volcano-dip", name: "Volcano Dip", price: "Molten Favorite", imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159766.jpg?_wi=1", imageAlt: "Molten cheese volcano dip"
id: "volcano-dip", name: "Volcano Dip", price: "Molten Favorite", imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159766.jpg", imageAlt: "Molten cheese volcano dip"
},
{
id: "burrito-macho", name: "Burrito Macho", price: "Massive & Satisfying", imageSrc: "http://img.b2bpic.net/free-photo/close-up-organic-vegetables-wrapped-pita_23-2148381334.jpg?_wi=1", imageAlt: "Generously stuffed Burrito Macho"
id: "burrito-macho", name: "Burrito Macho", price: "Massive & Satisfying", imageSrc: "http://img.b2bpic.net/free-photo/close-up-organic-vegetables-wrapped-pita_23-2148381334.jpg", imageAlt: "Generously stuffed Burrito Macho"
}
]}
buttons={[
@@ -152,28 +152,28 @@ export default function LandingPage() {
{
id: 1,
title: "Street Tacos", description: "Carne Asada, Carnitas, Chicken Tinga—served on fresh corn tortillas with authentic toppings.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-tamales-plate_23-2148942284.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-tamales-plate_23-2148942284.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-pita-bread-blurred-background_23-2148651099.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-pita-bread-blurred-background_23-2148651099.jpg"
}
},
{
id: 2,
title: "Burritos", description: "Burrito Macho, Three Brothers, Classic Mexican—stuffed with generous portions of premium ingredients.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-organic-vegetables-wrapped-pita_23-2148381334.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-organic-vegetables-wrapped-pita_23-2148381334.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-tamales-plate_23-2148942284.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-tamales-plate_23-2148942284.jpg"
}
},
{
id: 3,
title: "Appetizers", description: "Volcano Dip, Spinach Dip, Chips & Salsa—perfect starters to begin your meal.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159766.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159766.jpg"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-pita-bread-blurred-background_23-2148651099.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-pita-bread-blurred-background_23-2148651099.jpg"
}
}
]}
@@ -196,13 +196,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1", value: "4.7★", title: "Google Rating", description: "Trusted by locals for authentic Mexican food"
id: "1", value: "4.7★", title: "Google Rating", description: "Trusted by locals for authentic Mexican food", imageSrc: "http://img.b2bpic.net/free-photo/vegan-mexican-tacos_123827-36156.jpg", imageAlt: "Google rating icon"
},
{
id: "2", value: "20+", title: "Years Strong", description: "Family-owned tradition and passion"
id: "2", value: "20+", title: "Years Strong", description: "Family-owned tradition and passion", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-pita-bread-blurred-background_23-2148651099.jpg", imageAlt: "Years of tradition icon"
},
{
id: "3", value: "100%", title: "Fresh Daily", description: "Handcrafted recipes with premium ingredients"
id: "3", value: "100%", title: "Fresh Daily", description: "Handcrafted recipes with premium ingredients", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-tamales-plate_23-2148942284.jpg", imageAlt: "Fresh ingredients icon"
}
]}
/>