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 (