diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c439ab..f15670f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,9 +97,9 @@ export default function LandingPage() { description="Read what others say." testimonials={[]} kpiItems={[ - { value: "100%", description: "Satisfaction", icon: Circle }, - { value: "50+", description: "Projects", icon: Circle }, - { value: "24h", description: "Support", icon: Circle } + { value: "100%", label: "Satisfaction", icon: Circle }, + { value: "50+", label: "Projects", icon: Circle }, + { value: "24h", label: "Support", icon: Circle } ]} />