diff --git a/src/app/page.tsx b/src/app/page.tsx index 4485770..85bb5fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#"}, ]} /> @@ -241,4 +241,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}