From 5b05b3c3ee26021cfe73f133c7eff14ba1b0dd23 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:17:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fea4d32..136fc7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,13 +146,13 @@ export default function LandingPage() { description="Four simple phases to transform your communications and reclaim hours every week." metrics={[ { - id: "audit", value: "1", title: "Audit Workflows", items: ["Map current processes", "Identify bottlenecks", "Calculate time loss"], + id: "audit", value: "1", title: "Audit Workflows & Identify Margin", items: ["Map current processes", "Identify bottlenecks", "Calculate time loss"], }, { id: "build", value: "2", title: "Build AI Prompt Systems", items: ["Custom AI library", "Automation workflows", "Integration setup"], }, { - id: "train", value: "3", title: "Train Your Team", items: ["Staff workshops", "Hands-on training", "Documentation"], + id: "train", value: "3", title: "Train Your Team for Independence", items: ["Staff workshops", "Hands-on training", "Documentation"], }, { id: "measure", value: "4", title: "Measure Impact", items: ["Hours saved tracking", "ROI documentation", "Scale recommendations"], -- 2.49.1