From edd76bc68fa56426c36fe3bf59dea10496ead9d1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:37:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b65a1e5..debb037 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,45 +64,45 @@ export default function LandingPage() { description="Smart Football Training Platform offers professional-grade video analysis. Upload your practice videos and receive real-time technical feedback, error detection, and expert tutorials instantly." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668561.jpg?_wi=1", imageAlt: "Football action", }, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-soccer-field-illustration_23-2151539688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-soccer-field-illustration_23-2151539688.jpg?_wi=1", imageAlt: "AI Analysis", }, { - imageSrc: "http://img.b2bpic.net/free-photo/football-training-girl-sports-uniform-football-field-active-lifestyle_169016-67912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-training-girl-sports-uniform-football-field-active-lifestyle_169016-67912.jpg?_wi=1", imageAlt: "Passing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-men-doing-abs-crunches-grass-outdoors-stadium_7502-9802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-men-doing-abs-crunches-grass-outdoors-stadium_7502-9802.jpg?_wi=1", imageAlt: "Coaching", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-playing-football_23-2150629621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-playing-football_23-2150629621.jpg?_wi=1", imageAlt: "Training drill", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/football-training-girl-sports-uniform-football-field-active-lifestyle_169016-67912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-training-girl-sports-uniform-football-field-active-lifestyle_169016-67912.jpg?_wi=2", imageAlt: "Passing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/two-men-doing-abs-crunches-grass-outdoors-stadium_7502-9802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-men-doing-abs-crunches-grass-outdoors-stadium_7502-9802.jpg?_wi=2", imageAlt: "Coaching", }, { - imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668561.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668561.jpg?_wi=2", imageAlt: "Football action", }, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-soccer-field-illustration_23-2151539688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-soccer-field-illustration_23-2151539688.jpg?_wi=2", imageAlt: "AI Analysis", }, { - imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165159.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165159.jpg?_wi=1", imageAlt: "Movement tracking", }, ]} @@ -189,14 +189,14 @@ export default function LandingPage() { { title: "Shooting Posture", description: "Perfect your stance and follow-through with real-time skeletal overlays on your shot technique.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-playing-football_23-2150629621.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-playing-football_23-2150629621.jpg?_wi=2", imageAlt: "Shooting", buttonIcon: "ArrowRight", }, { title: "Running Mechanics", description: "Detect stride imbalance and alignment issues to increase your speed and reduce fatigue.", - imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165159.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165159.jpg?_wi=2", imageAlt: "Running", buttonIcon: "ArrowRight", },