diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 02b1b51..81a7e8b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -72,7 +72,7 @@ export default function ContactPage() { description="Contact ProRoof Dublin today for a free inspection and no-obligation quote. Our team is ready to help with your roofing needs." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg" + imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg?_wi=2" imageAlt="Contact ProRoof Dublin" mediaPosition="right" mediaAnimation="slide-up" @@ -93,13 +93,13 @@ export default function ContactPage() { features={[ { id: "1", title: "Phone Support", tags: ["24/7 Available", "Emergency Line"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg", imageAlt: "Phone support"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg?_wi=2", imageAlt: "Phone support"}, { id: "2", title: "Email Inquiries", tags: ["Quick Response", "Detailed Quotes"], - imageSrc: "http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg", imageAlt: "Email contact"}, + imageSrc: "http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg?_wi=3", imageAlt: "Email contact"}, { id: "3", title: "Site Visits", tags: ["Free Inspection", "In-Person Assessment"], - imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Site inspection"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3", imageAlt: "Site inspection"}, ]} tagAnimation="slide-up" /> @@ -107,7 +107,7 @@ export default function ContactPage() {