diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0b0901c..c956a4c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -94,11 +94,11 @@ export default function ContactPage() { description: "7 days a week" }, { - title: "Service Areas", values: ["5", "7", "10"], + title: "Service Areas", values: [5, 7, 10], description: "Neighborhoods covered" }, { - title: "Customers", values: ["1000", "1250", "1500"], + title: "Customers", values: [1000, 1250, 1500], description: "Happy families" }, ],