17 Commits

Author SHA1 Message Date
515afabcaa Update theme colors 2026-04-22 02:31:34 +00:00
5383fe81fa Update theme colors 2026-04-22 02:31:11 +00:00
33844022f2 Update theme colors 2026-04-22 02:31:07 +00:00
4cf0c3af91 Update theme colors 2026-04-22 02:30:57 +00:00
1dd34dc23d Update theme colors 2026-04-22 02:30:31 +00:00
40fac42cd7 Update theme fonts 2026-04-22 02:29:34 +00:00
3d1eb7b8a9 Update theme fonts 2026-04-22 02:29:33 +00:00
83eb8e3901 Update theme colors 2026-04-22 02:28:26 +00:00
7bc828d5e7 Update theme colors 2026-04-22 02:28:14 +00:00
389e02a51e Update src/app/page.tsx 2026-04-22 02:25:03 +00:00
e031904b07 Merge version_2 into main
Merge version_2 into main
2026-04-22 02:24:12 +00:00
b72a7a7a26 Update src/app/styles/variables.css 2026-04-22 02:24:06 +00:00
ed7510b818 Update src/app/page.tsx 2026-04-22 02:24:06 +00:00
38398c3e30 Merge version_1 into main
Merge version_1 into main
2026-04-22 02:21:12 +00:00
17ce35f829 Merge version_1 into main
Merge version_1 into main
2026-04-22 01:50:36 +00:00
956779fe58 Merge version_1 into main
Merge version_1 into main
2026-04-22 01:50:06 +00:00
3bc99b692f Merge version_1 into main
Merge version_1 into main
2026-04-22 01:49:29 +00:00
4 changed files with 22 additions and 22 deletions

View File

@@ -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

View File

@@ -21,11 +21,11 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLarge"
background="floatingGradient"
cardStyle="gradient-mesh"
background="noiseDiagonalGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="medium"
secondaryButtonStyle="layered"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -96,6 +96,7 @@ 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" }]}
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"

View File

@@ -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;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5fffae6;
--primary-cta: #0006ff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f5fffae6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);