From c75c309c76ee3beb0eb7d73a18e3e7047850c2e7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 11:40:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c822ada..88ad35b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -194,7 +194,7 @@ export default function LandingPage() { columns={[ { title: "Contact", items: [ - { label: "34-27 Francis Lewis Blvd, Flushing, NY 11358", href: "#" }, + { label: "34-27 Francis Lewis Blvd, Flushing, NY 11358", href: "https://maps.google.com" }, { label: "(718) 321-1530", href: "tel:7183211530" }, ], }, -- 2.49.1