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."