From be0f64cc7f6ca9be70d8ed2d886622c9c14e2026 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 10 Feb 2026 19:01:53 +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 e033e35..6d9b336 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="aurora" + background="none" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" -- 2.49.1 From 0aeb9297f1e694b0a1619aaf73bb6206130d28bb Mon Sep 17 00:00:00 2001 From: development Date: Tue, 10 Feb 2026 19:01:55 +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 7f4573b..6132ffa 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: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #f0f8ffe6;; - --primary-cta: #6b21a8;; - --secondary-cta: #1a1a1a;; - --accent: #a855f7;; - --background-accent: #6d28d9;; */ + /* --background: #1a0f2e;; + --card: #2d1b47;; + --foreground: #e6e0ff;; + --primary-cta: #8b5cf6;; + --secondary-cta: #2d1b47;; + --accent: #d8cef5;; + --background-accent: #6b3fb6;; */ - --background: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #f0f8ffe6;; - --primary-cta: #6b21a8;; - --secondary-cta: #1a1a1a;; - --accent: #a855f7;; - --background-accent: #6d28d9;; + --background: #1a0f2e;; + --card: #2d1b47;; + --foreground: #e6e0ff;; + --primary-cta: #8b5cf6;; + --secondary-cta: #2d1b47;; + --accent: #d8cef5;; + --background-accent: #6b3fb6;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1