Update src/app/page.tsx

This commit is contained in:
2026-02-18 23:10:26 +00:00
parent 73519e0eec
commit 243ac4e9f0

View File

@@ -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],