From 621b811dbebdf48149e1a8342c34d012b63d151c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:57:50 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, ], -- 2.49.1