Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-07 03:56:39 +00:00

View File

@@ -129,21 +129,21 @@ export default function LandingPage() {
features={[
{
title: "Beginner Program (812)", description: "Basic skills, fun training", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg?_wi=1"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg?_wi=1"},
},
{
title: "Advanced Program (1318)", description: "Tactical + physical training", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg?_wi=2"},
},
{
title: "Elite Program", description: "Professional-level training & competitions", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg?_wi=3"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg?_wi=3"},
},
]}
showStepNumbers={true}
@@ -161,11 +161,11 @@ export default function LandingPage() {
description="Stay updated with training tips and success stories."
blogs={[
{
id: "1", category: "Training", title: "How to Become a Professional Football Player", excerpt: "Focus on discipline, technique, and fitness.", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-caucasian-male-doing-workout-park_181624-48787.jpg", authorName: "Academy Staff", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg", date: "Jan 2024"},
id: "1", category: "Training", title: "How to Become a Professional Football Player", excerpt: "Focus on discipline, technique, and fitness.", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-caucasian-male-doing-workout-park_181624-48787.jpg?_wi=1", authorName: "Academy Staff", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg", date: "Jan 2024"},
{
id: "2", category: "Growth", title: "Benefits of Joining a Football Academy", excerpt: "Teamwork, discipline, and structured development.", imageSrc: "http://img.b2bpic.net/free-photo/trainer-talking-players-side-view_23-2149742088.jpg", authorName: "Academy Staff", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-boy-with-soccer-ball_23-2148186394.jpg", date: "Feb 2024"},
{
id: "3", category: "Tips", title: "Nutrition for Young Athletes", excerpt: "Fuelling your performance for football success.", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-caucasian-male-doing-workout-park_181624-48787.jpg", authorName: "Academy Staff", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867378.jpg", date: "Mar 2024"},
id: "3", category: "Tips", title: "Nutrition for Young Athletes", excerpt: "Fuelling your performance for football success.", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-caucasian-male-doing-workout-park_181624-48787.jpg?_wi=2", authorName: "Academy Staff", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867378.jpg", date: "Mar 2024"},
]}
/>
</div>