Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 389e02a51e | |||
| e031904b07 | |||
| b72a7a7a26 | |||
| ed7510b818 | |||
| 38398c3e30 | |||
| 17ce35f829 | |||
| 956779fe58 | |||
| 3bc99b692f |
@@ -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"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5faff;
|
||||
--card: #f1f8ff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--background: #fbfbfb;
|
||||
--card: #f0f0f0;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2a2a2a;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #e0e0e0;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--accent: #d0d0d0;
|
||||
--background-accent: #f9f9f9;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user