|
|
|
|
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
|
|
|
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
|
@@ -42,18 +42,17 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplitDualMedia
|
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
|
title="Elite Soccer Experience in Scottsdale"
|
|
|
|
|
description="Premium training grounds and community fields at McDowell Mountain Ranch. Dedicated to developing local talent and fostering active lifestyles."
|
|
|
|
|
tag="Premier Soccer Venue"
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684393.jpg?_wi=1", imageAlt: "Soccer field aerial view" },
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-football-field_181624-34967.jpg", imageAlt: "Soccer training grounds" }
|
|
|
|
|
{ imageSrc: "https://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707978.jpg?id=32248900", imageAlt: "Professional soccer field aerial view" },
|
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CeIrQq3w1bGhAEHxiFxrUprOZT/uploaded-1776825698780-nn0yhvyz.jpg", imageAlt: "Soccer training grounds" },
|
|
|
|
|
{ imageSrc: "https://img.b2bpic.net/free-photo/soccer-player-action-stadium_1150-14606.jpg?id=5212266", imageAlt: "Professional soccer field at dusk" },
|
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CeIrQq3w1bGhAEHxiFxrUprOZT/uploaded-1776826381616-7adeyzhv.avif", imageAlt: "Children training on soccer field" }
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
rating={5}
|
|
|
|
|
ratingText="122+ Verified Reviews"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -96,7 +95,10 @@ export default function LandingPage() {
|
|
|
|
|
{ id: "f2", title: "Walking Trails", content: "Scenic paths around the facility perfect for daily exercise and community health." },
|
|
|
|
|
{ id: "f3", title: "Public Amenities", content: "Accessible public restrooms and ample surrounding space for community gatherings." },
|
|
|
|
|
]}
|
|
|
|
|
buttons={[{ text: "Sign Up For Training", href: "#contact" }]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Sign Up For Training", href: "#contact" },
|
|
|
|
|
{ text: "View Programs", href: "#contact" }
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/girl-soccer-player-girl-sports-uniform-soccer-field-football-concept_169016-68217.jpg"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
imageAlt="Soccer field aerial view scottsdale"
|
|
|
|
|
|