diff --git a/src/app/page.tsx b/src/app/page.tsx index 421dec1..21d07ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,10 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import { Sparkles, Star, Home, Wifi, Wind, ParkingCircle, Heart, Lock, Users, MessageCircle, Phone, TrendingUp, Award, CheckCircle } from 'lucide-react'; export default function LandingPage() { + const handleCallNow = () => { + window.location.href = 'tel:+918130521617'; + }; + return (