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