From 238679a8d7c4b8689ddb1081c63631133655a641 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 13:45:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6684f2..213a213 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,9 +118,9 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "margarita-classic", brand: "Our Signature", name: "Classic Cadillac Margarita", price: "$12", rating: 5, reviewCount: "248 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-granita-dessert-with-fruit-flavoring_23-2149431467.jpg", imageAlt: "Cadillac margarita with fresh lime and Cointreau" }, - { id: "carne-asada", brand: "Main Course", name: "Carne Asada Tacos", price: "$14", rating: 5, reviewCount: "312 reviews", imageSrc: "http://img.b2bpic.net/free-photo/beef-fajitas-mexican-style-inside-plack-pan_114579-1754.jpg", imageAlt: "Grilled carne asada with cilantro and lime" }, - { id: "chile-relleno", brand: "House Special", name: "Chile Relleno Supremo", price: "$16", rating: 5, reviewCount: "189 reviews", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131345.jpg", imageAlt: "Poblano pepper stuffed with cheese and topped with sauce" } + { id: "margarita-classic", brand: "Most Ordered", name: "Classic Cadillac Margarita", price: "$12", rating: 5, reviewCount: "248 reviews", imageSrc: "http://img.b2bpic.net/free-photo/delicious-granita-dessert-with-fruit-flavoring_23-2149431467.jpg", imageAlt: "Cadillac margarita with fresh lime and Cointreau" }, + { id: "carne-asada", brand: "Chef's Pick", name: "Carne Asada Tacos", price: "$14", rating: 5, reviewCount: "312 reviews", imageSrc: "http://img.b2bpic.net/free-photo/beef-fajitas-mexican-style-inside-plack-pan_114579-1754.jpg", imageAlt: "Grilled carne asada with cilantro and lime" }, + { id: "chile-relleno", brand: "Best Seller", name: "Chile Relleno Supremo", price: "$16", rating: 5, reviewCount: "189 reviews", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-still-life_23-2148131345.jpg", imageAlt: "Poblano pepper stuffed with cheese and topped with sauce" } ]} buttons={[{ text: "Full Menu & Ordering", href: "#order" }]} buttonAnimation="slide-up" @@ -215,4 +215,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1