Merge version_1 into main #2

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

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Programs",
id: "programs",
},
name: "Programs", id: "programs"},
{
name: "Blog",
id: "blog",
},
name: "Blog", id: "blog"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="CAEFA"
/>
@@ -58,99 +48,56 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Central Asia Elite Football Academy"
description="Train like professionals and unlock your football potential. We provide European-style training programs inspired by top clubs like Real Madrid."
testimonials={[
{
name: "Sarah J.",
handle: "@parent",
testimonial: "My son loves the training here! High quality coaching.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg?_wi=1",
},
name: "Sarah J.", handle: "@parent", testimonial: "My son loves the training here! High quality coaching.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg"},
{
name: "David K.",
handle: "@athlete",
testimonial: "Best academy in the region, professional standards.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-boy-with-soccer-ball_23-2148186394.jpg?_wi=1",
},
name: "David K.", handle: "@athlete", testimonial: "Best academy in the region, professional standards.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-boy-with-soccer-ball_23-2148186394.jpg"},
{
name: "Emily R.",
handle: "@coach",
testimonial: "Great programs and world class structure.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867378.jpg",
},
name: "Emily R.", handle: "@coach", testimonial: "Great programs and world class structure.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867378.jpg"},
{
name: "Michael C.",
handle: "@player",
testimonial: "Improved my skills significantly in months.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-soccer-player_23-2150904485.jpg",
},
name: "Michael C.", handle: "@player", testimonial: "Improved my skills significantly in months.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-soccer-player_23-2150904485.jpg"},
{
name: "Alex B.",
handle: "@parent",
testimonial: "Dedicated coaches and amazing football culture.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-scores-goal-into-goal-football-concept-girl-football-field_169016-68215.jpg",
},
name: "Alex B.", handle: "@parent", testimonial: "Dedicated coaches and amazing football culture.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-scores-goal-into-goal-football-concept-girl-football-field_169016-68215.jpg"},
]}
buttons={[
{
text: "Join Now",
href: "#contact",
},
text: "Join Now", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708033.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708033.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg",
alt: "Student 1",
},
src: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg", alt: "Student 1"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-boy-with-soccer-ball_23-2148186394.jpg",
alt: "Student 2",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiling-boy-with-soccer-ball_23-2148186394.jpg", alt: "Student 2"},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867378.jpg",
alt: "Student 3",
},
src: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867378.jpg", alt: "Student 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-woman-soccer-player_23-2150904485.jpg",
alt: "Student 4",
},
src: "http://img.b2bpic.net/free-photo/portrait-woman-soccer-player_23-2150904485.jpg", alt: "Student 4"},
{
src: "http://img.b2bpic.net/free-photo/sporty-girl-scores-goal-into-goal-football-concept-girl-football-field_169016-68215.jpg",
alt: "Student 5",
},
src: "http://img.b2bpic.net/free-photo/sporty-girl-scores-goal-into-goal-football-concept-girl-football-field_169016-68215.jpg", alt: "Student 5"},
]}
avatarText="Join 500+ aspiring athletes"
marqueeItems={[
{
type: "text",
text: "European Standards",
},
type: "text", text: "European Standards"},
{
type: "text",
text: "UEFA Licensed Coaches",
},
type: "text", text: "UEFA Licensed Coaches"},
{
type: "text",
text: "State-of-the-art Facilities",
},
type: "text", text: "State-of-the-art Facilities"},
{
type: "text",
text: "Character Development",
},
type: "text", text: "Character Development"},
{
type: "text",
text: "Professional Pathways",
},
type: "text", text: "Professional Pathways"},
]}
/>
</div>
@@ -162,19 +109,13 @@ export default function LandingPage() {
metrics={[
{
icon: Users,
label: "Students",
value: "500+",
},
label: "Students", value: "500+"},
{
icon: Award,
label: "Elite Coaches",
value: "25",
},
label: "Elite Coaches", value: "25"},
{
icon: Zap,
label: "Training Hours",
value: "10k+",
},
label: "Training Hours", value: "10k+"},
]}
metricsAnimation="slide-up"
/>
@@ -187,40 +128,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Beginner Program (812)",
description: "Basic skills, fun training",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg?_wi=1",
},
title: "Beginner Program (812)", description: "Basic skills, fun training", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg?_wi=1",
},
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708033.jpg?_wi=2",
imageAlt: "football training academy professional",
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg"},
},
{
title: "Advanced Program (1318)",
description: "Tactical + physical training",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg?_wi=2",
},
title: "Advanced Program (1318)", description: "Tactical + physical training", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg?_wi=2",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg?_wi=2",
imageAlt: "young football player portrait",
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg"},
},
{
title: "Elite Program",
description: "Professional-level training & competitions",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg?_wi=3",
},
title: "Elite Program", description: "Professional-level training & competitions", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813188.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg?_wi=3",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-boy-with-soccer-ball_23-2148186394.jpg?_wi=2",
imageAlt: "young athlete portrait serious",
imageSrc: "http://img.b2bpic.net/free-photo/football-training-equipment_23-2147813194.jpg"},
},
]}
showStepNumbers={true}
@@ -238,35 +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?_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: "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: "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: "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?_wi=2",
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", authorName: "Academy Staff", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867378.jpg", date: "Mar 2024"},
]}
/>
</div>
@@ -275,15 +174,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact Us"
title="Start Your Football Journey Today"
description="Send us a message to learn more about registration and schedules."
buttons={[
{
text: "Send Message",
},
text: "Send Message"},
]}
/>
</div>
@@ -292,13 +189,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="CAEFA"
leftLink={{
text: "© 2024 CAEFA",
href: "#",
}}
text: "© 2024 CAEFA", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>