From bff414e4e19439008ba02bbe1ddf5baa377b7f9b Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 13:13:06 +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 e0b6b16..432bce0 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -55,7 +55,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) { @@ -156,4 +157,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 0913456bc8e5241704116225fa3a5e49a62d7b23 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 13:13:07 +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 1f78e77..cb98e30 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f6f0e9;; - --card: #efe7dd;; - --foreground: #2b180a;; - --primary-cta: #2b180a;; - --secondary-cta: #efe7dd;; - --accent: #94877c;; - --background-accent: #afa094;; */ + /* --background: #1a1a1a;; + --card: #2a2a2a;; + --foreground: #e6e6e6e6;; + --primary-cta: #cc1a1a;; + --secondary-cta: #2a2a2a;; + --accent: #8b3a3a;; + --background-accent: #8b1a1a;; */ - --background: #f6f0e9;; - --card: #efe7dd;; - --foreground: #2b180a;; - --primary-cta: #2b180a;; - --secondary-cta: #efe7dd;; - --accent: #94877c;; - --background-accent: #afa094;; + --background: #1a1a1a;; + --card: #2a2a2a;; + --foreground: #e6e6e6e6;; + --primary-cta: #cc1a1a;; + --secondary-cta: #2a2a2a;; + --accent: #8b3a3a;; + --background-accent: #8b1a1a;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From ea5db238cd00de715cdcdb4d869f15b4d6bed6a0 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 13:13:08 +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 3954110..42dddfb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1263,4 +1263,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 39cd015d37f3a10d0dfae005f89d1b2eaa20ec6d Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 13:13:09 +0000 Subject: [PATCH 4/4] 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 ce643dc..27b1a24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; @@ -283,4 +283,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1