diff --git a/src/app/page.tsx b/src/app/page.tsx index 3716c52..6041fff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"