Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-01-09 11:13:07 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f5faff;; --background: #f5faff;;
--card: #e6f2fa;; --card: #d0e8f7;;
--foreground: #001122;; --foreground: #001122;;
--primary-cta: #15479c;; --primary-cta: #15479c;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;

View File

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

View File

@@ -212,4 +212,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }