From 1ef2dfcce66c3a77869c6c4ceb981c4fb0a53148 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:13:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c24fe05..bd18bca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1