From 3d826089fee9061792577d8156738d0cbb9a6833 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 11:48:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35ef611..402cf87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,23 +69,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-playing-tennis_1321-4502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-playing-tennis_1321-4502.jpg?_wi=1", imageAlt: "Canchas premium de pádel", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-playing-paddle-tennis-side-view_23-2149443558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-playing-paddle-tennis-side-view_23-2149443558.jpg?_wi=1", imageAlt: "Ambiente del predio", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=1", imageAlt: "Zona de bar y parrilla", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fit-women-drinking-water_1153-3142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fit-women-drinking-water_1153-3142.jpg?_wi=1", imageAlt: "Comunidad en cancha", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-tennis-court_23-2148250929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-tennis-court_23-2148250929.jpg?_wi=1", imageAlt: "Experiencia deportiva", }, ]} @@ -104,31 +104,31 @@ export default function LandingPage() { { title: "4 Canchas Cubiertas", description: "Jugá sin importar el clima con iluminación profesional LED.", - imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-playing-paddle-tennis-side-view_23-2149443558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-playing-paddle-tennis-side-view_23-2149443558.jpg?_wi=2", imageAlt: "Canchas cubiertas", }, { title: "2 Canchas Descubiertas", description: "Disfrutá al aire libre con las mejores condiciones de juego.", - imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-playing-paddle-tennis-side-view_23-2149443558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fit-woman-playing-paddle-tennis-side-view_23-2149443558.jpg?_wi=3", imageAlt: "Canchas descubiertas", }, { title: "Parrilla y Bar", description: "Tu tercer tiempo en el mejor lugar. La mejor gastronomía post-partido.", - imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=2", imageAlt: "Zona de parrilla", }, { title: "Estacionamiento Privado", description: "Comodidad total para llegar directo a tu turno sin demoras.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-playing-tennis_1321-4502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-playing-tennis_1321-4502.jpg?_wi=2", imageAlt: "Estacionamiento", }, { title: "Vestuarios Premium", description: "Instalaciones renovadas, seguras y equipadas para tu mayor comodidad.", - imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-play-paddle-tennis-inside_23-2149444564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-play-paddle-tennis-inside_23-2149444564.jpg?_wi=1", imageAlt: "Vestuarios", }, ]} @@ -196,7 +196,7 @@ export default function LandingPage() { role: "Jugador Amateur", company: "Villa del Parque", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fit-women-drinking-water_1153-3142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fit-women-drinking-water_1153-3142.jpg?_wi=2", }, { id: "2", @@ -204,7 +204,7 @@ export default function LandingPage() { role: "Jugadora", company: "Villa Devoto", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-play-paddle-tennis-inside_23-2149444564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-play-paddle-tennis-inside_23-2149444564.jpg?_wi=2", }, { id: "3", @@ -228,7 +228,7 @@ export default function LandingPage() { role: "Jugador Frecuente", company: "Villa Urquiza", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-tennis-court_23-2148250929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-tennis-court_23-2148250929.jpg?_wi=2", }, ]} title="Lo que dicen nuestros jugadores" -- 2.49.1