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" 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"