From 3b73f21e72614dce8ba86e16855e4fa49bd8bf76 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:49:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 (