From b87c4c2ab2c17e05b0c3e4201a7baff449a5f3b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 16:49:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42cf557..fa6f770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function AIAgentsTemplatePage() { title="Build Autonomous AI Agents" description="Deploy intelligent agents that reason, use tools, and automate complex workflows." buttons={[{ text: "Get Started", href: "#" }]} - dashboard={{ title: "Control Center", logoIcon: Bot, imageSrc: "", imageAlt: "Operator", buttons: [], sidebarItems: [], stats: [{ label: "Agents", value: "12" }, { label: "Runs", value: "4.2k" }, { label: "Success", value: "98%" }], chartTitle: "Agent Runs", chartData: [], listTitle: "Activities", listItems: [] }} + dashboard={{ title: "Control Center", logoIcon: Bot, imageSrc: "", imageAlt: "Operator", buttons: [], sidebarItems: [], stats: [{ title: "Agents", values: [10, 11, 12] }, { title: "Runs", values: [4000, 4100, 4200] }, { title: "Success", values: [96, 97, 98] }], chartTitle: "Agent Runs", chartData: [], listTitle: "Activities", listItems: [] }} />
-- 2.49.1