From 3be4a5040a1c329419e5ea151884ad5e2ee32d75 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:44:06 +0000 Subject: [PATCH 1/7] 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 4d7ea60..4a3973d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -138,4 +138,4 @@ export default function AboutPage() { /> ); -} \ No newline at end of file +} -- 2.49.1 From 6d52aeb44be66ae4da8991fc684f99f391405a0b Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:44:07 +0000 Subject: [PATCH 2/7] 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 75299bb..3a0a13c 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) { @@ -160,4 +161,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} -- 2.49.1 From d5b7f700f9b3a7e9a1bbefbe81fdbb9615df5526 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:44:08 +0000 Subject: [PATCH 3/7] 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 5dab7c2..00d4233 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -137,4 +137,4 @@ export default function ContactPage() { /> ); -} \ No newline at end of file +} -- 2.49.1 From 54eae7ba863a1a3c26f7748760509f79682a7327 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:44:09 +0000 Subject: [PATCH 4/7] 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 dbe836b..5683664 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; + /* --background: #fbfaff;; + --card: #f7f5ff;; + --foreground: #0f0022;; + --primary-cta: #8b5cf6;; --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; */ + --accent: #d8cef5;; + --background-accent: #c4a8f9;; */ - --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; + --background: #fbfaff;; + --card: #f7f5ff;; + --foreground: #0f0022;; + --primary-cta: #8b5cf6;; --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; + --accent: #d8cef5;; + --background-accent: #c4a8f9;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 0353a21bab11bb8207d45a9e205adcc06cc9d671 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:44:10 +0000 Subject: [PATCH 5/7] 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 70ce923..f68d152 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1251,4 +1251,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 9b46410989665c3c30d9878a286848d1040819c5 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:44:11 +0000 Subject: [PATCH 6/7] 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 0d6287c..e2b609a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -230,4 +230,4 @@ export default function HomePage() { /> ); -} \ No newline at end of file +} -- 2.49.1 From 608d300030464dbfcdd98603b8fb2ac46eb12612 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 13:44:11 +0000 Subject: [PATCH 7/7] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index cc57d2a..f54565f 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -144,4 +144,4 @@ export default function RoomsPage() { /> ); -} \ No newline at end of file +} -- 2.49.1