Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f42d67606 | |||
| 3483188432 |
@@ -93,10 +93,10 @@ export default function HomePage() {
|
||||
description="Industry-leading standards in automotive service excellence"
|
||||
tag="Credibility"
|
||||
metrics={[
|
||||
{ id: "1", value: "107+", description: "Google Reviews (4.9⭐)" },
|
||||
{ id: "2", value: "15+", description: "Years Experience" },
|
||||
{ id: "3", value: "100%", description: "Genuine Parts" },
|
||||
{ id: "4", value: "24/7", description: "Advanced Diagnostics" }
|
||||
{ id: "1", value: "4.9⭐", description: "Google Reviews Rating" },
|
||||
{ id: "2", value: "107+", description: "Happy Customers" },
|
||||
{ id: "3", value: "15+", description: "Years Experience" },
|
||||
{ id: "4", value: "100%", description: "Genuine Parts" }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -195,8 +195,8 @@ export default function HomePage() {
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.9★", label: "Rating" },
|
||||
{ value: "107+", label: "Google Reviews" },
|
||||
{ value: "4.9★", label: "Average Rating" },
|
||||
{ value: "10K+", label: "Happy Customers" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user