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-08 16:14:27 +00:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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