Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bc828d5e7 | |||
| 389e02a51e | |||
| e031904b07 |
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user