Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-09 10:13:29 +00:00

View File

@@ -45,6 +45,8 @@ import {
Send,
Hexagon,
CheckCircle2,
RotateCcw,
Shield as ShieldIcon,
} from "lucide-react";
export default function HomePage() {
@@ -103,11 +105,14 @@ export default function HomePage() {
{ icon: Settings },
],
stats: [
{ title: "Tasks Automated", values: [12450, 18920, 24670],
{
title: "Tasks Automated", values: [12450, 18920, 24670],
description: "Autonomous executions"},
{ title: "Time Saved", values: [450, 680, 920],
{
title: "Time Saved", values: [450, 680, 920],
valueSuffix: "h", description: "Monthly hours recovered"},
{ title: "Success Rate", values: [96.8, 97.2, 98.1],
{
title: "Success Rate", values: [96.8, 97.2, 98.1],
valueSuffix: "%", description: "Task completion accuracy"},
],
chartTitle: "Agent Performance", chartData: [
@@ -301,7 +306,7 @@ export default function HomePage() {
{ text: "Learn More", href: "#" },
],
features: [
"✓ Up to 1,000 automated tasks/month", "✓ 5 active workflows", "✓ Community support", "✓ Basic analytics dashboard", "✓ 3 team members", "✓ Core AI features", "Pause anytime No long-term commitment"],
"✓ Up to 1,000 automated tasks/month", "✓ 5 active workflows", "✓ Community support", "✓ Basic analytics dashboard", "✓ 3 team members", "✓ Core AI features", "✓ 30-day money-back guarantee", "✓ Pause anytime No long-term commitment"],
},
{
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
@@ -310,7 +315,7 @@ export default function HomePage() {
{ text: "Contact Sales", href: "#" },
],
features: [
"✓ Up to 50,000 automated tasks/month", "✓ 50 active workflows", "✓ Priority email support", "✓ Advanced analytics & insights", "✓ Unlimited team members", "✓ Custom integrations", "✓ Machine learning optimization", "✓ API access", "30-day money-back guarantee"],
"✓ Up to 50,000 automated tasks/month", "✓ 50 active workflows", "✓ Priority email support", "✓ Advanced analytics & insights", "✓ Unlimited team members", "✓ Custom integrations", "✓ Machine learning optimization", "✓ API access", "30-day money-back guarantee", "✓ Pause anytime No long-term commitment"],
},
{
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
@@ -318,7 +323,7 @@ export default function HomePage() {
{ text: "Contact Sales", href: "#" },
],
features: [
"✓ Unlimited automated tasks", "✓ Unlimited workflows", "✓ 24/7 dedicated support", "✓ Custom analytics solutions", "✓ SSO & advanced security", "✓ On-premise deployment", "✓ SLA guarantee", "✓ Custom development", "✓ Compliance assistance", "Money-back guarantee + flexible terms"],
"✓ Unlimited automated tasks", "✓ Unlimited workflows", "✓ 24/7 dedicated support", "✓ Custom analytics solutions", "✓ SSO & advanced security", "✓ On-premise deployment", "✓ SLA guarantee", "✓ Custom development", "✓ Compliance assistance", "Money-back guarantee", "✓ Flexible pause options"],
},
]}
carouselMode="buttons"