From c5e1e59aa7b3f231bf7089ae71d86ab266138708 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:45:01 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {