diff --git a/src/app/page.tsx b/src/app/page.tsx index 6697a69..adbcd4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,9 +21,9 @@ export default function LandingPage() { contentWidth="compact" sizing="largeSizeMediumTitles" background="blurBottom" - cardStyle="solid" + cardStyle="glass-elevated" primaryButtonStyle="gradient" - secondaryButtonStyle="solid" + secondaryButtonStyle="glass" headingFontWeight="normal" > ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 603a2df..337c491 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #15479c;; --background-accent: #a8cce8;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1c1c1c;; + --background: #e8f4fb;; + --card: #f0faff;; + --foreground: #0c2d4a;; + --primary-cta: #0ea5e9;; --primary-cta-text: #f5f5f5;; - --secondary-cta: #ffffff;; + --secondary-cta: #f0faff;; --secondary-cta-text: #1c1c1c;; - --accent: #15479c;; - --background-accent: #a8cce8;; + --accent: #7dd3fc;; + --background-accent: #bae6fd;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);