From 045ee4377bd898a6b52dee89e9e04f35e9d6c465 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:42:09 +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 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 From 627758e746432d5efe1558234e7602d50072bed4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:42:09 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);