From d35cf31ff17585aa54320ed2e3cd040ebc23d01a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:21:44 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 278 ++++++++++++----------------------------------- 1 file changed, 67 insertions(+), 211 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e3193c..ef918b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,23 +32,15 @@ export default function LandingPage() { @@ -56,99 +48,56 @@ export default function LandingPage() { @@ -165,34 +114,23 @@ export default function LandingPage() {
@@ -219,61 +151,28 @@ export default function LandingPage() {
@@ -381,16 +241,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From df3c3e20e1784396397329f3ee7c2e7e03d5f12b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:21:44 +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 018e8e2..d17dd98 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: #0c0c0c; - --foreground: #ffffff; - --primary-cta: #106EFB; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #106efb; --primary-cta-text: #ffffff; - --secondary-cta: #000000; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #535353; - --background-accent: #106EFB; + --accent: #737373; + --background-accent: #106efb; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1