Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2025-12-28 14:43:16 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -106,8 +106,8 @@ export default function LandingPage() {
tag="Features" tag="Features"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
cardTitleClassName="text-yellow-400" featureTitleClassName="text-yellow-400"
cardDescriptionClassName="text-yellow-300" featureDescriptionClassName="text-yellow-300"
features={[ features={[
{ {
id: 1, id: 1,
@@ -478,4 +478,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }