Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-09 10:10:48 +00:00
2 changed files with 15 additions and 1433 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -44,6 +44,7 @@ import {
ArrowLeftRight,
Send,
Hexagon,
CheckCircle2,
} from "lucide-react";
export default function HomePage() {
@@ -102,14 +103,11 @@ 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: [
@@ -303,7 +301,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"],
"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"],
},
{
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
@@ -312,7 +310,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"],
"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"],
},
{
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
@@ -320,7 +318,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"],
"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"],
},
]}
carouselMode="buttons"
@@ -435,4 +433,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}