Merge version_3 into main #2

Merged
development merged 3 commits from version_3 into main 2026-01-08 10:37:39 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #001a4d;;
--primary-cta: #0066ff;;
--primary-cta: #15ad59;;
--secondary-cta: #ffcc00;;
--accent: #ffcc00;;
--background-accent: #fff5cc;;

View File

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

View File

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