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"