From b8d8a55efafd48110ba30d067dec51614cb38a0e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:26:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5749daa..27c622b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function AIAgentsTemplatePage() { > @@ -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,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 — 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} features={[ -- 2.49.1