diff --git a/src/app/service-areas/page.tsx b/src/app/service-areas/page.tsx index 3a1880c..654e712 100644 --- a/src/app/service-areas/page.tsx +++ b/src/app/service-areas/page.tsx @@ -8,18 +8,20 @@ import { MapPin } from "lucide-react"; export default function ServiceAreasPage() { return ( - + - +

Our Service Coverage

We proudly serve the metro area and surrounding suburbs, ensuring local, fast assistance whenever you need it.

@@ -32,14 +34,16 @@ export default function ServiceAreasPage() { ))}
- +
); -} +} \ No newline at end of file