diff --git a/src/app/page.tsx b/src/app/page.tsx index 394872d..54bccc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -183,4 +183,4 @@ 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 066abc7..52036c3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,12 +13,12 @@ --background: #0a0a0a; --card: #1a1a1a; --foreground: #f5f5f5; - --primary-cta: #ff0000; + --primary-cta: #0a7039; --primary-cta-text: #ffffff; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #991b1b; - --background-accent: #7f1d1d; + --accent: #0a7039; + --background-accent: #001a0a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);