Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-01-08 11:38:29 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -5,9 +5,9 @@
/* --vw is set by ThemeProvider */
--background: #ffffff;
--card: #fcfcfc;
--card: #f0fff8;
--foreground: #0f0003e6;
--primary-cta: #c1121f;
--primary-cta: #1cde5d;
--secondary-cta: #f9f9f9;
--accent: #e2e2e2;
--background-accent: #c4c4c4;

View File

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

View File

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