From 02963b9b77e365aa7c1827f2f1a0e69dce7bd51d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 04:44:16 +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 27391dc..b48b8c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} From e8da6baee08a94bdfc01b4b87ada839f6c24677b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 04:44:16 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 54f9f97..6111215 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f5f5f5; - --foreground: #000000; - --primary-cta: #1f3251; + --card: #f0f0f0; + --foreground: #1a1a1a; + --primary-cta: #1a3a5c; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #0056b3; + --background-accent: #6fa8dc; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);