diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c7b025..340f6d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,8 @@ export default function LandingPage() { buttons={[ { text: "CALL NOW", href: "tel:+12505550123"}, + { + text: "Get Directions", href: "https://maps.google.com/?q=Western+Auto+Wreckers+Nelson+BC"}, { text: "Get a Quote", href: "#contact"}, ]} @@ -245,4 +247,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}