From 0c7886ac4c1f5a901c2475ef2599c6edaa575616 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 08:59:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6aac98a..f08847a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-trout-still-life_23-2150408610.jpg", imageAlt: "Plato de comida mediterránea fresca" }, { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg", imageAlt: "Interior acogedor del restaurante" + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg?_wi=1", imageAlt: "Interior acogedor del restaurante" } ]} mediaAnimation="slide-up" @@ -68,7 +68,7 @@ export default function LandingPage() { title="Bienvenido a La Cantonada del Foix" description="Un restaurante familiar dedicado a ofrecer la mejor gastronomía mediterránea con ingredientes frescos y de calidad. Ubicados en el corazón de Cubelles, nos apasiona servir comida auténtica en un ambiente cálido y acogedor donde todos son bienvenidos." tag="❤️ Tradición y calidad" - imageSrc="http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-tables-with-cozy-decor_23-2147764388.jpg?_wi=2" imageAlt="Interior del restaurante La Cantonada del Foix" bulletPoints={[ { @@ -98,23 +98,23 @@ export default function LandingPage() { features={[ { id: 1, - title: "Pescado Fresco", description: "Nuestro señas de identidad. Pescado del día preparado a la brasa, al horno o frito, siempre con ingredientes premium.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/purple-plate-with-chicken-leg-meat-with-slices-lemon_114579-66233.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/purple-plate-with-chicken-leg-meat-with-slices-lemon_114579-66233.jpg" } + title: "Pescado Fresco", description: "Nuestro señas de identidad. Pescado del día preparado a la brasa, al horno o frito, siempre con ingredientes premium.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/purple-plate-with-chicken-leg-meat-with-slices-lemon_114579-66233.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/purple-plate-with-chicken-leg-meat-with-slices-lemon_114579-66233.jpg?_wi=2" } }, { id: 2, - title: "Tapas y Aperitivos", description: "Selección variada de tapas caseras: jamón ibérico, patatas a lo pobre, croquetas, berenjenas con miel y mucho más.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510876.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510876.jpg" } + title: "Tapas y Aperitivos", description: "Selección variada de tapas caseras: jamón ibérico, patatas a lo pobre, croquetas, berenjenas con miel y mucho más.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510876.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510876.jpg?_wi=2" } }, { id: 3, - title: "Carnes Selectas", description: "Carne de excelente calidad a la parrilla, chuletas jugosas y carnes marinadas con nuestras recetas secretas.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-cutting-board-isolated-white-background_123827-34919.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-cutting-board-isolated-white-background_123827-34919.jpg" } + title: "Carnes Selectas", description: "Carne de excelente calidad a la parrilla, chuletas jugosas y carnes marinadas con nuestras recetas secretas.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-cutting-board-isolated-white-background_123827-34919.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-cutting-board-isolated-white-background_123827-34919.jpg?_wi=2" } }, { id: 4, - title: "Postres Irresistibles", description: "Finales dulces como la crema catalana, tiramisú casero, fruta fresca y repostería artesanal.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-nougats-plate-still-life_23-2149646313.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-nougats-plate-still-life_23-2149646313.jpg" } + title: "Postres Irresistibles", description: "Finales dulces como la crema catalana, tiramisú casero, fruta fresca y repostería artesanal.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/view-nougats-plate-still-life_23-2149646313.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-nougats-plate-still-life_23-2149646313.jpg?_wi=2" } } ]} showStepNumbers={true} @@ -223,7 +223,7 @@ export default function LandingPage() {