From ac6595a7b703803698ff986e293f5ffa6fd2969d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 05:12:50 +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 5537e9a..a2b0215 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,4 +194,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 6f82116f75920dee6ac63ef95f3460b483c03562 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 05:12:50 +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 4fd73bf..44d4661 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #ffffff; --card: #f9f9f9; --foreground: #000612e6; - --primary-cta: #15479c; + --primary-cta: #ffffff; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6; -- 2.49.1