From ed4e2691792f972f9d0a5bfe8193400511c64c09 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:10:36 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9af7a1c..3d14013 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -62,9 +62,9 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} kpiItems={[ - { description: "Years in Business", value: "50+" }, - { description: "Items Curated", value: "10K+" }, - { description: "Client Satisfaction", value: "99%" } + { label: "Years in Business", value: "50+" }, + { label: "Items Curated", value: "10K+" }, + { label: "Client Satisfaction", value: "99%" } ]} testimonials={[ { id: "1", name: "Sarah M.", role: "Private Collector", company: "New York", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-building-foundation_23-2148230171.jpg" }, -- 2.49.1