From f12637d9537cfc8d05a5044067022c0b297ae175 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 10 Feb 2026 19:05:13 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d9b336..e033e35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumLargeSizeMediumTitles" - background="none" + background="aurora" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" From df45441a7bbcae592cab4f39e42118ee5866defd Mon Sep 17 00:00:00 2001 From: development Date: Tue, 10 Feb 2026 19:05:14 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6132ffa..365c2bc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #1a0f2e;; - --card: #2d1b47;; - --foreground: #e6e0ff;; - --primary-cta: #8b5cf6;; - --secondary-cta: #2d1b47;; - --accent: #d8cef5;; - --background-accent: #6b3fb6;; */ + /* --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #032419;; + --primary-cta: #2bb889;; + --secondary-cta: #ffffff;; + --accent: #09b97e;; + --background-accent: #a8e8c3;; */ - --background: #1a0f2e;; - --card: #2d1b47;; - --foreground: #e6e0ff;; - --primary-cta: #8b5cf6;; - --secondary-cta: #2d1b47;; - --accent: #d8cef5;; - --background-accent: #6b3fb6;; + --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #032419;; + --primary-cta: #2bb889;; + --secondary-cta: #ffffff;; + --accent: #09b97e;; + --background-accent: #a8e8c3;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);