From 8ecba7ce7255f95ea6f3ebcfc127ee550883c994 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:50:56 +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 b5b3444..aa753a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -243,4 +243,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 0f11311feab0d2a66ee8290f6c857382305bc448 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:50:57 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..5e7901a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,12 +12,12 @@ --background: #f5f4ef; --card: #dad6cd; - --foreground: #2a2928; + --foreground: #1a1a1a; --primary-cta: #2a2928; --primary-cta-text: #f5f4ef; --secondary-cta: #ecebea; --secondary-cta-text: #2a2928; - --accent: #ffffff; + --accent: #c6b180; --background-accent: #c6b180; /* text sizing - set by ThemeProvider */ -- 2.49.1