diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6b5b878..d2cd041 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%" } + { id: "1", icon: Clock, title: "Years in Business", value: "50+" }, + { id: "2", icon: Bookmark, title: "Items Curated", value: "10K+" }, + { id: "3", icon: Heart, title: "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" },