Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-11 22:33:18 +00:00

View File

@@ -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 }
]}
/>
</div>