diff --git a/src/app/page.tsx b/src/app/page.tsx index c269f59..acd1091 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Start Free Trial", href: "contact" + text: "Start 14-Day Free Trial", href: "contact" }} brandName="AutoFlow AI" /> @@ -225,7 +225,7 @@ export default function LandingPage() { { id: "starter", badge: "For Teams", badgeIcon: Users, price: "$299/month", subtitle: "Perfect for small teams getting started", buttons: [ - { text: "Start Free Trial", href: "contact" } + { text: "Start 14-Day Free Trial", href: "contact" } ], features: [ "Up to 5 team members", "100 automated workflows", "Basic integrations (20+)", "Email support", "Monthly reporting" @@ -234,7 +234,7 @@ export default function LandingPage() { { id: "professional", badge: "Most Popular", badgeIcon: Sparkles, price: "$999/month", subtitle: "Best for growing organizations", buttons: [ - { text: "Start Free Trial", href: "contact" } + { text: "Start 14-Day Free Trial", href: "contact" } ], features: [ "Up to 25 team members", "Unlimited workflows", "500+ integrations", "Priority support", "Real-time analytics", "Advanced security" @@ -294,7 +294,7 @@ export default function LandingPage() { title="Ready to Transform Your Workflows?" description="Join leading enterprises using AutoFlow AI to automate their operations. Start your free trial today with no credit card required." buttons={[ - { text: "Start Free Trial", href: "contact" }, + { text: "Start 14-Day Free Trial", href: "contact" }, { text: "Schedule Demo", href: "contact" } ]} buttonAnimation="slide-up"