Merge version_1 into main #2
@@ -71,49 +71,32 @@ export default function FeaturesPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Natural Language Understanding",
|
||||
description:
|
||||
"Communicate with Mono Agent using plain English. The system understands context, intent, and nuance to execute precisely what you need.",
|
||||
bentoComponent: "chat",
|
||||
aiIcon: MessageCircle,
|
||||
title: "Natural Language Understanding", description:
|
||||
"Communicate with Mono Agent using plain English. The system understands context, intent, and nuance to execute precisely what you need.", bentoComponent: "chat", aiIcon: MessageCircle,
|
||||
userIcon: User,
|
||||
exchanges: [
|
||||
{
|
||||
userMessage:
|
||||
"Create a daily report of all customer interactions",
|
||||
aiResponse:
|
||||
"I'll generate a comprehensive report including interaction types, duration, and sentiment analysis for all customers today.",
|
||||
},
|
||||
"Create a daily report of all customer interactions", aiResponse:
|
||||
"I'll generate a comprehensive report including interaction types, duration, and sentiment analysis for all customers today."},
|
||||
{
|
||||
userMessage: "Flag any issues that need immediate attention",
|
||||
aiResponse:
|
||||
"Identified 3 critical issues. Escalating to your support team and setting priority alerts.",
|
||||
},
|
||||
userMessage: "Flag any issues that need immediate attention", aiResponse:
|
||||
"Identified 3 critical issues. Escalating to your support team and setting priority alerts."},
|
||||
],
|
||||
placeholder: "Ask Mono Agent anything...",
|
||||
},
|
||||
placeholder: "Ask Mono Agent anything..."},
|
||||
{
|
||||
title: "Active Automations",
|
||||
description:
|
||||
"Track every automation, monitor performance metrics, and gain actionable insights with interactive visualizations updated in real-time.",
|
||||
bentoComponent: "3d-task-list",
|
||||
title: "Active Workflows",
|
||||
items: [
|
||||
title: "Active Automations", description:
|
||||
"Track every automation, monitor performance metrics, and gain actionable insights with interactive visualizations updated in real-time.", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: Mail, label: "Email Campaign Distribution", time: "45s" },
|
||||
{ icon: Database, label: "Data Synchronization", time: "2m 30s" },
|
||||
{
|
||||
icon: FileText,
|
||||
label: "Document Processing",
|
||||
time: "1m 15s",
|
||||
},
|
||||
label: "Document Processing", time: "1m 15s"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Enterprise Integration Hub",
|
||||
description:
|
||||
"Connect seamlessly with 500+ tools and services. Mono Agent works with your existing tech stack without disruption.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Zap,
|
||||
title: "Enterprise Integration Hub", description:
|
||||
"Connect seamlessly with 500+ tools and services. Mono Agent works with your existing tech stack without disruption.", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
items: [
|
||||
{ icon: Cloud, ring: 1 },
|
||||
{ icon: Database, ring: 1 },
|
||||
@@ -123,11 +106,8 @@ export default function FeaturesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Predictive Intelligence",
|
||||
description:
|
||||
"AI learns from your workflows and predicts optimal execution patterns, preventing errors before they happen.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Predictive Intelligence", description:
|
||||
"AI learns from your workflows and predicts optimal execution patterns, preventing errors before they happen.", bentoComponent: "animated-bar-chart"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -146,40 +126,28 @@ export default function FeaturesPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Cpu,
|
||||
title: "Machine Learning Engine",
|
||||
description:
|
||||
"Continuously learns from workflows, adapting and improving automation accuracy over time with zero manual intervention.",
|
||||
},
|
||||
title: "Machine Learning Engine", description:
|
||||
"Continuously learns from workflows, adapting and improving automation accuracy over time with zero manual intervention."},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Enterprise Security",
|
||||
description:
|
||||
"Bank-level encryption, role-based access control, and compliance with SOC 2, GDPR, and HIPAA standards for complete peace of mind.",
|
||||
},
|
||||
title: "Enterprise Security", description:
|
||||
"Bank-level encryption, role-based access control, and compliance with SOC 2, GDPR, and HIPAA standards for complete peace of mind."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Lightning-Fast Execution",
|
||||
description:
|
||||
"Process thousands of tasks simultaneously with sub-second response times and automatic scaling based on demand.",
|
||||
},
|
||||
title: "Lightning-Fast Execution", description:
|
||||
"Process thousands of tasks simultaneously with sub-second response times and automatic scaling based on demand."},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Advanced Analytics",
|
||||
description:
|
||||
"Deep dive into performance metrics, ROI calculations, and custom reporting with AI-powered business intelligence.",
|
||||
},
|
||||
title: "Advanced Analytics", description:
|
||||
"Deep dive into performance metrics, ROI calculations, and custom reporting with AI-powered business intelligence."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Collaborative Workflows",
|
||||
description:
|
||||
"Build complex multi-step automations with team members, version control, and approval workflows built-in.",
|
||||
},
|
||||
title: "Collaborative Workflows", description:
|
||||
"Build complex multi-step automations with team members, version control, and approval workflows built-in."},
|
||||
{
|
||||
icon: Workflow,
|
||||
title: "Visual Workflow Builder",
|
||||
description:
|
||||
"Drag-and-drop interface to design complex automations without coding. Full visual logic and condition builders included.",
|
||||
},
|
||||
title: "Visual Workflow Builder", description:
|
||||
"Drag-and-drop interface to design complex automations without coding. Full visual logic and condition builders included."},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -207,8 +175,7 @@ export default function FeaturesPage() {
|
||||
logoText="Mono Agent"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Capabilities", href: "#capabilities" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
@@ -216,8 +183,7 @@ export default function FeaturesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -225,20 +191,16 @@ export default function FeaturesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
{ label: "API Reference", href: "https://api.monoagent.ai" },
|
||||
{
|
||||
label: "Community Forum",
|
||||
href: "https://community.monoagent.ai",
|
||||
},
|
||||
label: "Community Forum", href: "https://community.monoagent.ai"},
|
||||
{ label: "Status Page", href: "https://status.monoagent.ai" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Security", href: "/security" },
|
||||
|
||||
335
src/app/page.tsx
335
src/app/page.tsx
@@ -91,12 +91,8 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Mono Agent Control Center",
|
||||
logoIcon: Brain,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/a-modern-dark-themed-ai-agent-control-ce-1773050743436-7745989e.png",
|
||||
imageAlt: "A modern dark-themed AI agent control center dashboard",
|
||||
searchPlaceholder: "Search workflows, agents, or tasks...",
|
||||
buttons: [
|
||||
title: "Mono Agent Control Center", logoIcon: Brain,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/a-modern-dark-themed-ai-agent-control-ce-1773050743436-7745989e.png", imageAlt: "A modern dark-themed AI agent control center dashboard", searchPlaceholder: "Search workflows, agents, or tasks...", buttons: [
|
||||
{ text: "Launch Agent", href: "#" },
|
||||
{ text: "Export Report", href: "#" },
|
||||
],
|
||||
@@ -107,44 +103,30 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Tasks Automated",
|
||||
values: [12450, 18920, 24670],
|
||||
description: "Autonomous executions",
|
||||
},
|
||||
title: "Tasks Automated", values: [12450, 18920, 24670],
|
||||
description: "Autonomous executions"},
|
||||
{
|
||||
title: "Time Saved",
|
||||
values: [450, 680, 920],
|
||||
valueSuffix: "h",
|
||||
description: "Monthly hours recovered",
|
||||
},
|
||||
title: "Time Saved", values: [450, 680, 920],
|
||||
valueSuffix: "h", description: "Monthly hours recovered"},
|
||||
{
|
||||
title: "Success Rate",
|
||||
values: [96.8, 97.2, 98.1],
|
||||
valueSuffix: "%",
|
||||
description: "Task completion accuracy",
|
||||
},
|
||||
title: "Success Rate", values: [96.8, 97.2, 98.1],
|
||||
valueSuffix: "%", description: "Task completion accuracy"},
|
||||
],
|
||||
chartTitle: "Agent Performance",
|
||||
chartData: [
|
||||
chartTitle: "Agent Performance", chartData: [
|
||||
{ value: 85 },
|
||||
{ value: 92 },
|
||||
{ value: 78 },
|
||||
{ value: 95 },
|
||||
{ value: 88 },
|
||||
],
|
||||
listTitle: "Recent Automations",
|
||||
listItems: [
|
||||
listTitle: "Recent Automations", listItems: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Customer Data Sync",
|
||||
status: "Completed",
|
||||
},
|
||||
title: "Customer Data Sync", status: "Completed"},
|
||||
{ icon: Clock, title: "Report Generation", status: "In Progress" },
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "Invoice Processing",
|
||||
status: "Pending Review",
|
||||
},
|
||||
title: "Invoice Processing", status: "Pending Review"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -162,49 +144,32 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Natural Language Understanding",
|
||||
description:
|
||||
"Communicate with Mono Agent using plain English. The system understands context, intent, and nuance to execute precisely what you need.",
|
||||
bentoComponent: "chat",
|
||||
aiIcon: MessageCircle,
|
||||
title: "Natural Language Understanding", description:
|
||||
"Communicate with Mono Agent using plain English. The system understands context, intent, and nuance to execute precisely what you need.", bentoComponent: "chat", aiIcon: MessageCircle,
|
||||
userIcon: User,
|
||||
exchanges: [
|
||||
{
|
||||
userMessage:
|
||||
"Create a daily report of all customer interactions",
|
||||
aiResponse:
|
||||
"I'll generate a comprehensive report including interaction types, duration, and sentiment analysis for all customers today.",
|
||||
},
|
||||
"Create a daily report of all customer interactions", aiResponse:
|
||||
"I'll generate a comprehensive report including interaction types, duration, and sentiment analysis for all customers today."},
|
||||
{
|
||||
userMessage: "Flag any issues that need immediate attention",
|
||||
aiResponse:
|
||||
"Identified 3 critical issues. Escalating to your support team and setting priority alerts.",
|
||||
},
|
||||
userMessage: "Flag any issues that need immediate attention", aiResponse:
|
||||
"Identified 3 critical issues. Escalating to your support team and setting priority alerts."},
|
||||
],
|
||||
placeholder: "Ask Mono Agent anything...",
|
||||
},
|
||||
placeholder: "Ask Mono Agent anything..."},
|
||||
{
|
||||
title: "Active Automations",
|
||||
description:
|
||||
"Track every automation, monitor performance metrics, and gain actionable insights with interactive visualizations updated in real-time.",
|
||||
bentoComponent: "3d-task-list",
|
||||
title: "Active Workflows",
|
||||
items: [
|
||||
title: "Active Automations", description:
|
||||
"Track every automation, monitor performance metrics, and gain actionable insights with interactive visualizations updated in real-time.", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: Mail, label: "Email Campaign Distribution", time: "45s" },
|
||||
{ icon: Database, label: "Data Synchronization", time: "2m 30s" },
|
||||
{
|
||||
icon: FileText,
|
||||
label: "Document Processing",
|
||||
time: "1m 15s",
|
||||
},
|
||||
label: "Document Processing", time: "1m 15s"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Enterprise Integration Hub",
|
||||
description:
|
||||
"Connect seamlessly with 500+ tools and services. Mono Agent works with your existing tech stack without disruption.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Zap,
|
||||
title: "Enterprise Integration Hub", description:
|
||||
"Connect seamlessly with 500+ tools and services. Mono Agent works with your existing tech stack without disruption.", bentoComponent: "orbiting-icons", centerIcon: Zap,
|
||||
items: [
|
||||
{ icon: Cloud, ring: 1 },
|
||||
{ icon: Database, ring: 1 },
|
||||
@@ -214,11 +179,8 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Predictive Intelligence",
|
||||
description:
|
||||
"AI learns from your workflows and predicts optimal execution patterns, preventing errors before they happen.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Predictive Intelligence", description:
|
||||
"AI learns from your workflows and predicts optimal execution patterns, preventing errors before they happen.", bentoComponent: "animated-bar-chart"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -237,40 +199,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Cpu,
|
||||
title: "Machine Learning Engine",
|
||||
description:
|
||||
"Continuously learns from workflows, adapting and improving automation accuracy over time with zero manual intervention.",
|
||||
},
|
||||
title: "Machine Learning Engine", description:
|
||||
"Continuously learns from workflows, adapting and improving automation accuracy over time with zero manual intervention."},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Enterprise Security",
|
||||
description:
|
||||
"Bank-level encryption, role-based access control, and compliance with SOC 2, GDPR, and HIPAA standards for complete peace of mind.",
|
||||
},
|
||||
title: "Enterprise Security", description:
|
||||
"Bank-level encryption, role-based access control, and compliance with SOC 2, GDPR, and HIPAA standards for complete peace of mind."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Lightning-Fast Execution",
|
||||
description:
|
||||
"Process thousands of tasks simultaneously with sub-second response times and automatic scaling based on demand.",
|
||||
},
|
||||
title: "Lightning-Fast Execution", description:
|
||||
"Process thousands of tasks simultaneously with sub-second response times and automatic scaling based on demand."},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Advanced Analytics",
|
||||
description:
|
||||
"Deep dive into performance metrics, ROI calculations, and custom reporting with AI-powered business intelligence.",
|
||||
},
|
||||
title: "Advanced Analytics", description:
|
||||
"Deep dive into performance metrics, ROI calculations, and custom reporting with AI-powered business intelligence."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Collaborative Workflows",
|
||||
description:
|
||||
"Build complex multi-step automations with team members, version control, and approval workflows built-in.",
|
||||
},
|
||||
title: "Collaborative Workflows", description:
|
||||
"Build complex multi-step automations with team members, version control, and approval workflows built-in."},
|
||||
{
|
||||
icon: Workflow,
|
||||
title: "Visual Workflow Builder",
|
||||
description:
|
||||
"Drag-and-drop interface to design complex automations without coding. Full visual logic and condition builders included.",
|
||||
},
|
||||
title: "Visual Workflow Builder", description:
|
||||
"Drag-and-drop interface to design complex automations without coding. Full visual logic and condition builders included."},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -309,65 +259,29 @@ export default function HomePage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
handle: "CEO, CloudSync Inc",
|
||||
testimonial:
|
||||
"Mono Agent eliminated our entire manual workflow layer. What used to take our team 3 days now happens automatically in hours. Game-changing platform.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-confident-fem-1773050742285-e82300f5.png?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell", handle: "CEO, CloudSync Inc", testimonial:
|
||||
"Mono Agent eliminated our entire manual workflow layer. What used to take our team 3 days now happens automatically in hours. Game-changing platform.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-confident-fem-1773050742285-e82300f5.png", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Chen",
|
||||
handle: "CTO, DataFlow Systems",
|
||||
testimonial:
|
||||
"The AI learns our patterns and optimizes automatically. After 2 weeks, the automation accuracy hit 99.2%. Incredible technology.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-focused-asian-1773050743666-d7a63817.png?_wi=1",
|
||||
imageAlt: "Marcus Chen",
|
||||
},
|
||||
id: "2", name: "Marcus Chen", handle: "CTO, DataFlow Systems", testimonial:
|
||||
"The AI learns our patterns and optimizes automatically. After 2 weeks, the automation accuracy hit 99.2%. Incredible technology.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-focused-asian-1773050743666-d7a63817.png", imageAlt: "Marcus Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Rodriguez",
|
||||
handle: "Operations Director, RetailPro",
|
||||
testimonial:
|
||||
"Integration was seamless with our existing stack. Our team productivity increased 3x without hiring additional staff. Worth every penny.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-dynamic-femal-1773050743111-5a022618.png?_wi=1",
|
||||
imageAlt: "Jennifer Rodriguez",
|
||||
},
|
||||
id: "3", name: "Jennifer Rodriguez", handle: "Operations Director, RetailPro", testimonial:
|
||||
"Integration was seamless with our existing stack. Our team productivity increased 3x without hiring additional staff. Worth every penny.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-dynamic-femal-1773050743111-5a022618.png", imageAlt: "Jennifer Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "VP Engineering, FinTech Labs",
|
||||
testimonial:
|
||||
"Security and compliance were our biggest concerns. Mono Agent exceeded all requirements and even helped us achieve SOC 2 certification.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-composed-asia-1773050742255-9b8c2722.png?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "VP Engineering, FinTech Labs", testimonial:
|
||||
"Security and compliance were our biggest concerns. Mono Agent exceeded all requirements and even helped us achieve SOC 2 certification.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-composed-asia-1773050742255-9b8c2722.png", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Thompson",
|
||||
handle: "COO, Healthcare Solutions",
|
||||
testimonial:
|
||||
"The natural language interface means our non-technical team can build automations. Democratized automation across the entire organization.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-confident-fem-1773050742655-62055622.png?_wi=1",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
id: "5", name: "Lisa Thompson", handle: "COO, Healthcare Solutions", testimonial:
|
||||
"The natural language interface means our non-technical team can build automations. Democratized automation across the entire organization.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-confident-fem-1773050742655-62055622.png", imageAlt: "Lisa Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Adams",
|
||||
handle: "Founder, LogisticsPro",
|
||||
testimonial:
|
||||
"Customer support is exceptional. They helped us design custom workflows for our unique logistics challenges. Highly recommended.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-determined-ma-1773050743084-10320578.png?_wi=1",
|
||||
imageAlt: "Robert Adams",
|
||||
},
|
||||
id: "6", name: "Robert Adams", handle: "Founder, LogisticsPro", testimonial:
|
||||
"Customer support is exceptional. They helped us design custom workflows for our unique logistics challenges. Highly recommended.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhGHwZRPawCN3takHkEVuKNBDE/professional-headshot-of-a-determined-ma-1773050743084-10320578.png", imageAlt: "Robert Adams"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -384,62 +298,29 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
price: "$499/mo",
|
||||
name: "Starter",
|
||||
buttons: [
|
||||
id: "starter", price: "$499/mo", name: "Starter", buttons: [
|
||||
{ text: "Get Started", href: "/contact" },
|
||||
{ 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"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$1,299/mo",
|
||||
name: "Professional",
|
||||
buttons: [
|
||||
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "$1,299/mo", name: "Professional", buttons: [
|
||||
{ text: "Start Trial", href: "/contact" },
|
||||
{ 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"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
price: "Custom",
|
||||
name: "Enterprise",
|
||||
buttons: [
|
||||
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
|
||||
{ text: "Request Demo", href: "/contact" },
|
||||
{ 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"],
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -459,67 +340,37 @@ export default function HomePage() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title:
|
||||
"What makes Mono Agent different from other automation platforms?",
|
||||
content:
|
||||
"Mono Agent combines advanced machine learning with natural language processing, allowing non-technical users to create complex automations. Our AI learns from your workflows and continuously optimizes performance. Unlike traditional RPA tools, Mono Agent understands context and can handle exceptions intelligently.",
|
||||
},
|
||||
id: "1", title:
|
||||
"What makes Mono Agent different from other automation platforms?", content:
|
||||
"Mono Agent combines advanced machine learning with natural language processing, allowing non-technical users to create complex automations. Our AI learns from your workflows and continuously optimizes performance. Unlike traditional RPA tools, Mono Agent understands context and can handle exceptions intelligently."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How quickly can we get started?",
|
||||
content:
|
||||
"Most teams are running their first automations within 24 hours. Our onboarding process is designed for speed with guided setup, pre-built workflow templates, and dedicated onboarding support for enterprise customers. No technical expertise required.",
|
||||
},
|
||||
id: "2", title: "How quickly can we get started?", content:
|
||||
"Most teams are running their first automations within 24 hours. Our onboarding process is designed for speed with guided setup, pre-built workflow templates, and dedicated onboarding support for enterprise customers. No technical expertise required."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What systems can Mono Agent integrate with?",
|
||||
content:
|
||||
"Mono Agent connects with 500+ applications including Salesforce, HubSpot, SAP, Oracle, Microsoft 365, Slack, Jira, and custom APIs. We support both cloud and on-premise systems with secure, encrypted connections and full audit trails.",
|
||||
},
|
||||
id: "3", title: "What systems can Mono Agent integrate with?", content:
|
||||
"Mono Agent connects with 500+ applications including Salesforce, HubSpot, SAP, Oracle, Microsoft 365, Slack, Jira, and custom APIs. We support both cloud and on-premise systems with secure, encrypted connections and full audit trails."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How secure is our data with Mono Agent?",
|
||||
content:
|
||||
"Security is our top priority. We implement bank-level AES-256 encryption, SOC 2 Type II compliance, GDPR compliance, and HIPAA readiness. All data is encrypted in transit and at rest. You maintain complete control over data access and can revoke permissions instantly.",
|
||||
},
|
||||
id: "4", title: "How secure is our data with Mono Agent?", content:
|
||||
"Security is our top priority. We implement bank-level AES-256 encryption, SOC 2 Type II compliance, GDPR compliance, and HIPAA readiness. All data is encrypted in transit and at rest. You maintain complete control over data access and can revoke permissions instantly."},
|
||||
{
|
||||
id: "5",
|
||||
title:
|
||||
"Can Mono Agent handle complex, multi-step workflows?",
|
||||
content:
|
||||
"Absolutely. Mono Agent excels at complex workflows with conditional logic, parallel processing, error handling, and human approval steps. Our visual builder makes it easy to design workflows with dozens of steps, and our AI can optimize execution paths automatically.",
|
||||
},
|
||||
id: "5", title:
|
||||
"Can Mono Agent handle complex, multi-step workflows?", content:
|
||||
"Absolutely. Mono Agent excels at complex workflows with conditional logic, parallel processing, error handling, and human approval steps. Our visual builder makes it easy to design workflows with dozens of steps, and our AI can optimize execution paths automatically."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What kind of support is included?",
|
||||
content:
|
||||
"All plans include email support with detailed documentation and community resources. Professional plans get priority support with 2-hour response times. Enterprise customers receive dedicated account managers and 24/7 phone support. We also offer custom training for your team.",
|
||||
},
|
||||
id: "6", title: "What kind of support is included?", content:
|
||||
"All plans include email support with detailed documentation and community resources. Professional plans get priority support with 2-hour response times. Enterprise customers receive dedicated account managers and 24/7 phone support. We also offer custom training for your team."},
|
||||
{
|
||||
id: "7",
|
||||
title: "How do you measure ROI and success?",
|
||||
content:
|
||||
"Mono Agent provides detailed analytics on time saved, cost reduction, accuracy rates, and process improvements. Our dashboard shows real-time metrics on task completion, success rates, and efficiency gains. Most customers see 50-70% time savings within the first month.",
|
||||
},
|
||||
id: "7", title: "How do you measure ROI and success?", content:
|
||||
"Mono Agent provides detailed analytics on time saved, cost reduction, accuracy rates, and process improvements. Our dashboard shows real-time metrics on task completion, success rates, and efficiency gains. Most customers see 50-70% time savings within the first month."},
|
||||
{
|
||||
id: "8",
|
||||
title: "Can we customize workflows for our specific needs?",
|
||||
content:
|
||||
"Yes. The visual workflow builder is fully customizable for your unique processes. For advanced needs, our API allows for custom integrations and extensions. Enterprise customers have access to our professional services team for bespoke solutions.",
|
||||
},
|
||||
id: "8", title: "Can we customize workflows for our specific needs?", content:
|
||||
"Yes. The visual workflow builder is fully customizable for your unique processes. For advanced needs, our API allows for custom integrations and extensions. Enterprise customers have access to our professional services team for bespoke solutions."},
|
||||
{
|
||||
id: "9",
|
||||
title: "What happens if an automation fails?",
|
||||
content:
|
||||
"Mono Agent includes intelligent error handling and automatic retry mechanisms. Failed tasks trigger alerts and can be reviewed in the dashboard with detailed error logs. You can set up escalation rules, create rollback procedures, and implement approval workflows for exceptions.",
|
||||
},
|
||||
id: "9", title: "What happens if an automation fails?", content:
|
||||
"Mono Agent includes intelligent error handling and automatic retry mechanisms. Failed tasks trigger alerts and can be reviewed in the dashboard with detailed error logs. You can set up escalation rules, create rollback procedures, and implement approval workflows for exceptions."},
|
||||
{
|
||||
id: "10",
|
||||
title: "Is there a free trial available?",
|
||||
content:
|
||||
"Yes! We offer a 14-day free trial with full access to all Professional plan features. No credit card required. You get dedicated onboarding support to ensure you see value immediately.",
|
||||
},
|
||||
id: "10", title: "Is there a free trial available?", content:
|
||||
"Yes! We offer a 14-day free trial with full access to all Professional plan features. No credit card required. You get dedicated onboarding support to ensure you see value immediately."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -546,8 +397,7 @@ export default function HomePage() {
|
||||
logoText="Mono Agent"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Capabilities", href: "#capabilities" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
@@ -555,8 +405,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -564,20 +413,16 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Case Studies", href: "/case-studies" },
|
||||
{ label: "API Reference", href: "https://api.monoagent.ai" },
|
||||
{
|
||||
label: "Community Forum",
|
||||
href: "https://community.monoagent.ai",
|
||||
},
|
||||
label: "Community Forum", href: "https://community.monoagent.ai"},
|
||||
{ label: "Status Page", href: "https://status.monoagent.ai" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Security", href: "/security" },
|
||||
|
||||
Reference in New Issue
Block a user