From 2aefd42e172cb0083f6cefe20a1bf832ebff9d9a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:18:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 62 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 54 insertions(+), 8 deletions(-) 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

+
+ + +
+
+
+