From f5c907547391c6d5c2f45fa031d5dfeeb5a2597a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 21:51:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1071881..75778ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file