From d3278d4cac7ad409c22801cd955c3edfc173e3c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:41:35 +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 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", }, ]} -- 2.49.1