From 4cf99458f29e112ca42873d471d4702997adb722 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:24:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +} -- 2.49.1