From 58ab5482b12f658b48a1a2bcd850ccd74773735c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:11:05 +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 b6e18d4..cded8d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function LandingPage() { ] }, { - title: "Implementation Steps", description: "You receive a tailored plan with clear outcomes, timelines, and investment requirements.", bentoComponent: "3d-task-list", title: "Implementation", items: [ + title: "Implementation", description: "You receive a tailored plan with clear outcomes, timelines, and investment requirements.", bentoComponent: "3d-task-list", items: [ { icon: BookOpen, label: "Strategy Document", time: "Week 1" }, { icon: Lightbulb, label: "Solution Design", time: "Week 2" }, { icon: Zap, label: "Deployment Ready", time: "Week 3" } -- 2.49.1