diff --git a/src/app/page.tsx b/src/app/page.tsx index 91a881c..83b0e1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} kpis={[ { value: "25+ ", label: "Projects Delivered" }, - { value: "", label: "" }, + { value: "100%", label: "Focused on Client Needs" }, { value: "98%", label: "Client Satisfaction" } ]} enableKpiAnimation={true} @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file