diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e10e8e..f5929d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,13 +102,13 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi-1", icon: Star, description: "Customer Rating", value: "5.0" + icon: Star, title: "Customer Rating", value: "5.0" }, { - id: "kpi-2", icon: Zap, description: "Same-Day Service", value: "Available" + icon: Zap, title: "Same-Day Service", value: "Available" }, { - id: "kpi-3", icon: ShieldCheck, description: "Licensed & Insured", value: "Certified" + icon: ShieldCheck, title: "Licensed & Insured", value: "Certified" } ]} title="Trusted by Your Neighbors"