diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bb48c2..ac91ec5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,7 @@ export default function LandingPage() { title: "Predictive Models", description: "AI-powered forecasting with 98% accuracy", bentoComponent: "line-chart" }, { - title: "Workflow Steps", description: "Reduce manual work by 80% with intelligent workflows", bentoComponent: "3d-task-list", title: "Workflow Steps", items: [ + title: "Workflow Steps", description: "Reduce manual work by 80% with intelligent workflows", bentoComponent: "3d-task-list", items: [ { icon: CheckCircle, label: "Data Collection", time: "2m" }, { icon: Zap, label: "Processing", time: "1m" }, { icon: TrendingUp, label: "Analysis", time: "30s" }