Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-08 21:38:24 +00:00

View File

@@ -47,18 +47,18 @@ export default function LandingPage() {
title="Master Your Game with AI Analysis"
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", imageAlt: "Football action" },
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-soccer-field-illustration_23-2151539688.jpg", imageAlt: "AI Analysis" },
{ imageSrc: "http://img.b2bpic.net/free-photo/football-training-girl-sports-uniform-football-field-active-lifestyle_169016-67912.jpg", imageAlt: "Passing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/two-men-doing-abs-crunches-grass-outdoors-stadium_7502-9802.jpg", imageAlt: "Coaching" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-playing-football_23-2150629621.jpg", imageAlt: "Training drill" }
{ 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?_wi=1", imageAlt: "AI Analysis" },
{ 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?_wi=1", imageAlt: "Coaching" },
{ 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", imageAlt: "Passing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/two-men-doing-abs-crunches-grass-outdoors-stadium_7502-9802.jpg", imageAlt: "Coaching" },
{ imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-player-training-practicing-sport-grass_23-2149668561.jpg", imageAlt: "Football action" },
{ imageSrc: "http://img.b2bpic.net/free-photo/futuristic-soccer-field-illustration_23-2151539688.jpg", imageAlt: "AI Analysis" },
{ imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165159.jpg", imageAlt: "Movement tracking" }
{ 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?_wi=2", imageAlt: "Coaching" },
{ 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?_wi=2", imageAlt: "AI Analysis" },
{ imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165159.jpg?_wi=1", imageAlt: "Movement tracking" }
]}
buttons={[{ text: "Upload Video", href: "#contact" }]}
/>
@@ -87,10 +87,10 @@ export default function LandingPage() {
title: "Passing Accuracy", description: "AI detects foot angle errors and force inconsistencies to improve your long-ball accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-discussing-strategy_23-2148634540.jpg", imageAlt: "Passing", buttonIcon: ArrowRight
},
{
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", imageAlt: "Shooting", buttonIcon: ArrowRight
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?_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", imageAlt: "Running", 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?_wi=2", imageAlt: "Running", buttonIcon: ArrowRight
},
{
title: "Expert Comparisons", description: "View professional clips side-by-side with your attempts to see the technique in motion.", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707988.jpg", imageAlt: "Comparison", buttonIcon: ArrowRight