From ba0cc3b1d2ac2fcbdca578485c55a23fb406e1a3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:43:14 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cc356a..5d5281f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmall" - background="blurBottom" + background="noiseDiagonalGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -42,7 +42,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 5f366e96331c7325afdf0cd3984d96d6e6d8738f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:43:15 +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 0f2229e..bff119e 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: #1a1a1a; - --primary-cta: #C0392B; + --background: #fdfbf7; + --card: #f5f0e6; + --foreground: #3d2b1f; + --primary-cta: #9b2c2c; --primary-cta-text: #FFFFFF; - --secondary-cta: #FFFFFF; + --secondary-cta: #d4af37; --secondary-cta-text: #1a1a1a; - --accent: #D4AF37; - --background-accent: #fcecea; + --accent: #b8860b; + --background-accent: #e8e0d4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1