diff --git a/src/app/service-area/page.tsx b/src/app/service-area/page.tsx index 87d6edc..37aacf8 100644 --- a/src/app/service-area/page.tsx +++ b/src/app/service-area/page.tsx @@ -5,8 +5,9 @@ import ReactLenis from "lenis/react"; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { MapPin } from 'lucide-react'; -export default function LandingPage() { +export default function ServiceAreaPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file