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" }, ], },