18 Commits

Author SHA1 Message Date
06d1f5f108 Update src/app/page.tsx 2026-04-29 19:15:05 +00:00
cab305e8ed Merge version_7 into main
Merge version_7 into main
2026-04-29 19:14:14 +00:00
a2f5aee94e Update theme colors 2026-04-29 19:14:11 +00:00
9dd9f0fe2a Merge version_6 into main
Merge version_6 into main
2026-04-29 19:14:09 +00:00
b9c8787c56 Update theme colors 2026-04-29 19:14:06 +00:00
5e0bf8f2ca Merge version_5 into main
Merge version_5 into main
2026-04-29 17:53:31 +00:00
8a4a6f34d4 Update theme colors 2026-04-29 17:53:27 +00:00
829d1f7bf5 Merge version_4 into main
Merge version_4 into main
2026-04-29 17:04:54 +00:00
2c552a809d Update theme colors 2026-04-29 17:04:50 +00:00
6ebe656434 Merge version_3 into main
Merge version_3 into main
2026-04-18 01:45:24 +00:00
6e4a577fab Update src/app/page.tsx 2026-04-18 01:45:21 +00:00
30a871c126 Merge version_2 into main
Merge version_2 into main
2026-04-17 18:15:22 +00:00
8573c92541 Update src/app/page.tsx 2026-04-17 18:15:19 +00:00
02a1f4e4b6 Merge version_2 into main
Merge version_2 into main
2026-04-17 18:00:59 +00:00
a8df5e30a8 Update src/app/page.tsx 2026-04-17 18:00:53 +00:00
babc08c103 Merge version_1 into main
Merge version_1 into main
2026-04-17 17:57:36 +00:00
3e9a515048 Merge version_1 into main
Merge version_1 into main
2026-04-17 17:57:12 +00:00
0a4afa7bdc Merge version_1 into main
Merge version_1 into main
2026-04-17 17:56:44 +00:00
2 changed files with 21 additions and 36 deletions

View File

@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -43,28 +43,13 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroLogoBillboard
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="THIS IS WHERE CHAMPIONS BEGIN" logoText="ALPHA ACADEMY"
description="Unlock your elite potential at Minnesota's premier soccer training academy. Proven coaching for players of all ages." description="Unlock your elite potential at Minnesota's premier soccer training academy. Proven coaching for players of all ages."
buttons={[{ text: "BOOK A FREE TRIAL", href: "#contact" }, { text: "EXPLORE PROGRAMS", href: "#programs" }]} buttons={[{ text: "Start Your Training Today", href: "#contact" }, { text: "EXPLORE PROGRAMS", href: "#programs" }]}
imageSrc="http://img.b2bpic.net/free-photo/football-concept-with-slate_23-2147832080.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/football-concept-with-slate_23-2147832080.jpg?_wi=1"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/picture-fashionable-bearded-young-caucasian-father-with-stylish-haircut-tattoo_343059-559.jpg", alt: "Father with beard" },
{ src: "http://img.b2bpic.net/free-photo/she-s-ready-making-coffee_329181-2917.jpg", alt: "Woman ready for coffee" },
{ src: "http://img.b2bpic.net/free-photo/front-view-business-woman-posing_23-2149457736.jpg", alt: "Business woman" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg", alt: "Female dentist" },
{ src: "http://img.b2bpic.net/free-photo/side-view-boy-holding-soccer-hand-standing-against-white-brick-wall_23-2148088951.jpg", alt: "Boy holding soccer" },
]}
avatarText="Join 1500+ happy athletes"
marqueeItems={[
{ type: "text", text: "Elite Coaching" },
{ type: "text", text: "Year-Round Training" },
{ type: "text", text: "Mental Toughness" },
{ type: "text", text: "Team Dynamics" },
{ type: "text", text: "Technical Mastery" },
]}
/> />
</div> </div>
@@ -74,10 +59,10 @@ export default function LandingPage() {
title="OUR IMPACT" title="OUR IMPACT"
tag="EXCELLENCE" tag="EXCELLENCE"
metrics={[ metrics={[
{ id: "m1", value: "1500+", description: "Players Trained" }, { id: "m1", value: "75+", description: "Players Trained" },
{ id: "m2", value: "25+", description: "Certified Coaches" }, { id: "m2", value: "2+", description: "Certified Coaches" },
{ id: "m3", value: "12", description: "Age Groups" }, { id: "m3", value: "4+ ", description: "Age Groups" },
{ id: "m4", value: "10", description: "Years Serving MN" }, { id: "m4", value: "1", description: "Years Serving MN" },
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -123,8 +108,8 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="TRAINED BY THE BEST" title="TRAINED BY THE BEST"
members={[ members={[
{ id: "c1", name: "Coach Marcus", imageSrc: "http://img.b2bpic.net/free-photo/england-fan-watching-euro-cup-finale_23-2151698279.jpg?_wi=1" }, { id: "c1", name: "Coach Caleb", imageSrc: "http://img.b2bpic.net/free-photo/england-fan-watching-euro-cup-finale_23-2151698279.jpg?_wi=1" },
{ id: "c2", name: "Coach Elena", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-as-waiter_23-2149409816.jpg" }, { id: "c2", name: "Coach Dave", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-working-as-waiter_23-2149409816.jpg" },
{ id: "c3", name: "Coach David", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-soccer-ball_23-2150904429.jpg" }, { id: "c3", name: "Coach David", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-soccer-ball_23-2150904429.jpg" },
]} ]}
memberVariant="card" memberVariant="card"
@@ -173,7 +158,7 @@ export default function LandingPage() {
tag="FREE TRIAL" tag="FREE TRIAL"
title="YOUR FIRST SESSION IS ON US" title="YOUR FIRST SESSION IS ON US"
description="Join the Alpha Academy family today. Experience our coaching first-hand and see why we are the top-rated academy in the region." description="Join the Alpha Academy family today. Experience our coaching first-hand and see why we are the top-rated academy in the region."
buttons={[{ text: "BOOK A FREE TRIAL", href: "#" }]} buttons={[{ text: "Start Your Training Today", href: "#" }]}
/> />
</div> </div>
@@ -192,4 +177,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0A0A0A; --background: #ffffff;
--card: #1C1C1C; --card: #f9f9f9;
--foreground: #F5F0E8; --foreground: #120006e6;
--primary-cta: #C9A84C; --primary-cta: #e63946;
--primary-cta-text: #0A0A0A; --primary-cta-text: #ffffff;
--secondary-cta: #1C1C1C; --secondary-cta: #f9f9f9;
--secondary-cta-text: #F5F0E8; --secondary-cta-text: #120006e6;
--accent: #1A3A2A; --accent: #e2e2e2;
--background-accent: #C9A84C; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);