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" }
]}
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"