From 8469a7d62b642250161a5e09ae15218031fc769b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:09:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6251b67..414acdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,7 +187,8 @@ 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 +1 614-459-7300", href: "tel:+16144597300" }, + { text: "View Directions", href: "https://maps.google.com" } ]} /> @@ -202,4 +203,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1