From 9f42d676064660d61c3532c06c0158dfd3a2b926 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:19:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" -- 2.49.1