From e18349878bb371796a41200f2da592b6573b04df Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:39:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 355 ++++++----------------------------------------- 1 file changed, 42 insertions(+), 313 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a3641c..656f8b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -395,50 +161,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From eb3f795515ac19d20226f8fdf03aff9568fe3073 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:39:25 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0c20a4a..5b2f9af 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #fcfcfc; - --foreground: #000612; - --primary-cta: #15479c; + --background: #FDFBF7; + --card: #FFFFFF; + --foreground: #001B3A; + --primary-cta: #001B3A; --primary-cta-text: #ffffff; - --secondary-cta: #d4af37; + --secondary-cta: #D4AF37; --secondary-cta-text: #ffffff; - --accent: #0a7039; - --background-accent: #e2e2e2; + --accent: #064E3B; + --background-accent: #D4AF37; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1