From 84b02df7fb9d3fb6adb7f719e74fd1fdb90502cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 08:14:48 +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 76bc2d8..8d01651 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,7 +140,7 @@ export default function LandingPage() { ], }, { - title: "Workflow Tasks", description: "Automate complex workflows with intelligent task orchestration and real-time execution.", bentoComponent: "3d-task-list", title: "Workflow Tasks", items: [ + title: "Workflow Tasks", description: "Automate complex workflows with intelligent task orchestration and real-time execution.", bentoComponent: "3d-task-list", items: [ { icon: CheckCircle, label: "Data Processing", time: "2.3s" }, { icon: AlertCircle, label: "Anomaly Detection", time: "1.8s" }, { icon: TrendingUp, label: "Reporting", time: "4.1s" }, -- 2.49.1