From 1477d428a396502a96d726363e18463447aba5d3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 22:41:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 48749bd..9b99c56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,22 +56,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg", imageAlt: "Entrenamiento en CrossLegend" + id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg?_wi=1", imageAlt: "Entrenamiento en CrossLegend" }, { - id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg", imageAlt: "Equipo de CrossLegend" + id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg?_wi=2", imageAlt: "Equipo de CrossLegend" }, { - id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg", imageAlt: "Comunidad CrossLegend" + id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg?_wi=3", imageAlt: "Comunidad CrossLegend" }, { - id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg", imageAlt: "Instalaciones de CrossLegend" + id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg?_wi=4", imageAlt: "Instalaciones de CrossLegend" }, { - id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg", imageAlt: "Entrenadores CrossLegend" + id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg?_wi=5", imageAlt: "Entrenadores CrossLegend" }, { - id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg", imageAlt: "Resultados CrossLegend" + id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocus-fitness-equipment-gym-room-interior_74190-8783.jpg?_wi=6", imageAlt: "Resultados CrossLegend" } ]} autoPlay={true}