4 Commits

Author SHA1 Message Date
2e54727d25 Merge version_2 into main
Merge version_2 into main
2026-03-11 12:13:14 +00:00
cbe7ea9cc6 Update src/app/page.tsx 2026-03-11 12:13:10 +00:00
c3a082b815 Merge version_1 into main
Merge version_1 into main
2026-03-11 12:10:52 +00:00
799099b827 Merge version_1 into main
Merge version_1 into main
2026-03-11 12:10:29 +00:00

View File

@@ -224,7 +224,7 @@ export default function LandingPage() {
tag="Get Started Today"
tagIcon={Rocket}
title="Ready to Transform Your Workflow?"
description="Join thousands of teams already using TechFlow to boost productivity. Start your free 14-day trial today—no credit card required."
description="Transform your team's productivity in days, not months. Start your free trial risk-free today."
buttons={[
{ text: "Start Free Trial", href: "https://techflow.example.com/signup" },
{ text: "Schedule Demo", href: "https://techflow.example.com/demo" }
@@ -270,4 +270,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}