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>
</html>
);
}
}

View File

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