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 +} 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 +} 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 +} 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); 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 +} 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 +} 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 +}