3 Commits

Author SHA1 Message Date
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
2 changed files with 10 additions and 9 deletions

View File

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

@@ -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: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);