From 035759a21ac129a1a1c38d421dde8589f5942c89 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:30:05 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed6a4c2..309391d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ export default function LandingPage() { return ( @@ -217,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From a9e346f3e21d645573dd29f3e456bedecda1268e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:30:05 +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 3e86876..d2a0f92 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #106efb; + --background: #ffffff; + --card: #ffffff; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #f0f0f0; --secondary-cta-text: #ffffff; - --accent: #00ff9d; - --background-accent: #ff6207; + --accent: #e0e0e0; + --background-accent: #f9f9f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1