From ac4460578ac8635c0abc65cc359cdfbeb2b8d801 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:31:13 +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 e03282a..c057433 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,9 +60,9 @@ export default function AboutPage() { { id: "4", name: "David K.", role: "Homeowner", company: "Jacksonville", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-with-crossing-arms-isolated-dark-background_613910-6555.jpg", imageAlt: "David K. testimonial avatar" } ]} kpiItems={[ - { value: "5.0", description: "Star Rating", icon: Star }, - { value: "36", description: "Google Reviews", icon: MessageCircle }, - { value: "3+", description: "Years in Business", icon: Award } + { value: "5.0", title: "Star Rating", icon: Star }, + { value: "36", title: "Google Reviews", icon: MessageCircle }, + { value: "3+", title: "Years in Business", icon: Award } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1