From 9395ed715312e93c8753f03b5b58a3a4b9316918 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 07:08:04 +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 337b504..45f645f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -339,4 +339,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 12d7ac85442c639fdd9399799eecf9cda684b7a7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 07:08:04 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd718b9..7eef950 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: #000612e6; - --primary-cta: #106EFB; - --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #106EFB; + --background: #000000; + --card: #1f4035; + --foreground: #ffffff; + --primary-cta: #ffffff; + --primary-cta-text: #051a12; + --secondary-cta: #0d2b1f; + --secondary-cta-text: #d4f6e8; + --accent: #0d5238; + --background-accent: #10b981; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);