diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 62ca6ce..795430d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,7 +50,7 @@ export default function ContactPage() { tagIcon={PhoneCall} background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=4" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" @@ -71,7 +71,7 @@ export default function ContactPage() { title: "Call Us Now", description: "Speak directly with our team. We're available until 8:30 PM on weekdays and Saturdays. Emergency services available 24/7 for urgent situations.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=2", }, items: [ { icon: PhoneCall, text: "(604) 368-5243" }, @@ -90,7 +90,7 @@ export default function ContactPage() {