diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ddb5c76..a20f05b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -88,7 +88,7 @@ export default function ServicesPage() { title: "Gas Line Inspections", description: "Safety inspections and maintenance of residential gas lines and appliances.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15627.jpg", imageAlt: "Gas inspection", buttonIcon: AlertCircle, }, { - title: "Plumbing Installation", description: "New plumbing installations and comprehensive residential plumbing services.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg", imageAlt: "Installation", buttonIcon: Wrench, + title: "Plumbing Installation", description: "New plumbing installations and comprehensive residential plumbing services.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg?_wi=1", imageAlt: "Installation", buttonIcon: Wrench, }, ]} textboxLayout="default" @@ -98,7 +98,7 @@ export default function ServicesPage() {