From 27665ec12bbb57a083eb7d4b1458776829d64f6e Mon Sep 17 00:00:00 2001 From: development Date: Thu, 1 Jan 2026 14:36:39 +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 b6632c2..d91db56 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fffaf5;; - --card: #fff0eb;; - --foreground: #3d2c29;; - --primary-cta: #e8a090;; + --background: #f8fcff;; + --card: #ffffff;; + --foreground: #00101f;; + --primary-cta: #409fff;; --secondary-cta: #ffffff;; - --accent: #f5d5cc;; - --background-accent: #f0c4b8;; + --accent: #c7e2fc;; + --background-accent: #9bcfff;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); From c8ac100074c78a3c8ff2bcb831ff5afc49df9fd8 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 1 Jan 2026 14:36:40 +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 7763f28..8a6b381 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1260,4 +1260,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From 16a0661e24fe50b446f8f0ff4f985555ff9129b5 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 1 Jan 2026 14:36:41 +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 930b511..7920bf0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -224,4 +224,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}