From c229d9d8b19c3c52d86838a9725f9b349d958b3b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 16:02:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7973f08..4c6db9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,9 +106,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { value: "50+", label: "Years of Service" }, - { value: "10k+", label: "Products Stocked" }, - { value: "4.9/5", label: "Customer Rating" } + { id: "m1", value: "50+", title: "Years of Service", items: [] }, + { id: "m2", value: "10k+", title: "Products Stocked", items: [] }, + { id: "m3", value: "4.9/5", title: "Customer Rating", items: [] } ]} title="Our Impact" description="We pride ourselves on the scale and quality of our service." -- 2.49.1