From 34d89de54410da58fc0ff5c3c67fbbc04083d09d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:42:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6f8555..5a341be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263574.jpg", imageAlt: "Interior del restaurante Rio de Gusto"}, { - imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-scene-paris-france-sidewalk-cafe_1101-2310.jpg", imageAlt: "Fachada del restaurante Rio de Gusto"}, + imageSrc: "http://img.b2bpic.net/free-photo/french-restaurant-scene-paris-france-sidewalk-cafe_1101-2310.jpg?_wi=1", imageAlt: "Fachada del restaurante Rio de Gusto"}, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-cooked-mussels-wine-with-copyspace_23-2148234983.jpg", imageAlt: "Mejillones al cava - Especialidad del restaurante"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-cooked-mussels-wine-with-copyspace_23-2148234983.jpg?_wi=1", imageAlt: "Mejillones al cava - Especialidad del restaurante"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -75,7 +75,7 @@ export default function LandingPage() { { title: "Servicio Amable y Atento", description: "Nuestro equipo se dedica a ofrecerte una experiencia cálida y acogedora"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-plate-cooked-mussels-wine-with-copyspace_23-2148234983.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-plate-cooked-mussels-wine-with-copyspace_23-2148234983.jpg?_wi=2" imageAlt="Mejillones al cava - Especialidad de Rio de Gusto" mediaAnimation="slide-up" imagePosition="right" @@ -90,7 +90,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Mejillones al Cava", description: "Nuestra especialidad estrella: mejillones frescos preparados con vino espumoso local, ofreciendo un equilibrio perfecto entre sabor del mar y notas elegantes de cava.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-cooked-mussels-wine-with-copyspace_23-2148234983.jpg", imageAlt: "Mejillones al cava"}, + title: "Mejillones al Cava", description: "Nuestra especialidad estrella: mejillones frescos preparados con vino espumoso local, ofreciendo un equilibrio perfecto entre sabor del mar y notas elegantes de cava.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-cooked-mussels-wine-with-copyspace_23-2148234983.jpg?_wi=3", imageAlt: "Mejillones al cava"}, { id: 2, title: "Merluza Fresca", description: "Merluza de calidad preparada a la plancha con verduras frescas de temporada, resaltando la pureza del pescado con preparaciones sencillas pero efectivas.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-caesar-salad-table_140725-4537.jpg", imageAlt: "Merluza fresca"}, @@ -200,7 +200,7 @@ export default function LandingPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/french-restaurant-scene-paris-france-sidewalk-cafe_1101-2310.jpg" + imageSrc="http://img.b2bpic.net/free-photo/french-restaurant-scene-paris-france-sidewalk-cafe_1101-2310.jpg?_wi=2" imageAlt="Fachada acogedora de Rio de Gusto" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1