From 72fcca4b417ffb6a8e29331fcbad9e2362553c76 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 15:44:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bdba986..c3e4bb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,37 +162,37 @@ export default function LandingPage() { { title: "Emergency Plumbing", description: "Rapid response for urgent leaks and bursts, anytime you need us.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg?_wi=1", imageAlt: "Emergency", }, { title: "Bathroom Installations", description: "Full design and installation for your dream bathroom suite.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg?_wi=2", imageAlt: "Bathroom", }, { title: "Shower Repairs", description: "Expert diagnostic and repair for all shower makes and models.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg?_wi=3", imageAlt: "Shower", }, { title: "Radiator Services", description: "Installation, replacement, and balancing for efficient heating.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg?_wi=4", imageAlt: "Radiator", }, { title: "Leak Repairs", description: "Finding and fixing hidden leaks to prevent property damage.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg?_wi=5", imageAlt: "Leak", }, { title: "General Plumbing", description: "Taps, toilets, and all general maintenance tasks handled.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg?_wi=6", imageAlt: "General", }, ]} @@ -250,7 +250,7 @@ export default function LandingPage() { { id: "1", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-african-guy-smiling-student-confident-his-future-career-head-hunter-dream-standing-white-wall_176420-12537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-african-guy-smiling-student-confident-his-future-career-head-hunter-dream-standing-white-wall_176420-12537.jpg?_wi=1", }, { id: "2", @@ -265,7 +265,7 @@ export default function LandingPage() { { id: "4", name: "David K.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-african-guy-smiling-student-confident-his-future-career-head-hunter-dream-standing-white-wall_176420-12537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-african-guy-smiling-student-confident-his-future-career-head-hunter-dream-standing-white-wall_176420-12537.jpg?_wi=2", }, { id: "5", @@ -325,7 +325,7 @@ export default function LandingPage() { content: "Absolutely, contact us today for a transparent, no-obligation quote.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-white-marble-space-with-bench_181624-49061.jpg?_wi=7" mediaAnimation="slide-up" title="Contact Emma's Plumbing" description="Call us on 07788 211836 or fill out the form below. We are based at 1 Bronsil Cl, Worcester WR5 2NH." -- 2.49.1