From 4d76d42bf1b0b8c58aaee4bd441c4b233016783d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 05:32:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e985e4..6ea6391 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,7 +148,7 @@ export default function LandingPage() { description="Ready to get back on the road? Visit us at 4635 N Milwaukee Ave, Chicago or give us a call to schedule your repair." buttons={[ { - text: "Call for Appointment", href: "tel:7737948636"}, + text: "Schedule Your Service", href: "tel:7737948636"}, { text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=4635+N+Milwaukee+Ave+Chicago+IL"}, ]} -- 2.49.1