Update src/app/page.tsx

This commit is contained in:
2026-04-14 21:14:37 +00:00
parent ee0ec78107
commit d533dfe358

View File

@@ -210,7 +210,7 @@ export default function LandingPage() {
description="Join thousands of teams building with NexTech today."
buttons={[
{
text: "Start Your Free Trial", href: "#"},
text: "Start Your 14-Day Free Trial", href: "#"},
]}
/>
</div>
@@ -241,4 +241,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}