From 0352e3baf6a4de9ae67fcd5b83b4807590599d73 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:45:27 +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 0c9a488..cef009f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,10 +22,10 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="aurora" - cardStyle="gradient-mesh" - primaryButtonStyle="double-inset" - secondaryButtonStyle="radial-glow" + background="none" + cardStyle="outline" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" headingFontWeight="bold" > -- 2.49.1 From 90e66db5318a6ccace4e43c247583a5cafb41b92 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:45:27 +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 caa3023..07d050f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffff; - --primary-cta: #d4af37; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #ffffff; - --accent: #5c4033; - --background-accent: #2a2a2a; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1