From 86db045aa8b1ab512f8c8b8455fa1f5da52f7ca1 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 26 Jan 2026 02:09:41 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d1922cb..155bfae 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -54,7 +54,8 @@ export default function BlogPage() { const url = `${apiUrl}/posts/${projectId}?status=published`; const response = await fetch(url, { method: "GET", headers: { - "Content-Type": "application/json"}, + "Content-Type": "application/json" + }, }); if (response.ok) { @@ -152,4 +153,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} From 9aa3456ed185e585df60fb4cb70f805c11da7cd5 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 26 Jan 2026 02:09:42 +0000 Subject: [PATCH 2/4] 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 74062c1..f734d10 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: #6139e6;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; */ + /* --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #2b180a;; + --secondary-cta: #efe7dd;; + --accent: #94877c;; + --background-accent: #afa094;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #6139e6;; - --secondary-cta: #ffffff;; - --accent: #6139e6;; - --background-accent: #b3a8e8;; + --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #2b180a;; + --secondary-cta: #efe7dd;; + --accent: #94877c;; + --background-accent: #afa094;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); From 7be5b32f39efb5a6364e5f5940cbb03de5db000a Mon Sep 17 00:00:00 2001 From: development Date: Mon, 26 Jan 2026 02:09:43 +0000 Subject: [PATCH 3/4] 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 c83fcb4..c1ed1b5 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 22d8ec9bcc9f06f72bd41e72a42697eda0f85ab7 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 26 Jan 2026 02:09:44 +0000 Subject: [PATCH 4/4] 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 fbec9ab..f751bcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,4 +172,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}