From 3d5f03a9b1b0e77d7cad0ed34b741dba44da84b5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:14:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a8a688..6c6c7ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,13 +79,13 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "carne-adovada", name: "Carne Adovada Plate", price: "$14.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-dish-cooked-with-pomegranate-onion-oil_140725-5140.jpg", imageAlt: "Tender pork in red chile sauce with rice and beans" + id: "carne-adovada", name: "Carne Adovada Plate", price: "$14.95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-dish-cooked-with-pomegranate-onion-oil_140725-5140.jpg?_wi=1", imageAlt: "Tender pork in red chile sauce with rice and beans" }, { - id: "green-chile-burger", name: "Green Chile Cheeseburger", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67418.jpg", imageAlt: "Hatch green chile piled on a juicy cheeseburger" + id: "green-chile-burger", name: "Green Chile Cheeseburger", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67418.jpg?_wi=1", imageAlt: "Hatch green chile piled on a juicy cheeseburger" }, { - id: "stacked-enchiladas", name: "Stacked Red Enchiladas", price: "$13.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-with-lemon-jug-food-board_176474-3391.jpg", imageAlt: "Traditional stacked enchiladas with fried egg on top" + id: "stacked-enchiladas", name: "Stacked Red Enchiladas", price: "$13.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-with-lemon-jug-food-board_176474-3391.jpg?_wi=1", imageAlt: "Traditional stacked enchiladas with fried egg on top" }, { id: "posole", name: "Posole Bowl", price: "$11.25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-borsch-ukranian-beet-soup-with-meat-white-space_140725-97816.jpg", imageAlt: "Homemade posole with hominy, chile, and aromatic broth" @@ -112,15 +112,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Red Chile", description: "Deep, smoky, warming. Made from dried chile pods roasted and ground with care. Comfort in a bowl.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-dish-cooked-with-pomegranate-onion-oil_140725-5140.jpg", imageAlt: "Red chile sauce simmering with traditional spices" + title: "Red Chile", description: "Deep, smoky, warming. Made from dried chile pods roasted and ground with care. Comfort in a bowl.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-dish-cooked-with-pomegranate-onion-oil_140725-5140.jpg?_wi=2", imageAlt: "Red chile sauce simmering with traditional spices" }, { id: 2, - title: "Green Chile", description: "Fresh, bright, alive. From Hatch, New Mexico—roasted in September. Peak season is sacred.", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67418.jpg", imageAlt: "Hatch green chiles roasting over flame" + title: "Green Chile", description: "Fresh, bright, alive. From Hatch, New Mexico—roasted in September. Peak season is sacred.", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67418.jpg?_wi=2", imageAlt: "Hatch green chiles roasting over flame" }, { id: 3, - title: "Christmas", description: "Both red and green. Hedging your bets. Living your best life. The only right answer, really.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-with-lemon-jug-food-board_176474-3391.jpg", imageAlt: "Plate with both red and green chile sauces" + title: "Christmas", description: "Both red and green. Hedging your bets. Living your best life. The only right answer, really.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lentil-soup-with-lemon-jug-food-board_176474-3391.jpg?_wi=2", imageAlt: "Plate with both red and green chile sauces" } ]} /> -- 2.49.1