From 6fcabf5991bb4568b146d1e54b057203e4ebea3e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 21:11:09 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 79 ++++++++++++++++-------------------------------- 1 file changed, 26 insertions(+), 53 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28e3ca9..3c708cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,44 +28,35 @@ export default function LandingPage() {
Date: Tue, 19 May 2026 21:11:10 +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 7590900..d3c9441 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #ffffff; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #333333; - --background-accent: #333333; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);