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