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