From 3655e77b6c49c31123a656d583b1092aad9eda6a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:34:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02bbc4b..4d31e1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,9 +25,20 @@ import { Users, Star, HelpCircle, + MapPin, + Phone, + MessageCircle, } from "lucide-react"; export default function LandingPage() { + const handleWhatsAppClick = () => { + window.open("https://wa.me/27786332213?text=Hi%20Vato's%20Panel%20%26%20Paint%2C%20I'd%20like%20to%20get%20a%20quote", "_blank"); + }; + + const handlePhoneClick = () => { + window.location.href = "tel:0786332213"; + }; + return (