From 76609d37fadef2339ef35f3c028e4911ce6c0213 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:00:24 +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 bb0bb6a..c46f2b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,16 +111,16 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Tacos al Carne Asada", price: "$14", variant: "Grilled Marinated Beef • 3 Tacos", imageSrc: "http://img.b2bpic.net/free-photo/mexican-tacos-with-meat-vegetables-cheese_2829-5622.jpg", imageAlt: "Premium carne asada tacos" + id: "1", name: "Tacos al Carne Asada", price: "$14", variant: "Grilled Marinated Beef • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png", imageAlt: "Menu image" }, { - id: "2", name: "Tacos al Pastor", price: "$13", variant: "Marinated Pork • Pineapple • 3 Tacos", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-mexican-beef-stripes-with-vegetables-tortilla_23-2148042465.jpg", imageAlt: "Traditional tacos al pastor" + id: "2", name: "Tacos al Pastor", price: "$13", variant: "Marinated Pork • Pineapple • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png", imageAlt: "Menu image" }, { - id: "3", name: "Carnitas Tacos", price: "$13", variant: "Slow-Roasted Pork • Crispy • 3 Tacos", imageSrc: "http://img.b2bpic.net/free-photo/from-composition-mexican-food_23-2148131977.jpg", imageAlt: "Authentic carnitas tacos" + id: "3", name: "Carnitas Tacos", price: "$13", variant: "Slow-Roasted Pork • Crispy • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png", imageAlt: "Menu image" }, { - id: "4", name: "Barbacoa Tacos", price: "$14", variant: "Slow-Cooked Beef • Tender • 3 Tacos", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", imageAlt: "Traditional barbacoa tacos" + id: "4", name: "Barbacoa Tacos", price: "$14", variant: "Slow-Cooked Beef • Tender • 3 Tacos", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png", imageAlt: "Menu image" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1