2 Commits

Author SHA1 Message Date
d533dfe358 Update src/app/page.tsx 2026-04-14 21:14:37 +00:00
ee0ec78107 Merge version_3 into main
Merge version_3 into main
2026-04-14 21:13:32 +00:00

View File

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