From f48f0ca57690565de8fa9941a1a672dd21935bb4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:21:28 +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 d1b0501..2cb3633 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { 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={[ { @@ -101,7 +101,7 @@ export default function LandingPage() { "Gastronomía", "Vistas", ], - imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-glass-white-wine_140725-4249.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-glass-white-wine_140725-4249.jpg?_wi=1", imageAlt: "Paella con vistas", }, { @@ -111,7 +111,7 @@ export default function LandingPage() { "Familia", "Aventura", ], - imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-floater-pool_23-2149492553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-floater-pool_23-2149492553.jpg?_wi=1", imageAlt: "Niños en splash park", }, { @@ -121,7 +121,7 @@ export default function LandingPage() { "Relax", "Renovado", ], - imageSrc: "http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg?_wi=1", imageAlt: "Habitación de lujo", }, ]} @@ -141,7 +141,7 @@ export default function LandingPage() { 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", + 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", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-glass-white-wine_140725-4249.jpg?_wi=2", imageAlt: "paella restaurante frente mar", }, { @@ -159,7 +159,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/child-having-fun-with-floater-pool_23-2149492553.jpg?_wi=2", imageAlt: "hotel splash park kids laughing", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/home-comfortable-new-hotel-stylish_1203-4565.jpg?_wi=2", imageAlt: "luxury hotel room white sheets", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/modern-reception-counter-with-classy-interior-design_482257-101081.jpg?_wi=1", imageAlt: "minimalist luxury reception hotel", }, ]} @@ -248,7 +248,7 @@ export default function LandingPage() { 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