From 2e68daf5a9e5b1db0de19e12c4a0daa39064a9a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:18:09 +0000 Subject: [PATCH] Update src/app/service-area/page.tsx --- src/app/service-area/page.tsx | 135 ++++++++++++---------------------- 1 file changed, 45 insertions(+), 90 deletions(-) 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