Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-03 11:35:42 +00:00

View File

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