From 41aae4b92f8bde5e84a86d6675faa4f01217c9ac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 17:56:52 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b82e51a..7d5db4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,4 +122,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 7c6033bcb146f0861e2ed90082cc600ff04496c0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 17:56:52 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 92128b0..227f1a3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #341f51; + --background: #020617; + --card: #0f172a; + --foreground: #e2e8f0; + --primary-cta: #1d4ed8; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #f96b2f; --secondary-cta-text: #1c1c1c; - --accent: #6139e6; - --background-accent: #b3a8e8; + --accent: #f96b2f; + --background-accent: #1d4ed8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1