diff --git a/src/app/page.tsx b/src/app/page.tsx index 85410cc..db8fa79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,94 +31,39 @@ export default function LandingPage() {
@@ -129,26 +74,10 @@ export default function LandingPage() { title="OUR IMPACT" tag="EXCELLENCE" metrics={[ - { - id: "m1", - value: "1500+", - description: "Players Trained", - }, - { - id: "m2", - value: "25+", - description: "Certified Coaches", - }, - { - id: "m3", - value: "12", - description: "Age Groups", - }, - { - id: "m4", - value: "10", - description: "Years Serving MN", - }, + { id: "m1", value: "1500+", description: "Players Trained" }, + { id: "m2", value: "25+", description: "Certified Coaches" }, + { id: "m3", value: "12", description: "Age Groups" }, + { id: "m4", value: "10", description: "Years Serving MN" }, ]} metricsAnimation="slide-up" /> @@ -161,20 +90,11 @@ export default function LandingPage() { title="THE ALPHA ACADEMY MISSION" description="We are more than just a training ground; we are a community dedicated to shaping the next generation of Minnesota athletes, building character as much as skill." bulletPoints={[ - { - title: "Technical Mastery", - description: "Cutting-edge curriculum focused on individual ball control and game intelligence.", - }, - { - title: "Mindset Coaching", - description: "Building mental toughness and emotional maturity on and off the pitch.", - }, - { - title: "Community & Team", - description: "Fostering long-term friendships and leadership through collaborative training.", - }, + { title: "Technical Mastery", description: "Cutting-edge curriculum focused on individual ball control and game intelligence." }, + { title: "Mindset Coaching", description: "Building mental toughness and emotional maturity on and off the pitch." }, + { title: "Community & Team", description: "Fostering long-term friendships and leadership through collaborative training." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-hand-holding-ball_23-2150896498.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-hand-holding-ball_23-2150896498.jpg" mediaAnimation="slide-up" /> @@ -185,60 +105,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "p1", - title: "Youth Development", - descriptions: [ - "Fundamental ball mastery", - "Fun-focused engagement", - ], - imageSrc: "http://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11835.jpg", - }, - { - id: "p2", - title: "Junior Elite", - descriptions: [ - "Competitive edge training", - "Tactical analysis sessions", - ], - imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708008.jpg", - }, - { - id: "p3", - title: "Adult & Recreational", - descriptions: [ - "Stay sharp and active", - "Technical refinement clinics", - ], - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-ball_23-2151153069.jpg", - }, - { - id: "p4", - title: "Private 1-on-1", - descriptions: [ - "Personalized feedback loops", - "Tailored performance goals", - ], - imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg", - }, - { - id: "p5", - title: "Team Training", - descriptions: [ - "Collective movement drills", - "Team chemistry development", - ], - imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-helping-kids-medium-shot_23-2149742061.jpg", - }, - { - id: "p6", - title: "Holiday Camps", - descriptions: [ - "Intensive seasonal learning", - "High-energy drills", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-group-teenagers-smiling_23-2148505415.jpg", - }, + { id: "p1", title: "Youth Development", descriptions: ["Fundamental ball mastery", "Fun-focused engagement"], imageSrc: "http://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11835.jpg" }, + { id: "p2", title: "Junior Elite", descriptions: ["Competitive edge training", "Tactical analysis sessions"], imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708008.jpg" }, + { id: "p3", title: "Adult & Recreational", descriptions: ["Stay sharp and active", "Technical refinement clinics"], imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-ball_23-2151153069.jpg" }, + { id: "p4", title: "Private 1-on-1", descriptions: ["Personalized feedback loops", "Tailored performance goals"], imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg" }, + { id: "p5", title: "Team Training", descriptions: ["Collective movement drills", "Team chemistry development"], imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-helping-kids-medium-shot_23-2149742061.jpg" }, + { id: "p6", title: "Holiday Camps", descriptions: ["Intensive seasonal learning", "High-energy drills"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-group-teenagers-smiling_23-2148505415.jpg" }, ]} title="TRAINING PROGRAMS" description="Comprehensive development pathways for every age and skill level." @@ -247,24 +119,13 @@ export default function LandingPage() {
@@ -402,74 +182,10 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/fit-young-woman-holding-soccer-ball_23-2148298950.jpg" logoText="ALPHA ACADEMY" columns={[ - { - title: "Academy", - items: [ - { - label: "About Us", - href: "#", - }, - { - label: "Programs", - href: "#", - }, - { - label: "Coaches", - href: "#", - }, - ], - }, - { - title: "Resources", - items: [ - { - label: "FAQ", - href: "#", - }, - { - label: "Registration", - href: "#", - }, - { - label: "Contact", - href: "#", - }, - ], - }, - { - title: "Connect", - items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "Facebook", - href: "#", - }, - { - label: "Twitter", - href: "#", - }, - ], - }, - { - title: "Visit", - items: [ - { - label: "MN Facility Map", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - { - label: "Privacy Policy", - href: "#", - }, - ], - }, + { title: "Academy", items: [{ label: "About Us", href: "#" }, { label: "Programs", href: "#" }, { label: "Coaches", href: "#" }] }, + { title: "Resources", items: [{ label: "FAQ", href: "#" }, { label: "Registration", href: "#" }, { label: "Contact", href: "#" }] }, + { title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Twitter", href: "#" }] }, + { title: "Visit", items: [{ label: "MN Facility Map", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Privacy Policy", href: "#" }] }, ]} />