diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6b8db5b..a815c24 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -83,7 +83,7 @@ export default function AboutPage() { description="Herne Hill Builder Centre" subdescription="Serving 301–303 Railton Road, London" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440228.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440228.jpg?_wi=3" imageAlt="Friendly staff at Herne Hill Builder Centre ready to help" mediaAnimation="slide-up" useInvertedBackground={false} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bcfeb3a..5d3c59f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -57,11 +57,11 @@ export default function ContactPage() { }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/carpentry-workspace_23-2147773344.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpentry-workspace_23-2147773344.jpg?_wi=2", imageAlt: "Professional hardware tools and builder supplies", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440228.jpg?_wi=4", imageAlt: "Welcoming Herne Hill Builder Centre store interior", }, ]} @@ -92,7 +92,7 @@ export default function ContactPage() { description="Herne Hill Builder Centre" subdescription="Serving 301–303 Railton Road, London" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440228.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440228.jpg?_wi=5" imageAlt="Friendly staff at Herne Hill Builder Centre ready to help" mediaAnimation="slide-up" useInvertedBackground={true} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f0d96e..d555d58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,11 +106,11 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/carpentry-workspace_23-2147773344.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/carpentry-workspace_23-2147773344.jpg?_wi=1", imageAlt: "Professional hardware tools and builder supplies", }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440228.jpg?_wi=1", imageAlt: "Welcoming Herne Hill Builder Centre store interior", }, ]} @@ -141,7 +141,7 @@ export default function HomePage() { description="Herne Hill Builder Centre" subdescription="Serving 301–303 Railton Road, London" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440228.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440228.jpg?_wi=2" imageAlt="Friendly staff at Herne Hill Builder Centre ready to help" mediaAnimation="slide-up" useInvertedBackground={true}