diff --git a/src/app/page.tsx b/src/app/page.tsx index bda9732..d67b142 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,9 +18,9 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="mediumLarge" - background="aurora" - cardStyle="layered-gradient" - primaryButtonStyle="radial-glow" + background="noiseDiagonalGradient" + cardStyle="solid" + primaryButtonStyle="flat" secondaryButtonStyle="solid" headingFontWeight="extrabold" > diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..9eabad9 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: #000f06e6; - --primary-cta: #0a7039; + --background: #000000; + --card: #1c1c1c; + --foreground: #fde047; + --primary-cta: #fde047; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #1c1c1c; --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #fde047; + --background-accent: #262626; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);