8 Commits

Author SHA1 Message Date
b00a09b552 Merge version_8 into main
Merge version_8 into main
2026-04-29 19:15:11 +00:00
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
5e0bf8f2ca Merge version_5 into main
Merge version_5 into main
2026-04-29 17:53:31 +00:00
829d1f7bf5 Merge version_4 into main
Merge version_4 into main
2026-04-29 17:04:54 +00:00
6ebe656434 Merge version_3 into main
Merge version_3 into main
2026-04-18 01:45:24 +00:00
2 changed files with 7 additions and 22 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="WE PUT THE FUN IN FUNDAMENTALS" 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>

View File

@@ -12,11 +12,11 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #000612e6; --foreground: #120006e6;
--primary-cta: #15479c; --primary-cta: #e63946;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6; --secondary-cta-text: #120006e6;
--accent: #e2e2e2; --accent: #e2e2e2;
--background-accent: #c4c4c4; --background-accent: #c4c4c4;