From 7587262f907f503c7f7b577410afe3ab6d354db2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:22:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75f01fb..8703211 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Reserva al mejor precio", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg" + imageSrc="http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg?_wi=1" showBlur={true} avatars={[ { @@ -77,15 +77,15 @@ export default function LandingPage() { { id: "f1", title: "Sabor: Arrozante", tags: [ "Gastronomía", "Vistas"], - imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-glass-white-wine_140725-4249.jpg", imageAlt: "Paella con vistas"}, + imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-glass-white-wine_140725-4249.jpg?_wi=1", imageAlt: "Paella con vistas"}, { id: "f2", title: "Diversión: Splash Park", tags: [ "Familia", "Aventura"], - imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-floater-pool_23-2149492553.jpg", imageAlt: "Niños en splash park"}, + imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-floater-pool_23-2149492553.jpg?_wi=1", imageAlt: "Niños en splash park"}, { id: "f3", title: "Calma: Habitaciones", tags: [ "Relax", "Renovado"], - imageSrc: "http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg", imageAlt: "Habitación de lujo"}, + imageSrc: "http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg?_wi=1", imageAlt: "Habitación de lujo"}, ]} title="Experiencias Únicas" description="Viviendo el Mediterráneo a través de cada detalle diseñado para ti y los tuyos." @@ -100,19 +100,19 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "María García", handle: "@mariag", testimonial: "El mejor sitio para familias. El Splash Park es un sueño para los niños.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg", imageAlt: "luxury hotel beach view malaga"}, + imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-resort-hotel-leisure-travel-vacation_74190-8220.jpg?_wi=2", imageAlt: "luxury hotel beach view malaga"}, { id: "t2", name: "Juan Pérez", handle: "@juanp", testimonial: "Vistas inigualables desde la terraza. Repetiremos sin duda.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-glass-white-wine_140725-4249.jpg", imageAlt: "paella restaurante frente mar"}, + imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-glass-white-wine_140725-4249.jpg?_wi=2", imageAlt: "paella restaurante frente mar"}, { id: "t3", name: "Laura Smith", handle: "@lauras", testimonial: "La comida en Arrozante es simplemente espectacular.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-floater-pool_23-2149492553.jpg", imageAlt: "hotel splash park kids laughing"}, + imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-floater-pool_23-2149492553.jpg?_wi=2", imageAlt: "hotel splash park kids laughing"}, { id: "t4", name: "David López", handle: "@davidl", testimonial: "Hotel impecable, diseño moderno y ubicación perfecta.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg", imageAlt: "luxury hotel room white sheets"}, + imageSrc: "http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg?_wi=2", imageAlt: "luxury hotel room white sheets"}, { id: "t5", name: "Elena Torres", handle: "@elenat", testimonial: "Relax total, las habitaciones son espaciosas y muy cómodas.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-reception-counter-with-classy-interior-design_482257-101081.jpg", imageAlt: "minimalist luxury reception hotel"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-reception-counter-with-classy-interior-design_482257-101081.jpg?_wi=1", imageAlt: "minimalist luxury reception hotel"}, ]} showRating={true} title="Lo que dicen nuestros huéspedes" @@ -161,7 +161,7 @@ export default function LandingPage() { name: "message", placeholder: "Tu consulta", rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/modern-reception-counter-with-classy-interior-design_482257-101081.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-reception-counter-with-classy-interior-design_482257-101081.jpg?_wi=2" /> -- 2.49.1