From ec058b069797ae02135b08fcbc7e58a79a0cded8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:58:42 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 269 ++++++++++++++++------------------------------- 1 file changed, 92 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd934b1..2b34f98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,190 +25,105 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From e5054e7d5a6faefb65ec2f7211725173c6963936 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:58:42 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index bcdbf1d..dda04bf 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: #000612; - --primary-cta: #15479c; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5fffae6; + --primary-cta: #0a7039; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #000612; --accent: #0a7039; - --background-accent: #f0fdf4; + --background-accent: #0a7039; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1