From 0c1ee831c2c0864835074874d5b3034e8e2a6549 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:48:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 234977b..f753264 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,23 +63,23 @@ export default function LandingPage() { tag="Trusted Tradespeople ยท Carlisle & Cumbria" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg?_wi=1", imageAlt: "Luxury Bathroom", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg?_wi=1", imageAlt: "Team Member", }, { - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=1", imageAlt: "Quality Service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg?_wi=1", imageAlt: "Precision Work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-room-design-with-armchair-potted-plants_23-2149427991.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-room-design-with-armchair-potted-plants_23-2149427991.jpg?_wi=1", imageAlt: "Professional Result", }, ]} @@ -98,7 +98,7 @@ export default function LandingPage() { title: "Bathroom Fitting", description: "Full design and installation.", buttonIcon: "Wrench", - imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bathtub-faucet-closeup-with-luxury-living-concept_53876-146213.jpg?_wi=2", imageAlt: "luxury bathroom interior design", }, { @@ -112,14 +112,14 @@ export default function LandingPage() { title: "Plumbing & Pipework", description: "Emergency fixes and upgrades.", buttonIcon: "Droplets", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg?_wi=2", imageAlt: "professional plumber smiling", }, { title: "Tiling & Flooring", description: "Precision wall and floor tiling.", buttonIcon: "Grid3X3", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=2", imageAlt: "customer portrait smiling", }, ]} @@ -148,7 +148,7 @@ export default function LandingPage() { description: "We don't cut corners.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-middle-aged-blonde-carpenter-admiring-piece-furniture-his-hands_342744-839.jpg?_wi=3" imageAlt="Liam Beech and his professional trade team" mediaAnimation="slide-up" /> @@ -165,14 +165,14 @@ export default function LandingPage() { name: "Trudie Burton", role: "Local Guide", testimonial: "Absolutely delighted with our new bathroom. The result is stunning.", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg?_wi=3", }, { id: "2", name: "J PT", role: "Local Guide", testimonial: "Liam has done a fantastic job fitting our new bathroom. Brilliant start to finish.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg?_wi=2", }, { id: "3", @@ -210,7 +210,7 @@ export default function LandingPage() { tag="Contact Us" title="Let's talk about your project." description="Ready to get started? Drop us a message and get your free, no-obligation quote today." - imageSrc="http://img.b2bpic.net/free-photo/interior-room-design-with-armchair-potted-plants_23-2149427991.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-room-design-with-armchair-potted-plants_23-2149427991.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1