diff --git a/src/app/page.tsx b/src/app/page.tsx index 12854d2..93a05c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,6 +150,8 @@ export default function LandingPage() { buttons={[ { text: "Call Us", href: "tel:+35310000000"}, + { + text: "Get Directions", href: "https://maps.google.com"}, ]} /> @@ -185,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file