From cb6d4d7967d6b4cd74860e5d8ffb9e4ed5a44916 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:06:18 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb9c530..80a9738 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,10 +19,10 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" - cardStyle="soft-shadow" - primaryButtonStyle="gradient" - secondaryButtonStyle="radial-glow" + background="none" + cardStyle="outline" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" headingFontWeight="medium" > @@ -40,7 +40,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1 From 2bc7464875116be4ea70742e48cc14dfa86146e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:06:19 +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 676c0e8..2154c34 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #ffffff; --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0798ff; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #000000; --secondary-cta-text: #0c1325; - --accent: #93c7ff; - --background-accent: #a8cde8; + --accent: #000000; + --background-accent: #e5e5e5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1