From c51daa88930b9a3b43cff735443b108f1dbf7f41 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:39:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3b28de..3c62a12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { { value: "20+", title: "Years Experience"}, { - value: "⭐⭐⭐⭐⭐", title: "Customer Rating"}, + value: "5 Star", title: "Customer Rating"}, { value: "100%", title: "Satisfied Clients"}, ]} @@ -159,7 +159,7 @@ export default function LandingPage() { { id: "m2", value: "15+", description: "Years Serving Mechanicsburg"}, { - id: "m3", value: "⭐⭐⭐⭐⭐", description: "Star Average Rating"}, + id: "m3", value: "5 Star", description: "Average Rating"}, ]} metricsAnimation="blur-reveal" /> -- 2.49.1