From 82902fa81f9df438598b26536ba1499fd26a7795 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:26:51 +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 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" } -- 2.49.1