From c00a26f9f9781a5a4018d1b3ffda599ea4b185eb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:56:30 +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 c956a4c..0b0901c 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