From 450957f949b271dc96a2124cf1fc64d20baed8ae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:14:38 +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 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 -- 2.49.1