Update src/app/service-areas/page.tsx

This commit is contained in:
2026-03-07 02:41:44 +00:00
parent e19f65d909
commit e52b3d58b6

View File

@@ -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}
/>