Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e0e598598 | |||
| cf892bac77 |
@@ -66,18 +66,18 @@ export default function AIAgentsTemplatePage() {
|
||||
|
||||
const pricingPlans = [
|
||||
{
|
||||
id: "starter", price: "$29/mo", name: "Starter", buttons: [{ text: "Choose Starter", href: "#" }],
|
||||
id: "starter", price: "$29/mo", name: "Starter", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"3 active agents", "5,000 agent runs/month", "Basic integrations", "Community support", "7-day log retention"],
|
||||
},
|
||||
{
|
||||
id: "pro", price: "$99/mo", name: "Professional", buttons: [{ text: "Select Pro", href: "#" }],
|
||||
id: "pro", price: "$99/mo", name: "Professional", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"15 active agents", "50,000 agent runs/month", "All integrations", "Email support", "30-day log retention"],
|
||||
},
|
||||
{
|
||||
id: "business", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$299/mo", name: "Business", buttons: [{ text: "Start Business Plan", href: "#" }],
|
||||
price: "$299/mo", name: "Business", buttons: [{ text: "Get Started", href: "#" }],
|
||||
features: [
|
||||
"50 active agents", "250,000 agent runs/month", "Custom integrations", "Priority support", "90-day log retention"],
|
||||
},
|
||||
@@ -199,7 +199,7 @@ export default function AIAgentsTemplatePage() {
|
||||
{ icon: Send, title: "Email drafted: client follow-up", status: "Completed" },
|
||||
{ icon: Code, title: "Code review: PR #247", status: "Running" },
|
||||
{ icon: FileText, title: "Contract summarized: NDA v3", status: "Completed" },
|
||||
{ icon: Database, title: "Data sync: CRM \u2192 warehouse", status: "Running" },
|
||||
{ icon: Database, title: "Data sync: CRM → warehouse", status: "Running" },
|
||||
{ icon: Shield, title: "Security scan: api-gateway", status: "Completed" },
|
||||
{ icon: BarChart3, title: "Dashboard updated: KPIs", status: "Completed" },
|
||||
{ icon: Clock, title: "Scheduled: weekly digest", status: "Pending" },
|
||||
@@ -224,7 +224,7 @@ export default function AIAgentsTemplatePage() {
|
||||
tag="Core Platform"
|
||||
tagIcon={Layers}
|
||||
title="Built for Production, Not Just Prototypes"
|
||||
description="Every feature is designed for reliability, security, and scale \u2014 so your agents perform in the real world."
|
||||
description="Every feature is designed for reliability, security, and scale — so your agents perform in the real world."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
@@ -252,7 +252,7 @@ export default function AIAgentsTemplatePage() {
|
||||
{ value: "<100ms", title: "Average Response Time" },
|
||||
]}
|
||||
imageSrc="/templates/ai-agents/image1.webp"
|
||||
imageAlt="AgentFlow Dashboard"
|
||||
imageAlt="AgentFlow dashboard displaying real-time agent performance, activity logs, and workflow configuration options"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -306,7 +306,7 @@ export default function AIAgentsTemplatePage() {
|
||||
<FooterBaseCard
|
||||
logoText="AgentFlow"
|
||||
columns={footerColumns}
|
||||
copyrightText="\u00a9 2025 AgentFlow. All rights reserved."
|
||||
copyrightText="© 2025 AgentFlow. All rights reserved."
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user