From 1a50ba3c0c7d1109f96cc9fded6d50db83868e95 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:07:32 +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 ba0713d..362c3a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" products={[ { - id: "1", name: "Parrilla de Res Premium", price: "S/ 45.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-appetizing-meat-beef-grill-cooking-open-fire-grill-grid-nature-background-closeup_1220-1378.jpg", imageAlt: "Parrilla de res a la brasa" + id: "1", name: "Parrilla de Res Premium", price: "S/ 45.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-appetizing-meat-beef-grill-cooking-open-fire-grill-grid-nature-background-closeup_1220-1378.jpg?_wi=1", imageAlt: "Parrilla de res a la brasa" }, { id: "2", name: "Pollo a la Parrilla", price: "S/ 28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-grilled-chicken-breast-with-sauce-vegetable-salad_141793-4127.jpg", imageAlt: "Pollo jugoso a la parrilla" @@ -108,7 +108,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Carnes", title: "Carnes a la Brasa", subtitle: "Premium quality cuts", description: "Preparadas con fuego de carbón authentic, seleccionando los mejores cortes de res, pollo y cerdo. Nuestros expertos cocineros garantizan que cada pieza sea cocida a la perfección.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-appetizing-meat-beef-grill-cooking-open-fire-grill-grid-nature-background-closeup_1220-1378.jpg", imageAlt: "Carnes a la brasa" + tag: "Carnes", title: "Carnes a la Brasa", subtitle: "Premium quality cuts", description: "Preparadas con fuego de carbón authentic, seleccionando los mejores cortes de res, pollo y cerdo. Nuestros expertos cocineros garantizan que cada pieza sea cocida a la perfección.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-appetizing-meat-beef-grill-cooking-open-fire-grill-grid-nature-background-closeup_1220-1378.jpg?_wi=2", imageAlt: "Carnes a la brasa" }, { id: 2, -- 2.49.1