From 1a620c19c95a781949143678e0e42e3175b901b5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:10:47 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 257 +++++++++++------------------------------------ 1 file changed, 59 insertions(+), 198 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e18e3f7..09be100 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -51,54 +45,31 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From aaf0e5fd8a8c08e72c277c344b30da6a6f778b24 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:10:48 +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 9b4db67..89125f7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F8FAFC; - --card: #ffffff; - --foreground: #111827; - --primary-cta: #6366F1; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #106EFB; --primary-cta-text: #ffffff; - --secondary-cta: #22C55E; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #0F172A; - --background-accent: #E2E8F0; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);