diff --git a/src/app/page.tsx b/src/app/page.tsx index 87fe087..6e1088c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,13 +132,13 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "5.0", description: "Star Rating" + value: "5.0", title: "Star Rating" }, { - value: "33+", description: "Happy Reviews" + value: "33+", title: "Happy Reviews" }, { - value: "10", description: "Years in Business" + value: "10", title: "Years in Business" }, ]} title="What Our Clients Say"