From 3b6d42b88dc4fe474ab39f03662c683c8afc1799 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:11:14 +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 414acdb..05cc064 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,7 +187,7 @@ export default function LandingPage() { title="Ready for a Healthier Smile?" description="Visit us at 1010 Bethel Rd, Columbus, OH, or call us to schedule your next visit." buttons={[ - { text: "Call +1 614-459-7300", href: "tel:+16144597300" }, + { text: "Call Now to Book", href: "tel:+16144597300" }, { text: "View Directions", href: "https://maps.google.com" } ]} /> -- 2.49.1