diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bb64e20..844c7bb 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { id: "1", name: "Maintenance Agreement", price: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg?_wi=2", }, { id: "2", name: "Mechanical HVAC", price: "System", - imageSrc: "http://img.b2bpic.net/free-photo/production-hard-cheese-cheese-manufacture-interior_645730-810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/production-hard-cheese-cheese-manufacture-interior_645730-810.jpg?_wi=2", }, { id: "3", name: "Mechanical Piping", price: "Expert", - imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-nuclear-industry-background-concept_645730-823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-factory-interior-as-nuclear-industry-background-concept_645730-823.jpg?_wi=2", }, { id: "4", @@ -126,7 +126,7 @@ export default function LandingPage() {