2 Commits

Author SHA1 Message Date
f3a1bd56b3 Update src/app/page.tsx 2025-12-28 16:39:33 +00:00
5fa5421c02 Update src/app/globals.css 2025-12-28 16:39:32 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f5faff;; --background: #ffffff;;
--card: #f1f8ff;; --card: #fcfcfc;;
--foreground: #001122;; --foreground: #000000e6;;
--primary-cta: #15479c;; --primary-cta: #1a1a1a;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #a8cce8;; --accent: #808080;;
--background-accent: #7ba3cf;; --background-accent: #d3d3d3;;
/* 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

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="mediumSmall" contentWidth="mediumSmall"
sizing="medium" sizing="medium"
background="noiseGradient" background="none"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="layered-depth" primaryButtonStyle="layered-depth"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"