From 6a7772e66fac862c4ed464c80de85769c2d94e7c Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:30:31 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3c83efb..d97d0c9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -128,4 +128,4 @@ export default function AboutPage() { /> ); -} \ No newline at end of file +} From 9284464651db45879fca445ce5d0ac6005db4088 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:30:32 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2c66008..0bee8e4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -131,4 +131,4 @@ export default function ContactPage() { /> ); -} \ No newline at end of file +} From ef51378fc8f6914ba9459bd6ceef9009584367cd Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:30:32 +0000 Subject: [PATCH 3/5] Update src/app/globals.css --- src/app/globals.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index a653721..772f5e0 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fcf6ec;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #2e2521;; - --secondary-cta: #ffffff;; - --accent: #b2a28b;; - --background-accent: #b2a28b;; */ + /* --background: #010912;; + --card: #152840;; + --foreground: #e6f0ff;; + --primary-cta: #cee7ff;; + --secondary-cta: #0e1a29;; + --accent: #3f5c79;; + --background-accent: #004a93;; */ - --background: #fcf6ec;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #2e2521;; - --secondary-cta: #ffffff;; - --accent: #b2a28b;; - --background-accent: #b2a28b;; + --background: #010912;; + --card: #152840;; + --foreground: #e6f0ff;; + --primary-cta: #cee7ff;; + --secondary-cta: #0e1a29;; + --accent: #3f5c79;; + --background-accent: #004a93;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); From 6dc7de10a83c1f49151f1255a343bd69154cfd19 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:30:33 +0000 Subject: [PATCH 4/5] 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 c893b1f..b7ba6bc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1256,4 +1256,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From bd06036bee2cfab74f96754ca47572f703726156 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:30:34 +0000 Subject: [PATCH 5/5] 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 1d49472..5767c69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -315,4 +315,4 @@ export default function HomePage() { /> ); -} \ No newline at end of file +}