From f949b2d29e844580e0368830c48c5d7e5d1502bd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:46:33 +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 e0f8feb..c7a397f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,10 +20,10 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="circleGradient" - cardStyle="glass-elevated" - primaryButtonStyle="gradient" - secondaryButtonStyle="glass" + background="none" + cardStyle="solid" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" headingFontWeight="normal" > @@ -136,4 +136,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From e78d05c80c23f4d7d9a9964f1ed407d9db216621 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:46:34 +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 fd9ebfc..bf11489 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #120006e6; - --primary-cta: #e63946; + --foreground: #1a1a1a; + --primary-cta: #2a2a2a; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #f1f1f1; --secondary-cta-text: #120006e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #d1d1d1; + --background-accent: #f1f1f1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1