From f8a8633d6c33b070778b14e30a2352bdb4f7bf40 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:43:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c0e001..711e714 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,11 @@ import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis" import { Coffee, Palette, UtensilsCrossed, Sparkles, Paintbrush, Heart, MapPin } from "lucide-react"; export default function LandingPage() { + const handleVisitButtonClick = () => { + const googleMapsUrl = "https://www.google.com/maps/search/Belle+Caf%C3%A9+Regent+Street+Christchurch"; + window.open(googleMapsUrl, "_blank"); + }; + return (