3 Commits

Author SHA1 Message Date
52209b0847 Update src/app/styles/variables.css 2026-05-06 10:34:19 +00:00
7dc42cbdcb Update src/app/page.tsx 2026-05-06 10:34:19 +00:00
fdfd832277 Merge version_3 into main
Merge version_3 into main
2026-05-06 10:01:01 +00:00
2 changed files with 11 additions and 10 deletions

View File

@@ -23,8 +23,8 @@ export default function LandingPage() {
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="fluid" background="fluid"
cardStyle="solid" cardStyle="glass-elevated"
primaryButtonStyle="double-inset" primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="normal" headingFontWeight="normal"
> >
@@ -139,9 +139,10 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[]} columns={[]}
logoText="jonn" logoText="jonn"
copyrightText="© 2025 | Jonn. All rights reserved. Compliance: Compliant with GDPR/CCPA standards."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fbfbfb; --background: #000000;
--card: #ffffff; --card: #1c1c1c;
--foreground: #0a0a0a; --foreground: #d4d4d4;
--primary-cta: #15479c; --primary-cta: #c0c0c0;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #f1f1f1; --secondary-cta: #2a2a2a;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #d1d5db; --accent: #a8a8a8;
--background-accent: #f3f4f6; --background-accent: #333333;
/* 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);