diff --git a/src/app/service-area/page.tsx b/src/app/service-area/page.tsx index d152c7f..10b048d 100644 --- a/src/app/service-area/page.tsx +++ b/src/app/service-area/page.tsx @@ -7,6 +7,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import { MapPin } from "lucide-react"; export default function ServiceAreaPage() { const navItems = [ @@ -113,7 +114,7 @@ export default function ServiceAreaPage() {