From abf0bee5c93b54d862ec5412bcb2d1b83bff241d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:32:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f35629..8987d0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,10 @@ export default function LandingPage() { tag="Visit Us" title="Ready to upgrade your home?" description="Find us at 844 Water St, Port Townsend, WA. Come say hi!" - buttons={[{ text: "Call +1 (360) 385-4817", href: "tel:+13603854817" }]} + buttons={[ + { text: "Call +1 (360) 385-4817", href: "tel:+13603854817" }, + { text: "Get Directions", href: "https://maps.app.goo.gl/example-link" } + ]} background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -189,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1