diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ea6391..b4bd4e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,7 +129,7 @@ export default function LandingPage() { id: "m1", value: "15+", title: "Years Experience", description: "Serving Chicago drivers with reliable expertise.", icon: Wrench, }, { - id: "m2", value: "10k+", title: "Repairs Completed", description: "Trusted by our loyal customer base.", icon: Car, + id: "m2", value: "10k", title: "Repairs Completed", description: "Trusted by our loyal customer base.", icon: Car, }, { id: "m3", value: "4.9", title: "Avg Rating", description: "Based on verified local client feedback.", icon: Star,