diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c4bad0..4a34fe1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="grid" + background="none" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -186,17 +103,11 @@ 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 4b7db3d..54c9491 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: #f7f7f7; - --foreground: #0E0E0E; + --background: #0a0a0a; + --card: #151515; + --foreground: #ffffff; --primary-cta: #D4AF37; --primary-cta-text: #0E0E0E; - --secondary-cta: #0E0E0E; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; --accent: #D4AF37; - --background-accent: #F7F7F7; + --background-accent: #262626; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);