From 83a3986492ae6a165cd8c16a629c0ff1fc65d7dc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:23:50 +0000 Subject: [PATCH 1/2] 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 06a79e9..1f992b4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -96,13 +96,13 @@ export default function AboutPage() { ]} kpiItems={[ { - value: "5.0", title: "Star Rating" + value: "5.0", description: "Star Rating" }, { - value: "36", title: "Google Reviews" + value: "36", description: "Google Reviews" }, { - value: "3+", title: "Years in Business" + value: "3+", description: "Years in Business" }, ]} animationType="slide-up" -- 2.49.1 From 2b8cf6260f337e6027d4273878cf21ae2efecf15 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:23:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ff2a67..c0d1e82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,9 +134,9 @@ export default function HomePage() { { id: "4", name: "David K.", role: "Homeowner", company: "Jacksonville", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-fit-person-jogging-by-sea_329181-16763.jpg", imageAlt: "David K. testimonial avatar" } ]} kpiItems={[ - { value: "5.0", title: "Star Rating" }, - { value: "36", title: "Google Reviews" }, - { value: "3+", title: "Years in Business" } + { value: "5.0", description: "Star Rating" }, + { value: "36", description: "Google Reviews" }, + { value: "3+", description: "Years in Business" } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1