From ca3b67e132ae8c9c7e8ede11a4fd27b94715b9aa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 05:27:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef2ae11..540bf07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 → warehouse", status: "Running" }, + { icon: Database, title: "Data sync: CRM \u2192 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,9 +224,12 @@ 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 — so your agents perform in the real world." + description="Every feature is designed for reliability, security, and scale \u2014 so your agents perform in the real world." textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "View Documentation", href: "#" } + ]} features={[ { icon: GitBranch, @@ -285,7 +288,6 @@ export default function AIAgentsTemplatePage() { tagIcon={HelpCircle} title="Frequently Asked Questions" description="Everything you need to know about AgentFlow. Can't find the answer you're looking for? Reach out to our support team." - buttons={[{ text: "Contact Support", href: "#contact" }]} textboxLayout="default" faqsAnimation="slide-up" useInvertedBackground={false} @@ -307,8 +309,8 @@ export default function AIAgentsTemplatePage() { ); -} +} \ No newline at end of file -- 2.49.1