From cce21653e6deaa6642d0251dcd4f2deb7630e52d Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 20:57:10 +0000 Subject: [PATCH 1/7] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 4c3daba..97ed52e 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -171,4 +171,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file From 192663513c43d44d6e5af5bbfc61c1729d3e0c3a Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 20:57:10 +0000 Subject: [PATCH 2/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 8d1005b..c94057f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -140,4 +140,4 @@ export default function ContactPage() { /> ); -} +} \ No newline at end of file From 7c895457188db4234883dbd9e6ce4e30f0faec27 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 20:57:11 +0000 Subject: [PATCH 3/7] Update src/app/culture/page.tsx --- src/app/culture/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/culture/page.tsx b/src/app/culture/page.tsx index c388e82..b423afa 100644 --- a/src/app/culture/page.tsx +++ b/src/app/culture/page.tsx @@ -143,4 +143,4 @@ export default function CulturePage() { /> ); -} +} \ No newline at end of file From dd869160d1a81a9d49c2a333632656825382dacf Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 20:57:12 +0000 Subject: [PATCH 4/7] Update src/app/destinations/page.tsx --- src/app/destinations/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/destinations/page.tsx b/src/app/destinations/page.tsx index 9b13429..9e1b607 100644 --- a/src/app/destinations/page.tsx +++ b/src/app/destinations/page.tsx @@ -147,4 +147,4 @@ export default function DestinationsPage() { /> ); -} +} \ No newline at end of file From 22ce798b0981a98b60895df4245caf854a24f33c Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 20:57:12 +0000 Subject: [PATCH 5/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 cb8a4b9..f143523 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: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; */ + --accent: #f5c4c7;; + --background-accent: #f09199;; */ - --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; + --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; + --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; + --accent: #f5c4c7;; + --background-accent: #f09199;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); From 8d5bf13b08d3df304a1e7d10343ac205342bd1b7 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 20:57:13 +0000 Subject: [PATCH 6/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 260b83b..195a8f1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1267,4 +1267,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 79af236ea6c05eda016bff520d33b3ea330d6c3a Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 20:57:14 +0000 Subject: [PATCH 7/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 39a2ac5..c1d4537 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,4 +204,4 @@ export default function HomePage() { /> ); -} +} \ No newline at end of file