Update src/app/page.tsx

This commit is contained in:
2026-03-13 10:12:56 +00:00
parent 4c32e3a4d4
commit a810e1b2ba

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}