From ccea7837a831561b521ec5a4a571a6eef3445b3c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:45:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7bde668..bbd4af3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,7 +149,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "sparkles-gradient" }} text="Ready for your next haircut? Stop by the shop today and meet the team. We look forward to seeing you!" - buttons={[{ text: "Visit our site! ", href: "https://maps.apple.com/?ll=40.7961,-74.4815&q=Lackawanna%20Barber%20Shop" }] + buttons={[{ text: "Visit our site! ", href: "https://maps.apple.com/?address=132%20Morris%20St,%20Morristown,%20NJ%2007960,%20United%20States&auid=8753261623837947136&ll=40.795770,-74.481350&q=Lackawanna%20Barber%20Shop" }] } /> @@ -166,4 +166,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1