From ca4831e10116ff56d5bd3cc39a1469cdc430d34f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:26:43 +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 0fa4630..963cf6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,4 +152,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From e27a340e1c27e482f53b8467339210767c01db47 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:26:44 +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 4fd73bf..c40eee8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,8 +12,8 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #15479c; + --foreground: #000000; + --primary-cta: #d4af37; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6; -- 2.49.1