From 0854f0055b824e66da13e2d055a188b05a986c31 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:27:27 +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 12286f6..e3bd061 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function BarBarrancoPage() { id: 2, title: "Tortilla de Patata", description: "Recién hecha cada día, esponjosa y dorada. La tortilla que todos recuerdan de casa, hecha con amor y productos frescos.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-potato-spanish-tortilla_23-2149715066.jpg", imageAlt: "Tortilla de patata" }, { - id: 3, title: "Croquetas Caseras", description: "Crujientes por fuera, cremosas por dentro. Nuestras croquetas hechas con recetas tradicionales que transmiten generaciones.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-croquette_23-2149202624.jpg", imageAlt: "Croquetas caseras" + id: 3, title: "Croquetas Caseras", description: "Crujientes por fuera, cremosas por dentro. Nuestras croquetas hechas con recetas tradicionales que transmiten generaciones.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-croquette_23-2149202624.jpg?_wi=1", imageAlt: "Croquetas caseras" } ]} textboxLayout="default" @@ -127,13 +127,13 @@ export default function BarBarrancoPage() {