From e65b4aa203bee1c1042789a84e95e12a305a36cf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:30:38 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f902cb..a31ed19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,10 +22,10 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="large" - background="floatingGradient" - cardStyle="gradient-bordered" - primaryButtonStyle="radial-glow" - secondaryButtonStyle="solid" + background="noise" + cardStyle="glass-elevated" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="glass" headingFontWeight="semibold" > @@ -310,4 +310,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From ad5339b0bbdc88a110f248e38c22863484e98e84 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 11:30:39 +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 7a12233..372e994 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffafa; - --card: #fff7f7; - --foreground: #1a0000; - --primary-cta: #e63946; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ff0000; --primary-cta-text: #fffafa; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #1a0000; - --accent: #f5c4c7; - --background-accent: #f09199; + --accent: #991b1b; + --background-accent: #7f1d1d; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1