diff --git a/src/app/page.tsx b/src/app/page.tsx index f24404f..eae5510 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,29 +62,29 @@ export default function LandingPage() { description="Unveiling the most comprehensive analysis of global football talent. Track performance, market value, and rising stars in real-time." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151152970.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151152970.jpg", imageAlt: "Footballer scoring a goal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/american-football-players-wearing-equipment_23-2151117441.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/american-football-players-wearing-equipment_23-2151117441.jpg", imageAlt: "Goalkeeper saving a shot", }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-people-watching-rugby-match-tv-cheering-their-team_637285-3350.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-people-watching-rugby-match-tv-cheering-their-team_637285-3350.jpg", imageAlt: "Dynamic football stadium", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/football-player-celebrating-win_23-2147644550.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/football-player-celebrating-win_23-2147644550.jpg", imageAlt: "Footballer celebrating", }, { - imageSrc: "http://img.b2bpic.net/free-photo/teenagers-lifestyle-casual-culture-youth-style-concept_53876-26261.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/teenagers-lifestyle-casual-culture-youth-style-concept_53876-26261.jpg", imageAlt: "Football coach strategizing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-male-runner-stretching-her-hands-while-exercising-stadium_23-2148162111.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-male-runner-stretching-her-hands-while-exercising-stadium_23-2148162111.jpg", imageAlt: "Football training session", }, ]} @@ -109,35 +109,35 @@ export default function LandingPage() {