From 2004718ec82d435d044e271c77434b8b77fc91c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 23:09:00 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a33928..35873e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,9 +17,9 @@ export default function LandingPage() { return ( ); -} +} \ No newline at end of file From 5d0650caf30d24276c00c504fb506de6710a8fe3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 23:09:01 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7501f6e..30a396a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #ffffff; - --foreground: #001122; - --primary-cta: #15479c; - --primary-cta-text: #f5faff; - --secondary-cta: #ffffff; - --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --background: #FFFFFF; + --card: #F8F8F8; + --foreground: #000000; + --primary-cta: #B8860B; + --primary-cta-text: #ffffff; + --secondary-cta: #E0E0E0; + --secondary-cta-text: #000000; + --accent: #D4AF37; + --background-accent: #F0F0F0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);