Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-01-28 20:57:19 +00:00
7 changed files with 18 additions and 18 deletions

View File

@@ -171,4 +171,4 @@ export default function BlogPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -140,4 +140,4 @@ export default function ContactPage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -143,4 +143,4 @@ export default function CulturePage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -147,4 +147,4 @@ export default function DestinationsPage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f5faff;; /* --background: #fffafa;;
--card: #f1f8ff;; --card: #fff7f7;;
--foreground: #001122;; --foreground: #1a0000;;
--primary-cta: #15479c;; --primary-cta: #e63946;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #a8cce8;; --accent: #f5c4c7;;
--background-accent: #7ba3cf;; */ --background-accent: #f09199;; */
--background: #f5faff;; --background: #fffafa;;
--card: #f1f8ff;; --card: #fff7f7;;
--foreground: #001122;; --foreground: #1a0000;;
--primary-cta: #15479c;; --primary-cta: #e63946;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #a8cce8;; --accent: #f5c4c7;;
--background-accent: #7ba3cf;; --background-accent: #f09199;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1267,4 +1267,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -204,4 +204,4 @@ export default function HomePage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }