From fbc507d175031014ef090c9d43c175708899d025 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 14:26:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d458d0..607ff74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={true} - metrics={[> + metrics={[ { id: "clients", value: "250+", title: "Satisfied Clients", description: "Across diverse industries.", icon: Users }, -- 2.49.1