From 5e8fce03e3fe10aa40754d80ad4234048b49fe59 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:22:32 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa2dd06..fbd5450 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="none" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -49,7 +49,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From d01e3b557f5c1b0caae5ad01a6da5e62bd7a61b7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 10:22:32 +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 ee8d361..6cb641e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; + --background: #f7f6f7; + --card: #ffffff; + --foreground: #25190c; + --primary-cta: #ff6207; --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; + --secondary-cta: #ffffff; --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --accent: #ffce93; + --background-accent: #e8cfa8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1