diff --git a/src/app/service-areas/page.tsx b/src/app/service-areas/page.tsx index d0d64fc..98196b6 100644 --- a/src/app/service-areas/page.tsx +++ b/src/app/service-areas/page.tsx @@ -56,7 +56,7 @@ export default function ServiceAreasPage() { { text: "Check Your Area", href: "/contact" }, { text: "Call for Availability", href: "tel:+15551234567" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg?_wi=2" imageAlt="Service area coverage map" mediaAnimation="opacity" imagePosition="right" @@ -68,7 +68,7 @@ export default function ServiceAreasPage() { title="Coverage Area Details" description="We maintain multiple service stations and technician dispatch centers throughout the region to ensure rapid response times. Our 30-mile service radius includes major metropolitan areas and surrounding neighborhoods. Contact us directly to verify that your address is within our service area." tag="Service Coverage" - imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg" + imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=3" imageAlt="Service area map and locations" buttons={[{ text: "Confirm Your Location", href: "/contact" }]} useInvertedBackground={false} @@ -77,7 +77,7 @@ export default function ServiceAreasPage() {