From e8f0e9a507680321b5dc55db9c6d450b888d7c71 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:53:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ac1272..12fdd7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,19 +115,19 @@ export default function LandingPage() { id: "1", name: "Fútbol", price: "Academia disponible", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-children-side-view_23-2149742033.jpg", imageAlt: "Academia de Fútbol" }, { - id: "2", name: "Tenis", price: "Clases profesionales", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-playing-tennis-park_1268-36175.jpg", imageAlt: "Clases de Tenis" + id: "2", name: "Tenis", price: "Clases profesionales", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-playing-tennis-park_1268-36175.jpg?_wi=1", imageAlt: "Clases de Tenis" }, { id: "3", name: "Natación", price: "Para todas las edades", imageSrc: "http://img.b2bpic.net/free-photo/fitness-group-girls-doing-aerobical-excercises-swimming-pool-aqua-park-sport-leisure-activities_627829-10863.jpg", imageAlt: "Clases de Natación" }, { - id: "4", name: "Box", price: "Entrenamiento intenso", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg", imageAlt: "Entrenamiento de Box" + id: "4", name: "Box", price: "Entrenamiento intenso", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg?_wi=1", imageAlt: "Entrenamiento de Box" }, { - id: "5", name: "Karate", price: "Artes marciales", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg", imageAlt: "Clases de Karate" + id: "5", name: "Karate", price: "Artes marciales", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg?_wi=2", imageAlt: "Clases de Karate" }, { - id: "6", name: "Fitness", price: "Programas personalizados", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg", imageAlt: "Clases de Fitness" + id: "6", name: "Fitness", price: "Programas personalizados", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg?_wi=3", imageAlt: "Clases de Fitness" } ]} gridVariant="three-columns-all-equal-width" @@ -150,7 +150,7 @@ export default function LandingPage() { }, { id: "2", name: "Club de Tenis", role: "Academia Profesional", company: "Eventos regulares", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-playing-tennis-park_1268-36175.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-playing-tennis-park_1268-36175.jpg?_wi=2" }, { id: "3", name: "Comunidad Deportiva", role: "Torneos Mensuales", company: "Participación activa", rating: 5, @@ -158,7 +158,7 @@ export default function LandingPage() { }, { id: "4", name: "Retiros Familiares", role: "Convivencias", company: "Fin de semana especiales", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-with-backpack-walking-narrow-pathway-middle-trees-plants_181624-2085.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-with-backpack-walking-narrow-pathway-middle-trees-plants_181624-2085.jpg?_wi=1" } ]} kpiItems={[ @@ -200,7 +200,7 @@ export default function LandingPage() {