diff --git a/src/app/page.tsx b/src/app/page.tsx index 748e0f4..0a52f04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,32 +23,17 @@ export default function LandingPage() { cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" - headingFontWeight="semibold" + headingFontWeight="bold" >
-
- -
-
); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c9beea3..f5b666a 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: #1c1c1c; + --background: #1A1A1A; + --card: #262626; + --foreground: #FFFFFF; --primary-cta: #E34400; --primary-cta-text: #ffffff; - --secondary-cta: #333333; + --secondary-cta: #E63946; --secondary-cta-text: #ffffff; - --accent: #E63946; - --background-accent: #f9f9f9; + --accent: #E34400; + --background-accent: #262626; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);