From ed78d4ceb832786e573aff7261d8063c7cfe06a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 13:25:46 +0000 Subject: [PATCH 1/2] Update src/components/Layout.tsx --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index de2ad5a..570721a 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -94,7 +94,7 @@ export default function Layout() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/pleased-management-team-celebrating-passing-solar-plant-machinery-inspection_482257-125770.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pleased-management-team-celebrating-passing-solar-plant-machinery-inspection_482257-125770.jpg?_wi=2" /> -- 2.49.1 From e625e3f6fe2122b5d710158bdc7d1d9866548799 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 13:25:46 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4716103..32bb65c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -27,10 +27,10 @@ export default function HomePage() { }} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-wiring-panel-electrical-installation-work-cable-connection_169016-68356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-wiring-panel-electrical-installation-work-cable-connection_169016-68356.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-with-drill_23-2149366670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-with-drill_23-2149366670.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-studies-blueprint-by-open-switchgear-full-frame_169016-71033.jpg", @@ -52,7 +52,7 @@ export default function HomePage() { tag="About Us" title="Quality Service Throughout NZ" description="Based in Weymouth, we specialize in high-quality electrical services including central heating, heat pump installations, and air-conditioning. We are committed to providing maximum value and the highest level of service." - imageSrc="http://img.b2bpic.net/free-photo/pleased-management-team-celebrating-passing-solar-plant-machinery-inspection_482257-125770.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pleased-management-team-celebrating-passing-solar-plant-machinery-inspection_482257-125770.jpg?_wi=1" /> @@ -102,7 +102,7 @@ export default function HomePage() { "Snowflake", "Droplets", ], - imageSrc: "http://img.b2bpic.net/free-photo/electrician-wiring-panel-electrical-installation-work-cable-connection_169016-68356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-wiring-panel-electrical-installation-work-cable-connection_169016-68356.jpg?_wi=2", imageAlt: "Male electrician in uniform working in a switchboard Electricity", }, { @@ -126,7 +126,7 @@ export default function HomePage() { value: "NZ Wide", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-with-drill_23-2149366670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-with-drill_23-2149366670.jpg?_wi=2", imageAlt: "Male electrician in uniform working in a switchboard Electricity", }, ]} -- 2.49.1