From 39dc9beb4e65432b46d78587a1f781c195c6aeaa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 04:15:28 +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 aedd3b8..269ab19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,4 +155,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 576e0352bb6b2c2e4f7244eaaeae375d267390ba Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 04:15:28 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 269b1bc..30e24f2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #fdfaf6; --card: #f0e6d6; - --foreground: #4a3b2d; + --foreground: #2d2015; --primary-cta: #d97706; --primary-cta-text: #f5f5f5; --secondary-cta: #f0e6d6; -- 2.49.1