Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-04 22:53:06 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
ratingText="Trusted by leading companies"
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "View Demo", href: "#features" }
{ text: "See It In Action", href: "#features" }
]}
mediaAnimation="slide-up"
buttonAnimation="slide-up"
@@ -212,4 +212,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}