From 59dad5741d5aff114466d5fec2e85907c3e0cc60 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:22:15 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 400 +++++++++++------------------------------------ 1 file changed, 92 insertions(+), 308 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29e6dd5..97cebf7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,322 +23,106 @@ export default function LandingPage() { cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" - headingFontWeight="light" + headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From b2fc102ebeb56498c109c408189ae88399ca4581 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:22:15 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8b02b..7081db4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; + --background: #f5f5f5; + --card: #ffffff; --foreground: #1c1c1c; --primary-cta: #15479c; --primary-cta-text: #ffffff; -- 2.49.1