Update src/app/page.tsx
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user