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"],