diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f902cb..a31ed19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,10 +22,10 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="large" - background="floatingGradient" - cardStyle="gradient-bordered" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="solid" + background="noise" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" headingFontWeight="semibold" > @@ -310,4 +310,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7a12233..372e994 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffafa; - --card: #fff7f7; - --foreground: #1a0000; - --primary-cta: #e63946; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ff0000; --primary-cta-text: #fffafa; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #1a0000; - --accent: #f5c4c7; - --background-accent: #f09199; + --accent: #991b1b; + --background-accent: #7f1d1d; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);