diff --git a/src/app/page.tsx b/src/app/page.tsx index 2477f8a..7a0fc79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,13 +169,13 @@ export default function LandingPage() { ]} kpiItems={[ { - title: "Client Satisfaction", subtitle: "Rated 5 stars", category: "Customer", value: "99%" + description: "Client Satisfaction", subtitle: "Rated 5 stars", category: "Customer", value: "99%" }, { - title: "Project Completion", subtitle: "On Time", category: "Efficiency", value: "100%" + description: "Project Completion", subtitle: "On Time", category: "Efficiency", value: "100%" }, { - title: "Revenue Growth", subtitle: "For our clients", category: "Impact", value: "+40%" + description: "Revenue Growth", subtitle: "For our clients", category: "Impact", value: "+40%" } ]} title="What Our Clients Say"