From 79c91766e2c3ae9d1363278d3f309d297b446c32 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 20:21:50 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 182 ++++++++++++----------------------------------- 1 file changed, 44 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 494c59f..224a975 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,35 +15,24 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From ec822a0eaff14c1e20f84c7d1cae91d7a8b0fc3a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 20:21:50 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..adc6ef2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #15479c; + --foreground: #1a1a1a; + --primary-cta: #000000; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #f0f0f0; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #e0e0e0; + --background-accent: #f9f9f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1