Update src/app/page.tsx
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user