diff --git a/src/app/page.tsx b/src/app/page.tsx index c13370d..37241f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,11 +182,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Carlos M.", handle: "@carlosm", testimonial: "¡Increíble ambiente! La experiencia del drag show fue de otro nivel. Volvemos el próximo fin de semana.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Carlos M." + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Carlos M." }, { id: "2", name: "Marina López", handle: "@marinalopez", testimonial: "Mejor lugar de Málaga para disfrutar. Equipo muy profesional y atento. Totalmente recomendado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Marina López" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Marina López" }, { id: "3", name: "Javier Ruiz", handle: "@jruiz_photos", testimonial: "Pasamos la despedida de soltero en Theatro. Personal increíble, música en vivo perfecta. ¡Genial!", rating: 5, @@ -198,11 +198,11 @@ export default function LandingPage() { }, { id: "5", name: "Mateo García", handle: "@mateoggarcia", testimonial: "Celebramos cumpleaños con amigos. Mesa VIP impresionante, buen ambiente desde las 10 hasta las 5.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Mateo García" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Mateo García" }, { id: "6", name: "Lucia Martín", handle: "@luciam_vibes", testimonial: "La noche reggae fue increíble. Buen DJ, ambiente relajado pero con energía. Profesional en todo.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Lucia Martín" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Lucia Martín" } ]} />