diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f34894a..1371d35 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -73,15 +73,15 @@ export default function ContactPage() { ], stats: [ { - title: "Response Time", values: ["<1 hr", "<30 min", "Immediate"], + title: "Response Time", values: [1, 0.5, 0], description: "We respond fast" }, { - title: "Service Area", values: ["Richmond", "VA", "100+ sq mi"], + title: "Service Area", values: [100, 50, 25], description: "Coverage zone" }, { - title: "Experience", values: ["15", "years", "strong"], + title: "Experience", values: [15, 10, 5], description: "In business" }, ],