diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a0a8d8..a5935db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,15 +75,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/football-player-playing-field_1303-24548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-player-playing-field_1303-24548.jpg?_wi=1", imageAlt: "Niños entrenando fútbol", }, { - imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-talking-kids-medium-shot_23-2149742052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-talking-kids-medium-shot_23-2149742052.jpg?_wi=1", imageAlt: "Formación en valores", }, { - imageSrc: "http://img.b2bpic.net/free-photo/children-playing-soccer-sunny-day_23-2147637106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/children-playing-soccer-sunny-day_23-2147637106.jpg?_wi=1", imageAlt: "Entrenamiento profesional", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { button: { text: "Inscribir", }, - imageSrc: "http://img.b2bpic.net/free-photo/football-player-playing-field_1303-24548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-player-playing-field_1303-24548.jpg?_wi=2", imageAlt: "Football trainer teaching his pupils", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { button: { text: "Inscribir", }, - imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-talking-kids-medium-shot_23-2149742052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-talking-kids-medium-shot_23-2149742052.jpg?_wi=2", imageAlt: "Football trainer teaching his pupils", }, { @@ -232,7 +232,7 @@ export default function LandingPage() { button: { text: "Inscribir", }, - imageSrc: "http://img.b2bpic.net/free-photo/children-playing-soccer-sunny-day_23-2147637106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/children-playing-soccer-sunny-day_23-2147637106.jpg?_wi=2", imageAlt: "Football trainer teaching his pupils", }, ]}