From 7558f92dba42761d48458fcee408dabd254545c9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:09:35 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index edfd6fd..7f17940 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { ScrollText, Clock, Bookmark, Heart } from "lucide-react"; +import { ScrollText } from "lucide-react"; import Link from "next/link"; export default function AboutPage() { @@ -62,9 +62,9 @@ export default function AboutPage() { textboxLayout="default" useInvertedBackground={false} kpiItems={[ - { icon: Clock, title: "Years in Business", value: "50+" }, - { icon: Bookmark, title: "Items Curated", value: "10K+" }, - { icon: Heart, title: "Client Satisfaction", value: "99%" } + { title: "Years in Business", value: "50+" }, + { title: "Items Curated", value: "10K+" }, + { 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" }, -- 2.49.1