From 069f84cf7d3e37dce038fb71b5d1f16cfa68efa9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 00:00:34 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 157 ++++++++++------------------------------------- 1 file changed, 34 insertions(+), 123 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c4bad0..4a34fe1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="grid" + background="none" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -186,17 +103,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From dcfd2410938f20158042d752b33d3b479619257c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 00:00:35 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4b7db3d..54c9491 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: #f7f7f7; - --foreground: #0E0E0E; + --background: #0a0a0a; + --card: #151515; + --foreground: #ffffff; --primary-cta: #D4AF37; --primary-cta-text: #0E0E0E; - --secondary-cta: #0E0E0E; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; --accent: #D4AF37; - --background-accent: #F7F7F7; + --background-accent: #262626; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1