diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b6238a..8620c10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,9 +11,17 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Sparkles } from 'lucide-react'; +import { Sparkles, Phone } from 'lucide-react'; export default function LandingPage() { + const handleCallPhone1 = () => { + window.location.href = 'tel:+919711520019'; + }; + + const handleCallPhone2 = () => { + window.location.href = 'tel:+919315952215'; + }; + return ( +
+
+

Get in Touch

+

Call us directly to discuss your rental needs

+
+ + +
+
+
+