diff --git a/src/app/page.tsx b/src/app/page.tsx index 000b192..b6523a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,21 +119,21 @@ export default function LandingPage() { ]} kpiItems={[ { - id: "kpi-1", + title: "Average Rating", subtitle: "From 50+ customers", category: "Client Feedback", value: "⭐ 4.3", }, { - id: "kpi-2", + title: "Years Experience", subtitle: "Dedicated to the craft", category: "Expertise", value: "10+", }, { - id: "kpi-3", + title: "Happy Clients", subtitle: "Returning customers", category: "Community",