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" },