diff --git a/src/app/page.tsx b/src/app/page.tsx index 520d3bf..736d0e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,33 +46,30 @@ export default function LandingPage() {
@@ -86,17 +83,17 @@ export default function LandingPage() { metrics={[ { id: "m1", value: "100%", title: "Accountability", description: "Structured project outcomes", icon: CheckCircle }, { id: "m2", value: "Stabilized", title: "Delivery", description: "Realigned project pathways", icon: Zap }, - { id: "m3", value: "Disciplined", title: "Admin", description: "Strict contract control", icon: Shield }, + { id: "m3", value: "Disciplined", title: "Control", description: "Scope, cost, and risk management", icon: Shield }, ]} - title="Proven Delivery Pathways" - description="Disciplined frameworks applied to every phase of the project lifecycle." + title="Our Focus" + description="Helping projects operate more efficiently, reduce delivery risk, and maintain control across scope, timelines, and execution." />
@@ -123,18 +120,19 @@ export default function LandingPage() {
); -} +} \ No newline at end of file