diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b6b558..e563472 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,32 +21,24 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="large" - background="grid" - cardStyle="gradient-radial" + background="noiseDiagonalGradient" + cardStyle="glass-depth" primaryButtonStyle="primary-glow" - secondaryButtonStyle="solid" - headingFontWeight="semibold" + secondaryButtonStyle="glass" + headingFontWeight="extrabold" > @@ -358,42 +222,27 @@ 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 9d0254f..cf9faae 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #FF7B05; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #000000; --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #FF7B05; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);