Merge version_8 into main
Merge version_8 into main
This commit was merged in pull request #11.
This commit is contained in:
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
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 NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
@@ -43,28 +43,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
<HeroLogoBillboard
|
||||
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."
|
||||
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"
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user