From 599b3d4e9db8fc7dee67b124a890318ae1cb4b10 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:00:49 +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 c46f2b1..7a50a05 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoyVLXV8W4cAowPAudeIcvEAxt/uploaded-1773273585618-na9jhq7u.png", imageAlt: "Menu image" + 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?_wi=1", imageAlt: "Menu image" }, { - 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: "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?_wi=2", imageAlt: "Menu image" }, { - 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: "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?_wi=3", imageAlt: "Menu image" }, { - 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" + 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?_wi=4", imageAlt: "Menu image" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1