Update src/app/page.tsx

This commit is contained in:
2026-04-20 21:51:16 +00:00
parent 16fb794e6d
commit f5c9075473

View File

@@ -117,9 +117,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{ id: "m3", value: "12+", description: "Years of Experience" },
{ id: "m1", value: "500+", description: "Happy Clients Served" },
{ id: "m2", value: "98%", description: "Verification Rate" },
{ id: "m3", value: "12+", description: "Years of Experience" },
]}
title="Proven Performance"
description="We lead the market in transparency and quality control across every transaction."
@@ -212,4 +212,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}