diff --git a/src/app/page.tsx b/src/app/page.tsx index c3fbcfa..9cf5dfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@elena_travels", testimonial: "Las vistas son insuperables. Un rincón secreto en Barcelona que realmente destaca.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/burgos-cathedral-surrounded-by-trees-city-spain_181624-40599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burgos-cathedral-surrounded-by-trees-city-spain_181624-40599.jpg?_wi=1", imageAlt: "luxurious hotel rooftop swimming pool night", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@marc_bcn", testimonial: "El ambiente es perfecto y el servicio de Pablo es de otro nivel. Repetiré sin duda.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149429889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149429889.jpg?_wi=1", imageAlt: "smiling happy hotel guest portrait", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@sophie.l", testimonial: "La mejor puesta de sol que he visto nunca. Un lujo relajante y sofisticado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg?_wi=1", imageAlt: "elegant professional woman portrait", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@javier_bcn", testimonial: "Una joya oculta con el mejor servicio de la ciudad.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-tourist-with-his-backpack-pink-wall-color-emotion-tourist_140725-122626.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-tourist-with-his-backpack-pink-wall-color-emotion-tourist_140725-122626.jpg?_wi=1", imageAlt: "handsome man portrait boutique rooftop", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@clara_travels", testimonial: "La experiencia completa, desde la música hasta los cócteles.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-dress-smiling-happy-sunglasses_285396-6139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-dress-smiling-happy-sunglasses_285396-6139.jpg?_wi=1", imageAlt: "elegant couple portrait rooftop bar", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/burgos-cathedral-surrounded-by-trees-city-spain_181624-40599.jpg" + imageSrc="http://img.b2bpic.net/free-photo/burgos-cathedral-surrounded-by-trees-city-spain_181624-40599.jpg?_wi=2" imageAlt="B·Heaven 414 Rooftop Views" avatars={[ { @@ -222,7 +222,7 @@ export default function LandingPage() { handle: "@alexbcn", testimonial: "El servicio de Pablo fue impecable, muy atento y profesional. Un sitio único.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149429889.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149429889.jpg?_wi=2", }, { id: "2", @@ -230,7 +230,7 @@ export default function LandingPage() { handle: "@luciatravels", testimonial: "El ambiente al atardecer es mágico. Totalmente recomendable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg?_wi=2", }, { id: "3", @@ -238,7 +238,7 @@ export default function LandingPage() { handle: "@david_v", testimonial: "Cócteles increíbles y una vista de Barcelona que no tiene rival.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-tourist-with-his-backpack-pink-wall-color-emotion-tourist_140725-122626.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-tourist-with-his-backpack-pink-wall-color-emotion-tourist_140725-122626.jpg?_wi=2", }, { id: "4", @@ -246,7 +246,7 @@ export default function LandingPage() { handle: "@marta.g", testimonial: "El sitio más elegante para pasar la tarde. Calidad y trato exquisito.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-dress-smiling-happy-sunglasses_285396-6139.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-sitting-bed-hotel-stylish-dress-smiling-happy-sunglasses_285396-6139.jpg?_wi=2", }, { id: "5",