From 1f7a3d37349310795de64495f30f5079303760df Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:01:35 +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 a3ab58b..9644827 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Exceptional service, fixed our leak in under an hour. Very professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg?_wi=1", imageAlt: "professional plumber working in home", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@janesmith", testimonial: "Chappell Plumbing is reliable and the work is top-tier quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg?_wi=1", imageAlt: "plumbing repair icon minimalist", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@mbrown", testimonial: "Fastest emergency response in Nashville. Highly recommend.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7&_wi=1", imageAlt: "leak detection icon minimalist", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@swilson", testimonial: "Transparent pricing and clean installation. Will call again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg?_wi=1", imageAlt: "pipe installation icon minimalist", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@rdavis", testimonial: "Experts at what they do. Plumbing done right.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg?_wi=1", imageAlt: "emergency plumbing service icon", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", @@ -140,25 +140,25 @@ export default function LandingPage() { { title: "Plumbing Repairs", description: "Expert solutions for all residential and commercial plumbing issues.", - imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg?_wi=2", buttonIcon: "Wrench", }, { title: "Leak Detection", description: "Advanced detection technology to identify and resolve hidden leaks fast.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7&_wi=2", buttonIcon: "Search", }, { title: "Pipe Installation", description: "Professional installation for new builds and renovation projects.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg?_wi=2", buttonIcon: "Settings", }, { title: "Emergency Services", description: "24/7 support for critical plumbing emergencies in Nashville, NC.", - imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg?_wi=2", buttonIcon: "Zap", }, ]} -- 2.49.1