From 9e0e5985988f9d963f5e5caba789fa6ea8cb0f91 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:23:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1cdc4a..5749daa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -- 2.49.1