3 Commits

Author SHA1 Message Date
e1f8db6fe2 Merge version_2 into main
Merge version_2 into main
2026-03-03 11:35:42 +00:00
c926676b7f Update src/app/page.tsx 2026-03-03 11:35:35 +00:00
1b835e8ed8 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:31:58 +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"