diff --git a/src/app/page.tsx b/src/app/page.tsx index f540e9a..ad285b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, Facebook, Phone, TrendingUp, Users } from 'lucide-react'; +import { Award, Facebook, Phone, TrendingUp, Users, MapPin } from 'lucide-react'; export default function LandingPage() { return ( @@ -69,27 +69,27 @@ export default function LandingPage() {