From 08077490d856f08b4ede0ace5af261441c712d8c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 10:58:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25f78bb..3e1cef9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,10 +77,10 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} products={[ - { id: "1", brand: "Classic", name: "Street Tacos - Tender carne asada with fresh cilantro and onion", price: "$9.99", rating: 4.8, reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/tacos-with-meat-vegetables_1147-321.jpg" }, + { id: "1", brand: "Classic", name: "Carne Asada Street Tacos - Tender steak with fresh cilantro and onion", price: "$9.99", rating: 4.8, reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/tacos-with-meat-vegetables_1147-321.jpg" }, { id: "2", brand: "Special", name: "Philly Cheese Steak - Melted cheese over perfectly grilled steak slices", price: "$12.50", rating: 4.9, reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/tasty-sandwich-table_23-2148762512.jpg" }, { id: "3", brand: "House", name: "Signature Wings - Crispy wings tossed in our savory house glaze", price: "$11.99", rating: 4.7, reviewCount: "200", imageSrc: "https://img.b2bpic.net/free-photo/chicken-wings-table_23-2148762499.jpg" }, - { id: "4", brand: "Traditional", name: "Enchiladas - Corn tortillas smothered in zesty, authentic chili sauce", price: "$10.99", rating: 4.8, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/enchiladas-plate_23-2148762505.jpg" } + { id: "4", brand: "Traditional", name: "Chili Sauce Enchiladas - Corn tortillas filled and smothered in zesty sauce", price: "$10.99", rating: 4.8, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/enchiladas-plate_23-2148762505.jpg" } ]} /> -- 2.49.1