Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8573c92541 | |||
| a8df5e30a8 | |||
| babc08c103 | |||
| 3e9a515048 | |||
| 0a4afa7bdc |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="THIS IS WHERE CHAMPIONS BEGIN"
|
title="WE PUT THE FUN IN FUNDEMETAL "
|
||||||
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: "BOOK A FREE TRIAL", 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"
|
||||||
@@ -74,10 +74,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 +123,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 +173,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 +192,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user