From 682c6aaf497e40ddc1e623e578ccfd3466c0d0f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:09:18 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2611819..3d38120 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1420,4 +1420,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 5855583d4be394e2934b2dc5a9a35e0870f987ce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:09:19 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++------------------------ 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46325bf..bf62097 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="noiseDiagonalGradient" + background="none" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -26,7 +26,7 @@ export default function LandingPage() { > ); -} \ No newline at end of file +} -- 2.49.1 From 4b79538899313595173a1b106c0f2b6d16d5a1ba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:09:20 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b6a6815..e24340a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,7 +3,7 @@ /* --vw is set by ThemeProvider */ /* --background: #ffffff;; - --card: #f9f9f9;; + --card: #ffffff;; --foreground: #0a0a0a;; --primary-cta: #2563eb;; --secondary-cta: #f9f9f9;; @@ -11,7 +11,7 @@ --background-accent: #fbbf24;; */ --background: #ffffff;; - --card: #f9f9f9;; + --card: #ffffff;; --foreground: #0a0a0a;; --primary-cta: #2563eb;; --primary-cta-text: #ffffff;; -- 2.49.1