From 1d5cb5dc9b5f6826ac7eb7de1ef27fb8d7fae9ef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 04:45:50 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 221 +++++++---------------------------------------- 1 file changed, 30 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 748e0f4..0a52f04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,32 +23,17 @@ export default function LandingPage() { cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" - headingFontWeight="semibold" + headingFontWeight="bold" >
-
- -
-
); -} +} \ No newline at end of file -- 2.49.1 From aff4bb01ddac722825f690421e069bb642c445b3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 04:45:50 +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 c9beea3..f5b666a 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: #1c1c1c; + --background: #1A1A1A; + --card: #262626; + --foreground: #FFFFFF; --primary-cta: #E34400; --primary-cta-text: #ffffff; - --secondary-cta: #333333; + --secondary-cta: #E63946; --secondary-cta-text: #ffffff; - --accent: #E63946; - --background-accent: #f9f9f9; + --accent: #E34400; + --background-accent: #262626; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1