From 2e8e14947ab665702273b40dbf60db34589caed2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 22:33:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } ]} /> -- 2.49.1