Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-03-25 21:23:54 +00:00
2 changed files with 6 additions and 6 deletions

View File

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

View File

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