From 2c8f4c6579aee0517de821f849cf02c7db479cdd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:13:20 +0000 Subject: [PATCH 1/2] Update src/app/historia/page.tsx --- src/app/historia/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/historia/page.tsx b/src/app/historia/page.tsx index baf94b1..d3850ce 100644 --- a/src/app/historia/page.tsx +++ b/src/app/historia/page.tsx @@ -39,7 +39,7 @@ export default function HistoriaPage() { useInvertedBackground={false} title="Raíces Profundas" description="Todo empezó en el barrio de Gràcia. Un sueño compartido por una familia amante del producto local." - imageSrc="http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg?_wi=3" /> -- 2.49.1 From 43a63207db3c2c3081b6270ec11d3795a83fc3f1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:13:20 +0000 Subject: [PATCH 2/2] 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 64ade0b..6cd60d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { { text: "Reservar Mesa", href: "/reservas" }, { text: "Ver Carta", href: "/carta" } ]} - imageSrc="http://img.b2bpic.net/free-photo/focused-master-chef-wearing-uniform-cooking-delicious-beef-steak-kitchen-restaurant_613910-18983.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-master-chef-wearing-uniform-cooking-delicious-beef-steak-kitchen-restaurant_613910-18983.jpg?_wi=1" /> @@ -55,7 +55,7 @@ export default function LandingPage() { title="45 años encendiendo el fuego" description="Nacimos en Gràcia con una idea simple: buena materia prima, fuego de verdad y recetas transmitidas de generación en generación. Hoy, esa obsesión sigue intacta." buttons={[{ text: "Nuestra Historia", href: "/historia" }]} - imageSrc="http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg?_wi=1" /> @@ -65,8 +65,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Brasa de Encina", description: "Cocinamos con fuego de verdad, aportando un sabor ahumado único.", imageSrc: "http://img.b2bpic.net/free-photo/focused-master-chef-wearing-uniform-cooking-delicious-beef-steak-kitchen-restaurant_613910-18983.jpg", imageAlt: "authentic catalan restaurant dining table" }, - { title: "Proximidad", description: "Materias primas frescas seleccionadas diariamente en mercados locales.", imageSrc: "http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg", imageAlt: "professional chef cooking fire grill" }, + { title: "Brasa de Encina", description: "Cocinamos con fuego de verdad, aportando un sabor ahumado único.", imageSrc: "http://img.b2bpic.net/free-photo/focused-master-chef-wearing-uniform-cooking-delicious-beef-steak-kitchen-restaurant_613910-18983.jpg?_wi=2", imageAlt: "authentic catalan restaurant dining table" }, + { title: "Proximidad", description: "Materias primas frescas seleccionadas diariamente en mercados locales.", imageSrc: "http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg?_wi=2", imageAlt: "professional chef cooking fire grill" }, { title: "Tradición", description: "Recetas de siempre, cocinadas con calma y cariño desde 1978.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-shrimp-with-sauce-black-pan_140725-10254.jpg", imageAlt: "black rice with seafood traditional catalan" } ]} title="¿Por qué El Glop?" -- 2.49.1