From a960cc8bec9046c08f8bdaba745e8b9a2812fe9d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 22:37:52 +0000 Subject: [PATCH 1/6] 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 fbcd70f..8c4f706 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -103,4 +103,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} From 5d2c7ebacba9e9e540cae04c2f4cf34b8352c12f Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 22:37:53 +0000 Subject: [PATCH 2/6] 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 433633f..d58f8da 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -105,4 +105,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} From d56a7c19f3a9dcba11fbd32f2a025134237b8cdb Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 22:37:54 +0000 Subject: [PATCH 3/6] Update src/app/globals.css --- src/app/globals.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 03b7231..50cb644 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #b82b40;; + /* --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #b90941;; - --background-accent: #e8a8b6;; */ + --accent: #a8d9be;; + --background-accent: #6bbf8e;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #b82b40;; + --background: #fafffb;; + --card: #f7fffa;; + --foreground: #001a0a;; + --primary-cta: #0a7039;; --secondary-cta: #ffffff;; - --accent: #b90941;; - --background-accent: #e8a8b6;; + --accent: #a8d9be;; + --background-accent: #6bbf8e;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); From c1e1ca4f0184af7e4d2e73c6b8328e6a30e4220d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 22:37:55 +0000 Subject: [PATCH 4/6] 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 d471104..b1577ad 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1258,4 +1258,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From 776e278cdfbb40771a9a27319afa9fc30c40e52d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 22:37:55 +0000 Subject: [PATCH 5/6] 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 eeb95e9..c0304f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,4 +153,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} From 75e3f4ce8d7b04becc44bdae3f5708f7b4d484b1 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 22:37:56 +0000 Subject: [PATCH 6/6] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 81bda1d..dab91f0 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -103,4 +103,4 @@ export default function PortfolioPage() { ); -} \ No newline at end of file +}