Compare commits
47 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c359ed912c | |||
| 45d40c033a | |||
| 630286f777 | |||
| 24213e8859 | |||
| dee44af73b | |||
| 3b907f4ce9 | |||
| 5a31087df9 | |||
| 645eb05488 | |||
| a1bfd2dd5e | |||
| 35e7e678bc | |||
| 3c5836b96e | |||
| 52f1ef1b91 | |||
| b3ce234f17 | |||
| a497562b9b | |||
| 93c963187f | |||
| 2fad7d79e5 | |||
| 83920947f1 | |||
| 2929744db9 | |||
| addf4afdde | |||
| d12f689a6c | |||
| 65e525d069 | |||
| 2d9118c616 | |||
| b1cefa0a92 | |||
| 73c14a47ba | |||
| 19f5fa34d6 | |||
| e822ff1cad | |||
| 0e0f8d879d | |||
| 9e30f0e5dd | |||
| 515afabcaa | |||
| 3c0b126234 | |||
| 5383fe81fa | |||
| 15e8aeff00 | |||
| 33844022f2 | |||
| 4b23b83110 | |||
| 4cf0c3af91 | |||
| 2326a8865e | |||
| 1dd34dc23d | |||
| 26603b013f | |||
| 40fac42cd7 | |||
| 3d1eb7b8a9 | |||
| 73e6aa651b | |||
| 83eb8e3901 | |||
| a33856438b | |||
| 7bc828d5e7 | |||
| dc0a854200 | |||
| 389e02a51e | |||
| e031904b07 |
@@ -6,6 +6,7 @@ import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Mulish } from "next/font/google";
|
||||
import { Poppins } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -19,13 +20,11 @@ export const metadata: Metadata = {
|
||||
},
|
||||
};
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -36,7 +35,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
|
||||
<body className={`${poppins.variable} antialiased`}>
|
||||
|
||||
{children}
|
||||
<script
|
||||
|
||||
@@ -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,6 +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" },
|
||||
{ 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"
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
font-family: var(--font-poppins), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-mulish), sans-serif;
|
||||
font-family: var(--font-poppins), sans-serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fbfbfb;
|
||||
--card: #f0f0f0;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2a2a2a;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #e0e0e0;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #d0d0d0;
|
||||
--background-accent: #f9f9f9;
|
||||
--background: #000000;
|
||||
--card: #1f1f40;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #0a051a;
|
||||
--secondary-cta: #0d0d2b;
|
||||
--secondary-cta-text: #d4d4f6;
|
||||
--accent: #3d2880;
|
||||
--background-accent: #663cff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user