Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
416
src/app/page.tsx
416
src/app/page.tsx
@@ -34,43 +34,25 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Programs", id: "#features"},
|
||||
{
|
||||
name: "Coaches",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Coaches", id: "#team"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Saint Soldier Football Academy"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Join Now", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,121 +61,66 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="Unlock Your Potential at Saint Soldier Football Academy"
|
||||
description="Experience top-tier coaching, state-of-the-art facilities, and a supportive environment designed to develop the next generation of football stars. Join a community passionate about the beautiful game."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Manoj Rawat",
|
||||
handle: "@ManojRawat",
|
||||
testimonial: "Excellent coaching and facilities – my child has shown great improvement in skills and confidence. Highly recommended for young footballers!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-holding-kid-side-view_23-2149742053.jpg",
|
||||
imageAlt: "Manoj Rawat avatar",
|
||||
},
|
||||
name: "Manoj Rawat", handle: "@ManojRawat", testimonial: "Excellent coaching and facilities – my child has shown great improvement in skills and confidence. Highly recommended for young footballers!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-holding-kid-side-view_23-2149742053.jpg", imageAlt: "Manoj Rawat avatar"},
|
||||
{
|
||||
name: "Sagal Preet",
|
||||
handle: "@SagalPreet",
|
||||
testimonial: "Amazing academy and great coach. My passion for football has grown exponentially here!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg",
|
||||
imageAlt: "Sagal Preet avatar",
|
||||
},
|
||||
name: "Sagal Preet", handle: "@SagalPreet", testimonial: "Amazing academy and great coach. My passion for football has grown exponentially here!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-smiling-father-daughter_23-2147805472.jpg", imageAlt: "Sagal Preet avatar"},
|
||||
{
|
||||
name: "Amit Singh",
|
||||
handle: "@AmitSingh",
|
||||
testimonial: "Amazing academy and very good coach. The environment is supportive and truly helps you learn and improve.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-boy-taking-selfie_23-2149531863.jpg",
|
||||
imageAlt: "Amit Singh avatar",
|
||||
},
|
||||
name: "Amit Singh", handle: "@AmitSingh", testimonial: "Amazing academy and very good coach. The environment is supportive and truly helps you learn and improve.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-boy-taking-selfie_23-2149531863.jpg", imageAlt: "Amit Singh avatar"},
|
||||
{
|
||||
name: "Local Footballer",
|
||||
handle: "@FootballFan",
|
||||
testimonial: "Fantastic coach and well-maintained ground. It's a great place for learning and honing your skills. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-holding-ball-showing-thumb-up_141793-89118.jpg",
|
||||
imageAlt: "Local Footballer avatar",
|
||||
},
|
||||
name: "Local Footballer", handle: "@FootballFan", testimonial: "Fantastic coach and well-maintained ground. It's a great place for learning and honing your skills. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-holding-ball-showing-thumb-up_141793-89118.jpg", imageAlt: "Local Footballer avatar"},
|
||||
{
|
||||
name: "Academy Parent",
|
||||
handle: "@ProudParent",
|
||||
testimonial: "My child absolutely loves coming here. The coaching is top-notch and the staff are incredibly helpful and friendly. A truly eco-friendly academy!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-brunet-young-dark-skinned-man-sport-black-t-shirt-looks-straight_197531-23723.jpg",
|
||||
imageAlt: "Academy Parent avatar",
|
||||
},
|
||||
name: "Academy Parent", handle: "@ProudParent", testimonial: "My child absolutely loves coming here. The coaching is top-notch and the staff are incredibly helpful and friendly. A truly eco-friendly academy!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-brunet-young-dark-skinned-man-sport-black-t-shirt-looks-straight_197531-23723.jpg", imageAlt: "Academy Parent avatar"},
|
||||
{
|
||||
name: "Aspiring Pro",
|
||||
handle: "@SoccerStar",
|
||||
testimonial: "The best environment to learn and grow in football. The tactical training is superb and has helped me understand the game better.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-older-woman-holding-football-giving-thumbs-up-while-working-out_23-2148771313.jpg",
|
||||
imageAlt: "Aspiring Pro avatar",
|
||||
},
|
||||
name: "Aspiring Pro", handle: "@SoccerStar", testimonial: "The best environment to learn and grow in football. The tactical training is superb and has helped me understand the game better.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-older-woman-holding-football-giving-thumbs-up-while-working-out_23-2148771313.jpg", imageAlt: "Aspiring Pro avatar"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Programs",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Programs", href: "#features"},
|
||||
{
|
||||
text: "Meet Our Coaches",
|
||||
href: "#team",
|
||||
},
|
||||
text: "Meet Our Coaches", href: "#team"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-362.jpg"
|
||||
imageAlt="Young football player in action on a green field"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ethnic-man-with-curly-hair-standing-with-football_23-2148203532.jpg",
|
||||
alt: "Young footballer profile",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/ethnic-man-with-curly-hair-standing-with-football_23-2148203532.jpg", alt: "Young footballer profile"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-soccer-player_23-2151871501.jpg",
|
||||
alt: "Female soccer player portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-soccer-player_23-2151871501.jpg", alt: "Female soccer player portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-girl-with-stack-books_23-2148448059.jpg",
|
||||
alt: "Youth academy student smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-girl-with-stack-books_23-2148448059.jpg", alt: "Youth academy student smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-soccer-player-girl-sports-uniform-soccer-field-football-concept_169016-67690.jpg",
|
||||
alt: "Confident child athlete",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-soccer-player-girl-sports-uniform-soccer-field-football-concept_169016-67690.jpg", alt: "Confident child athlete"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pov-interracial-couple-expecting-baby-home_482257-20354.jpg",
|
||||
alt: "Parent watching football game",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pov-interracial-couple-expecting-baby-home_482257-20354.jpg", alt: "Parent watching football game"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Passion for the Game",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Passion for the Game", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Unwavering Dedication",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Unwavering Dedication", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Striving for Excellence",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Striving for Excellence", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Building Strong Teams",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Building Strong Teams", icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Continuous Player Growth",
|
||||
icon: TrendingUp,
|
||||
type: "text-icon", text: "Continuous Player Growth", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -204,18 +131,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Building Future Football Stars with Passion and Dedication",
|
||||
},
|
||||
type: "text", content: "Building Future Football Stars with Passion and Dedication"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Us", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-football-trainer-teaching-kids_23-2149742045.jpg"
|
||||
imageAlt="Football coach with young players on the field"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -227,23 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Coaching",
|
||||
description: "Our certified coaches provide personalized training, focusing on technical skills, tactical awareness, and mental strength.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-presenting-bar-chart-colleagues_1262-1847.jpg",
|
||||
imageAlt: "Football coach instructing young players",
|
||||
},
|
||||
title: "Expert Coaching", description: "Our certified coaches provide personalized training, focusing on technical skills, tactical awareness, and mental strength.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-presenting-bar-chart-colleagues_1262-1847.jpg", imageAlt: "Football coach instructing young players"},
|
||||
{
|
||||
title: "State-of-the-Art Facilities",
|
||||
description: "Train on our well-maintained football grounds and utilize modern equipment for optimal performance development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367658.jpg",
|
||||
imageAlt: "State-of-the-art football academy facilities",
|
||||
},
|
||||
title: "State-of-the-Art Facilities", description: "Train on our well-maintained football grounds and utilize modern equipment for optimal performance development.", imageSrc: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367658.jpg", imageAlt: "State-of-the-art football academy facilities"},
|
||||
{
|
||||
title: "Holistic Player Development",
|
||||
description: "Beyond skills, we foster discipline, teamwork, and leadership, preparing players for success on and off the field.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-26927.jpg",
|
||||
imageAlt: "Group of young athletes stretching",
|
||||
},
|
||||
title: "Holistic Player Development", description: "Beyond skills, we foster discipline, teamwork, and leadership, preparing players for success on and off the field.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-26927.jpg", imageAlt: "Group of young athletes stretching"},
|
||||
]}
|
||||
title="Our Comprehensive Training Programs"
|
||||
description="We offer structured programs for all age groups, focusing on skill development, tactical understanding, and physical conditioning."
|
||||
@@ -258,25 +167,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "years-experience",
|
||||
value: "10+",
|
||||
title: "Years of Excellence",
|
||||
description: "Decades of nurturing talent and passion for football.",
|
||||
icon: Award,
|
||||
id: "years-experience", value: "10+", title: "Years of Excellence", description: "Decades of nurturing talent and passion for football.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "students-trained",
|
||||
value: "500+",
|
||||
title: "Students Trained",
|
||||
description: "Empowering aspiring footballers to reach their full potential.",
|
||||
icon: UserCheck,
|
||||
id: "students-trained", value: "500+", title: "Students Trained", description: "Empowering aspiring footballers to reach their full potential.", icon: UserCheck,
|
||||
},
|
||||
{
|
||||
id: "five-star-reviews",
|
||||
value: "5.0",
|
||||
title: "Average Rating",
|
||||
description: "Consistently high praise from our students and parents.",
|
||||
icon: Star,
|
||||
id: "five-star-reviews", value: "5.0", title: "Average Rating", description: "Consistently high praise from our students and parents.", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Our Impact and Achievements"
|
||||
@@ -291,26 +188,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "coach-singh",
|
||||
name: "Coach Rahul Singh",
|
||||
role: "Head Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/father-son-watching-game_23-2148441022.jpg",
|
||||
imageAlt: "Portrait of Coach Rahul Singh",
|
||||
},
|
||||
id: "coach-singh", name: "Coach Rahul Singh", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/father-son-watching-game_23-2148441022.jpg", imageAlt: "Portrait of Coach Rahul Singh"},
|
||||
{
|
||||
id: "coach-devi",
|
||||
name: "Coach Priya Devi",
|
||||
role: "Technical Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-playing-rugby-field_23-2150061998.jpg",
|
||||
imageAlt: "Portrait of Coach Priya Devi",
|
||||
},
|
||||
id: "coach-devi", name: "Coach Priya Devi", role: "Technical Director", imageSrc: "http://img.b2bpic.net/free-photo/men-playing-rugby-field_23-2150061998.jpg", imageAlt: "Portrait of Coach Priya Devi"},
|
||||
{
|
||||
id: "coach-kumar",
|
||||
name: "Coach Aman Kumar",
|
||||
role: "Youth Development Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-goalkeeper-ready-match-caucasian-man-with-grey-hair-beard-looking-camera-football-sport-leisure-concept_74855-21455.jpg",
|
||||
imageAlt: "Portrait of Coach Aman Kumar",
|
||||
},
|
||||
id: "coach-kumar", name: "Coach Aman Kumar", role: "Youth Development Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-goalkeeper-ready-match-caucasian-man-with-grey-hair-beard-looking-camera-football-sport-leisure-concept_74855-21455.jpg", imageAlt: "Portrait of Coach Aman Kumar"},
|
||||
]}
|
||||
title="Meet Our Dedicated Coaching Staff"
|
||||
description="Our highly qualified and passionate coaches bring years of experience and a deep understanding of the game to mentor aspiring footballers."
|
||||
@@ -324,64 +206,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rohit Sharma",
|
||||
role: "Student Player",
|
||||
company: "U14 Team",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-player-playing-field_1303-24546.jpg",
|
||||
imageAlt: "Rohit Sharma",
|
||||
},
|
||||
id: "1", name: "Rohit Sharma", role: "Student Player", company: "U14 Team", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-player-playing-field_1303-24546.jpg", imageAlt: "Rohit Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kiran Kaur",
|
||||
role: "Parent",
|
||||
company: "U12 Player",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-looking-camera-young-beautiful-girl-holding-ball-isolated-green-wall_141793-82615.jpg",
|
||||
imageAlt: "Kiran Kaur",
|
||||
},
|
||||
id: "2", name: "Kiran Kaur", role: "Parent", company: "U12 Player", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-looking-camera-young-beautiful-girl-holding-ball-isolated-green-wall_141793-82615.jpg", imageAlt: "Kiran Kaur"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Arjun Patel",
|
||||
role: "Student Player",
|
||||
company: "U16 Team",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684385.jpg",
|
||||
imageAlt: "Arjun Patel",
|
||||
},
|
||||
id: "3", name: "Arjun Patel", role: "Student Player", company: "U16 Team", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684385.jpg", imageAlt: "Arjun Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Smita Gupta",
|
||||
role: "Parent",
|
||||
company: "U10 Player",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-young-crying-guy-with-ball-watching-tv-sofa_23-2148030142.jpg",
|
||||
imageAlt: "Smita Gupta",
|
||||
},
|
||||
id: "4", name: "Smita Gupta", role: "Parent", company: "U10 Player", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-young-crying-guy-with-ball-watching-tv-sofa_23-2148030142.jpg", imageAlt: "Smita Gupta"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Singh",
|
||||
role: "Alumni",
|
||||
company: "Professional Player",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-posing-with-cup_23-2148634556.jpg",
|
||||
imageAlt: "Vikram Singh",
|
||||
},
|
||||
id: "5", name: "Vikram Singh", role: "Alumni", company: "Professional Player", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-posing-with-cup_23-2148634556.jpg", imageAlt: "Vikram Singh"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5.0", label: "Average Rating"},
|
||||
{
|
||||
value: "61+",
|
||||
label: "Satisfied Reviews",
|
||||
},
|
||||
value: "61+", label: "Satisfied Reviews"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years of Experience",
|
||||
},
|
||||
value: "10+", label: "Years of Experience"},
|
||||
]}
|
||||
title="What Our Community Says"
|
||||
description="Hear directly from our players and parents about their transformative experience at Saint Soldier Football Academy."
|
||||
@@ -395,61 +241,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "beginner",
|
||||
badge: "New Player",
|
||||
badgeIcon: Sparkles,
|
||||
price: "₹1500/month",
|
||||
subtitle: "Perfect for starters learning the basics.",
|
||||
buttons: [
|
||||
id: "beginner", badge: "New Player", badgeIcon: Sparkles,
|
||||
price: "₹1500/month", subtitle: "Perfect for starters learning the basics.", buttons: [
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enroll Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"2 Sessions/week",
|
||||
"Basic Ball Skills",
|
||||
"Team Introduction",
|
||||
"Fitness Drills",
|
||||
],
|
||||
"2 Sessions/week", "Basic Ball Skills", "Team Introduction", "Fitness Drills"],
|
||||
},
|
||||
{
|
||||
id: "intermediate",
|
||||
badge: "Rising Star",
|
||||
badgeIcon: Star,
|
||||
price: "₹2500/month",
|
||||
subtitle: "Advance your game with focused training.",
|
||||
buttons: [
|
||||
id: "intermediate", badge: "Rising Star", badgeIcon: Star,
|
||||
price: "₹2500/month", subtitle: "Advance your game with focused training.", buttons: [
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enroll Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"3 Sessions/week",
|
||||
"Advanced Techniques",
|
||||
"Tactical Training",
|
||||
"Match Play",
|
||||
],
|
||||
"3 Sessions/week", "Advanced Techniques", "Tactical Training", "Match Play"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Pro Path",
|
||||
badgeIcon: Zap,
|
||||
price: "₹4000/month",
|
||||
subtitle: "Intensive program for high-potential players.",
|
||||
buttons: [
|
||||
id: "elite", badge: "Pro Path", badgeIcon: Zap,
|
||||
price: "₹4000/month", subtitle: "Intensive program for high-potential players.", buttons: [
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enroll Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"5 Sessions/week",
|
||||
"Individual Coaching",
|
||||
"Strength & Conditioning",
|
||||
"Scouting Opportunities",
|
||||
],
|
||||
"5 Sessions/week", "Individual Coaching", "Strength & Conditioning", "Scouting Opportunities"],
|
||||
},
|
||||
]}
|
||||
title="Enroll in Our Programs"
|
||||
@@ -463,25 +279,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What age groups do you cater to?",
|
||||
content: "We offer programs for children aged 6 to 18, with divisions based on age and skill level to ensure appropriate development.",
|
||||
},
|
||||
id: "faq1", title: "What age groups do you cater to?", content: "We offer programs for children aged 6 to 18, with divisions based on age and skill level to ensure appropriate development."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "What are the academy's operating hours?",
|
||||
content: "Our academy is generally open from 4 PM onwards on weekdays. Specific training schedules vary by program and will be provided upon enrollment.",
|
||||
},
|
||||
id: "faq2", title: "What are the academy's operating hours?", content: "Our academy is generally open from 4 PM onwards on weekdays. Specific training schedules vary by program and will be provided upon enrollment."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer trial sessions?",
|
||||
content: "Yes, we offer a complimentary trial session for prospective students. Please contact us to schedule your child's trial.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer trial sessions?", content: "Yes, we offer a complimentary trial session for prospective students. Please contact us to schedule your child's trial."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What equipment is required for training?",
|
||||
content: "Players are required to bring their own football boots, shin guards, and a water bottle. Academy training kits are provided upon enrollment.",
|
||||
},
|
||||
id: "faq4", title: "What equipment is required for training?", content: "Players are required to bring their own football boots, shin guards, and a water bottle. Academy training kits are provided upon enrollment."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/football-trainer-teaching-kids-high-angle_23-2149742040.jpg"
|
||||
imageAlt="Group of children training in a football academy"
|
||||
@@ -500,27 +304,16 @@ export default function LandingPage() {
|
||||
description="Reach out to us for enrollment inquiries, program details, or any other questions. We're here to help you kickstart your football journey!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sports-field-empty_1308-41481.jpg"
|
||||
@@ -535,62 +328,37 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Academy",
|
||||
items: [
|
||||
title: "Academy", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Coaches",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Coaches", href: "#team"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{
|
||||
label: "Our Programs",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Our Programs", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Enrollment",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Enrollment", href: "#contact"},
|
||||
{
|
||||
label: "Curriculum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Curriculum", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Location",
|
||||
href: "https://maps.app.goo.gl/YourActualMapLink",
|
||||
},
|
||||
label: "Location", href: "https://maps.app.goo.gl/YourActualMapLink"},
|
||||
{
|
||||
label: "Call Us: 099153 20866",
|
||||
href: "tel:+919915320866",
|
||||
},
|
||||
label: "Call Us: 099153 20866", href: "tel:+919915320866"},
|
||||
{
|
||||
label: "Email Us",
|
||||
href: "mailto:info@saintsoldieracademy.com",
|
||||
},
|
||||
label: "Email Us", href: "mailto:info@saintsoldieracademy.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user