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: "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." },
|
{ 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"
|
imageSrc="http://img.b2bpic.net/free-photo/girl-soccer-player-girl-sports-uniform-soccer-field-football-concept_169016-68217.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imageAlt="Soccer field aerial view scottsdale"
|
imageAlt="Soccer field aerial view scottsdale"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fbfbfb;
|
--background: #ffffff;
|
||||||
--card: #f0f0f0;
|
--card: #f9f9f9;
|
||||||
--foreground: #1a1a1a;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #2a2a2a;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f5faff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #e0e0e0;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #001122;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #d0d0d0;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #f9f9f9;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user