From a8e96b0e29183246ccd9e3a490dddae9d71e8943 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 21:06:06 +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 97ed52e..4c3daba 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 +} -- 2.49.1 From 574ed98247442292f21cee8e408406dbda322045 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 21:06:06 +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 c94057f..8d1005b 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 +} -- 2.49.1 From b1dcefaa2e7a765deb0e2aabd0dfdddfb0c02cfe Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 21:06:07 +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 b423afa..c388e82 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 +} -- 2.49.1 From 81238bd64ddde74106556170695a304c629595c0 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 21:06:08 +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 9e1b607..9b13429 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 +} -- 2.49.1 From af7529e8b03b13033c44957d9b9963a84f9d80b9 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 21:06:09 +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 f143523..2c538e0 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + /* --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #251a0c;; + --primary-cta: #f4c408;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; */ + --accent: #f4ca26;; + --background-accent: #e8daa8;; */ - --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #251a0c;; + --primary-cta: #f4c408;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --accent: #f4ca26;; + --background-accent: #e8daa8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1 From 928e229845ce052d2173686a1abb0d29e9956e2c Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 21:06:10 +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 195a8f1..260b83b 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 +} -- 2.49.1 From 8aa280809fe76ae4b0c2c1d8c1ceec8a5c1a3fed Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 21:06:11 +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 c1d4537..39a2ac5 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 +} -- 2.49.1