diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cb683da..e5efeb2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -80,7 +80,7 @@ export default function AboutPage() { { value: "26+", title: "Google Reviews (4.7 Stars)" }, { value: "Local", title: "Greystones-Based & Trusted" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10800.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-10800.jpg?_wi=2" imageAlt="professional plumbing team portrait" useInvertedBackground={true} mediaAnimation="slide-up" @@ -95,7 +95,7 @@ export default function AboutPage() { title: "Emergency Plumbing", description: "24/7 emergency plumbing response for burst pipes, leaks, and urgent issues. Fast response times in Greystones and surrounding areas.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-doing-surprise-gesture_1368-1755.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garbage-man-doing-surprise-gesture_1368-1755.jpg?_wi=3", }, items: [ { icon: Clock, text: "Same-day emergency service" }, @@ -109,7 +109,7 @@ export default function AboutPage() { title: "Leak Detection & Repair", description: "Expert leak detection and repair services to prevent water damage and wastage. We locate and fix leaks quickly and efficiently.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=3", }, items: [ { icon: Droplet, text: "Advanced leak detection" }, @@ -123,7 +123,7 @@ export default function AboutPage() { title: "Shower Installation & Repair", description: "Professional shower installation, replacement, and repair services. From fixing low pressure to installing modern shower systems.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-bathtub-double-sink-vanity-smart-home-technology_9975-33078.jpg?_wi=3", }, items: [ { icon: Droplet, text: "Modern shower systems" }, diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 884a49f..ec28852 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -85,7 +85,7 @@ export default function ContactPage() { variant: "sparkles-gradient", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15714.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15714.jpg?_wi=3" imageAlt="friendly plumber ready to help" mediaAnimation="slide-up" mediaPosition="right" @@ -135,7 +135,7 @@ export default function ContactPage() { "Yes, we specialize in diagnosing and fixing low water pressure issues. This could be related to pipes, fixtures, or your main water supply. We'll find the cause and provide a solution.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-successful-male-architect-have-conversation-office_23-2147843005.jpg?_wi=4" imageAlt="plumber explaining work to homeowner" mediaAnimation="slide-up" mediaPosition="left" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da63574..5aa5e45 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +