diff --git a/src/app/service-areas/page.tsx b/src/app/service-areas/page.tsx index fd72d0c..2b9e8d3 100644 --- a/src/app/service-areas/page.tsx +++ b/src/app/service-areas/page.tsx @@ -55,25 +55,25 @@ export default function ServiceAreasPage() { id: "central-launceston", title: "Central Launceston", description: "CBD and inner suburbs. Fast response times within 24 hours for most bookings. We know the streets well.", - imageSrc: "http://img.b2bpic.net/free-photo/women-browsing-smartphone-with-map_23-2147654252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-browsing-smartphone-with-map_23-2147654252.jpg?_wi=2", }, { id: "south-launceston", title: "South Launceston", description: "Including Riverside, Tamar Street and southern suburbs. Same-day quotes available for most areas.", - imageSrc: "http://img.b2bpic.net/free-photo/women-browsing-smartphone-with-map_23-2147654252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-browsing-smartphone-with-map_23-2147654252.jpg?_wi=3", }, { id: "north-launceston", title: "North Launceston", description: "Covering Invermay, Newnham and surrounding areas. Professional service with quick turnaround.", - imageSrc: "http://img.b2bpic.net/free-photo/women-browsing-smartphone-with-map_23-2147654252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-browsing-smartphone-with-map_23-2147654252.jpg?_wi=4", }, { id: "outer-suburbs", title: "Greater Launceston", description: "Including Legana, Riverside Heights and outer suburbs. Call for specific area availability.", - imageSrc: "http://img.b2bpic.net/free-photo/women-browsing-smartphone-with-map_23-2147654252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-browsing-smartphone-with-map_23-2147654252.jpg?_wi=5", }, ]; @@ -115,7 +115,7 @@ export default function ServiceAreasPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/women-browsing-smartphone-with-map_23-2147654252.jpg" + imageSrc="http://img.b2bpic.net/free-photo/women-browsing-smartphone-with-map_23-2147654252.jpg?_wi=6" imageAlt="Launceston service area map" useInvertedBackground={false} />