From 6c7dd145811498f551c045355b17272527772895 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:04:20 +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 1e44417..9f32a35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { title: "Predictive Intelligence", description: "Forecast trends and anticipate outcomes with machine precision", bentoComponent: "line-chart" }, { - title: "Workflow Automation", description: "Intelligent task automation that learns from patterns and optimizes processes", bentoComponent: "3d-task-list", title: "Workflow Automation", items: [ + title: "Workflow Automation", description: "Intelligent task automation that learns from patterns and optimizes processes", bentoComponent: "3d-task-list", items: [ { icon: CheckCircle, label: "Data Processing", time: "2m 15s" }, { icon: Send, label: "Report Generation", time: "1m 45s" }, { icon: TrendingUp, label: "Insight Delivery", time: "30s" } -- 2.49.1