Update src/app/page.tsx

This commit is contained in:
2026-03-04 22:53:02 +00:00
parent 84c8860de3
commit c824f1dcd5

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