Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-11 12:13:15 +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>
);
}
}