From 7fa0f28f5d928f7f377655572511bb9b54ce4a8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:47:44 +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 85f1d50..3ce4c54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 0ff9f2d2f48dda64a6a1e82e0a3205a82dfbf7aa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:47:44 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a7f8f0c..fa8af77 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #E34400; + --foreground: #000f06e6; + --primary-cta: #84cc16; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #E34400; + --accent: #84cc16; + --background-accent: #84cc16; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1