diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7baf6b7..5e6ed75 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -68,11 +68,11 @@ export default function AboutPage() { useInvertedBackground={true} metrics={[ { - id: "1", value: "5+ Years", title: "Local Service Excellence", description: "Serving Fall River and surrounding communities with dedication", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"}, + id: "1", value: "5+ Years", title: "Local Service Excellence", description: "Serving Fall River and surrounding communities with dedication", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=5"}, { - id: "2", value: "100%", title: "Transparent Pricing", description: "Flat rates with no hidden charges or surprise fees", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg"}, + id: "2", value: "100%", title: "Transparent Pricing", description: "Flat rates with no hidden charges or surprise fees", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=4"}, { - id: "3", value: "5-Star", title: "Customer Satisfaction", description: "Consistently rated 5 stars by our valued customers", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg"}, + id: "3", value: "5-Star", title: "Customer Satisfaction", description: "Consistently rated 5 stars by our valued customers", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=4"}, ]} /> @@ -98,7 +98,7 @@ export default function AboutPage() { {/* Footer */}
@@ -191,17 +191,17 @@ export default function HomePage() {