From 865178e9cc5290100232c40d49613c15e3aeb24e Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 14:49:17 +0000 Subject: [PATCH 1/3] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 461165c..30749f8 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fbfaff; - --card: #f7f5ff; - --foreground: #0f0022; - --primary-cta: #8b5cf6; + --background: #fffef5; + --card: #fffef5; + --foreground: #0f0f00e6; + --primary-cta: #ffae00; --secondary-cta: #ffffff; - --accent: #d8cef5; - --background-accent: #c4a8f9; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 85c4a3cd9b6a3c70b90b0ba38446011f3fce9966 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 14:49:18 +0000 Subject: [PATCH 2/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 8b92004..4a3ed5d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1270,4 +1270,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 269c4e66ec912e46ef21ea13fa2c9ff533ca0925 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 24 Dec 2025 14:49:19 +0000 Subject: [PATCH 3/3] 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 8cafd27..2ae428d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -392,4 +392,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1