From de8decbd9cdccbb49afb54e67299e6f47c3e2d2c Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 12:39:15 +0000 Subject: [PATCH 1/3] Update src/app/globals.css --- src/app/globals.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index e6423a1..d8e97f5 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,11 +6,11 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #fff0f0e6; - --primary-cta: #ff3d4a; + --foreground: #fffffae6; + --primary-cta: #fde047; --secondary-cta: #1a1a1a; - --accent: #7b2d2d; - --background-accent: #b8111f; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From db8cbece9aaf1c86a0eba9dcafcfaae37448f3f2 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 12:39:16 +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 4fc3c94..1f7e73d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1267,4 +1267,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From e4d65a2645a82d5860a05278eb149e56b4f829fe Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 12:39:17 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c48f05e..1e1cf73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1