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" />