From 5cd4e6c5bb4b0d7c9e25e8fe2f1fe2776fad93c0 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 10:37:34 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 64b04a7..5d892d5 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -56,7 +56,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) { @@ -123,7 +124,7 @@ export default function BlogPage() { )} ); -} \ No newline at end of file +} -- 2.49.1 From 8bf7f4025122afdeed553236f0f20b3641283223 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 10:37:35 +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 a70ecb7..65b9be6 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: #e63946;; - --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8a8b6;; */ + /* --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #e6e6e6;; + --secondary-cta: #1a1a1a;; + --accent: #737373;; + --background-accent: #737373;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #e63946;; - --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8a8b6;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #ffffffe6;; + --primary-cta: #e6e6e6;; + --secondary-cta: #1a1a1a;; + --accent: #737373;; + --background-accent: #737373;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 59a2b832b212fdcc46df4f6248cadbe5040345ee Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 10:37:36 +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 14a0248..a7512af 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1261,4 +1261,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From e8fa30982804cec1ca0dae87596ae2220f879708 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 10:37:37 +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 c95f057..9188f82 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 NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; @@ -218,4 +218,4 @@ export default function MotionPortfolioPage() { ); -} \ No newline at end of file +} -- 2.49.1