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}