Merge version_1 into main #4
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user