4 Commits

Author SHA1 Message Date
fcb9f59a7c Update src/app/page.tsx 2025-12-25 15:21:03 +00:00
431cbbef83 Update src/app/globals.css 2025-12-25 15:21:03 +00:00
569bdb3555 Update src/app/globals.css 2025-12-25 14:36:53 +00:00
4b0b33eef2 Update src/app/globals.css 2025-12-25 14:34:29 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #000602; --background: #0a0a0a;
--card: #0d1d0d; --card: #1a1a1a;
--foreground: #e6ffe6; --foreground: #ffffffe6;
--primary-cta: #1cde5d; --primary-cta: #ff3d4a;
--secondary-cta: #0a1f0f; --secondary-cta: #1a1a1a;
--accent: #2e6841; --accent: #737373;
--background-accent: #0d6b32; --background-accent: #737373;
/* 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);

View File

@@ -23,7 +23,7 @@ export default function LandingPage() {
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="noiseGradient" background="noiseGradient"
cardStyle="glass-depth" cardStyle="glass-depth"
primaryButtonStyle="outline" primaryButtonStyle="gradient"
secondaryButtonStyle="outline" secondaryButtonStyle="outline"
headingFontWeight="bold" headingFontWeight="bold"
> >