From 49ee365f06c40ffcc3cea2f7e288cdbf26dd9024 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 12:45:44 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8535ca6..156d36f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,13 +9,9 @@ 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, MapPin } from 'lucide-react'; +import { Leaf, Phone, Sparkles, Zap } 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 +}