From a19167d4f35675b24e223dbb758245a59f53132a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:31:43 +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 c057433..e03282a 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", title: "Star Rating", icon: Star }, - { value: "36", title: "Google Reviews", icon: MessageCircle }, - { value: "3+", title: "Years in Business", icon: Award } + { value: "5.0", description: "Star Rating", icon: Star }, + { value: "36", description: "Google Reviews", icon: MessageCircle }, + { value: "3+", description: "Years in Business", icon: Award } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1