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 (