From 2f108a71bf7a6fc3f9d05c95b9a31049b9c1d9e2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 12:42:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 156d36f..8535ca6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,9 +9,13 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Leaf, Phone, Sparkles, Zap } from 'lucide-react'; +import { Leaf, Phone, Sparkles, Zap, MapPin } from 'lucide-react'; export default function LandingPage() { + const handleMapOpen = () => { + window.open('https://maps.google.com/?q=Z-42,+Block+Z,+Sector+12,+Noida,+UP+201301', '_blank'); + }; + return ( ); -} +} \ No newline at end of file