diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a9e29f..b148eed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,9 +21,9 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="grid" - cardStyle="gradient-radial" - primaryButtonStyle="diagonal-gradient" + background="aurora" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" headingFontWeight="extrabold" > @@ -31,22 +31,10 @@ 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 1a5bb9f..febc3cd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; - --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #2c2c2c; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; --primary-cta-text: #f5f4f0; - --secondary-cta: #f5f4f0; + --secondary-cta: #ffffff; --secondary-cta-text: #1a1a1a; - --accent: #8a8a8a; - --background-accent: #e8e6e1; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);