From 52ca87f3e10e92904da7f28e11ca4abb8f42de3a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:24:42 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7e5fc57..6866a3f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From f1e6bcb0c91c9ea6a1c0bc46331c9dc1a60b82e5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:24:42 +0000 Subject: [PATCH 2/3] 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 b9ea7c0..77452a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -310,4 +310,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From e6cba5d5168ed9d7a77091ee412bf258c90a5963 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:24:43 +0000 Subject: [PATCH 3/3] 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 1313a53..97d48e5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #8B6F47; --card: #A0826D; - --foreground: #F5E6D3; + --foreground: #1a1a1a; --primary-cta: #654321; --primary-cta-text: #fffafa; --secondary-cta: #D4C5B9; -- 2.49.1