From 599ca70b27e8db48b56ef16f87980664375f9ac3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 00:14:15 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 143 +++++++++++------------------------------------ 1 file changed, 32 insertions(+), 111 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87caddd..6669fa8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,34 +31,25 @@ export default function LandingPage() {
From a963faf34546468ddb6b45306f1cae8e206ae9c1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 00:14:16 +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 9d0254f..f2b52c3 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: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #FF7B05; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #106EFB; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffffff; --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #FF7B05; + --accent: #a8cce8; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);