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