Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52209b0847 | |||
| 7dc42cbdcb | |||
| fdfd832277 |
@@ -23,8 +23,8 @@ export default function LandingPage() {
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="fluid"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="double-inset"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
@@ -139,9 +139,10 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[]}
|
||||
logoText="jonn"
|
||||
copyrightText="© 2025 | Jonn. All rights reserved. Compliance: Compliant with GDPR/CCPA standards."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fbfbfb;
|
||||
--card: #ffffff;
|
||||
--foreground: #0a0a0a;
|
||||
--primary-cta: #15479c;
|
||||
--background: #000000;
|
||||
--card: #1c1c1c;
|
||||
--foreground: #d4d4d4;
|
||||
--primary-cta: #c0c0c0;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #f1f1f1;
|
||||
--secondary-cta: #2a2a2a;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #d1d5db;
|
||||
--background-accent: #f3f4f6;
|
||||
--accent: #a8a8a8;
|
||||
--background-accent: #333333;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user