diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bce2e2..f358393 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,8 +70,8 @@ export default function LandingPage() { valuePrefix: "", description: "Customer satisfaction" }, { - title: "Fast Response", values: ["24h", "48h", "12h"], - valuePrefix: "", description: "Quote turnaround" + title: "Fast Response", values: [24, 48, 12], + valuePrefix: "", valueSuffix: "h", description: "Quote turnaround" }, { title: "Clean Sites", values: [100, 100, 100],