diff --git a/src/app/page.tsx b/src/app/page.tsx index 58338b8..4fb7a62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Award, Calendar, Crown, Eye, Feather, Heart, Moon, Shield, Skull, Users, Zap, MapPin, Image } from 'lucide-react'; +import { Award, Calendar, Crown, Eye, Feather, Heart, Moon, Shield, Skull, Users, Zap, Image } from 'lucide-react'; export default function LandingPage() { return ( @@ -204,22 +204,6 @@ export default function LandingPage() { /> -