From 24dfa9cb9ee513c86abac9d0503107347c2b186a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 11:25:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f93d1ee..ccf3f82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg?_wi=1", imageAlt: "Professional Plumber", }, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=1", imageAlt: "Plumbing Tool", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { descriptions: [ "Efficient boiler servicing and new installations.", ], - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990726.jpg?_wi=2", imageAlt: "Man rinsing dish sponge under running water daily home hygiene", }, { @@ -127,7 +127,7 @@ export default function LandingPage() { descriptions: [ "Advanced tools to detect and fix hidden leaks.", ], - imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=2", imageAlt: "Man rinsing dish sponge under running water daily home hygiene", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { descriptions: [ "Full bathroom installation and plumbing upgrades.", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-woman-construction-uniform-safety-helmet-looking-annoyed-irritated-while-talking-mobile-phone-standing-orange_141793-129016.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-builder-woman-construction-uniform-safety-helmet-looking-annoyed-irritated-while-talking-mobile-phone-standing-orange_141793-129016.jpg?_wi=1", imageAlt: "Man rinsing dish sponge under running water daily home hygiene", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { descriptions: [ "Effective removal of blockages in sinks and drains.", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg?_wi=1", imageAlt: "Man rinsing dish sponge under running water daily home hygiene", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { descriptions: [ "Tap replacements and pipe maintenance.", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-senior-man_23-2149207225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-senior-man_23-2149207225.jpg?_wi=1", imageAlt: "Man rinsing dish sponge under running water daily home hygiene", }, ]} @@ -228,7 +228,7 @@ export default function LandingPage() { role: "Homeowner", company: "Manchester", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-stylish-denim-jacket-coffee-shop_273609-4460.jpg?_wi=2", }, { id: "2", @@ -236,7 +236,7 @@ export default function LandingPage() { role: "Tenant", company: "Manchester", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-senior-man_23-2149207225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-senior-man_23-2149207225.jpg?_wi=2", }, { id: "3", @@ -318,7 +318,7 @@ export default function LandingPage() { tag="Contact Us" title="Need a Plumber Right Now?" description="Don't wait — get fast, professional help today. We are always ready." - imageSrc="http://img.b2bpic.net/free-photo/young-builder-woman-construction-uniform-safety-helmet-looking-annoyed-irritated-while-talking-mobile-phone-standing-orange_141793-129016.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-builder-woman-construction-uniform-safety-helmet-looking-annoyed-irritated-while-talking-mobile-phone-standing-orange_141793-129016.jpg?_wi=2" buttonText="Request Free Quote" mediaAnimation="slide-up" /> -- 2.49.1