From 2154b4312cc1033e6425cf9fab0dac636bc5b721 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:02:29 +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 cce4651..54c0f63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,19 +49,19 @@ export default function LandingPage() { testimonials={[ { name: "John Doe", 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", imageAlt: "professional plumber working in home"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg?_wi=1", imageAlt: "professional plumber working in home"}, { name: "Jane Smith", 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", imageAlt: "plumbing repair icon minimalist"}, + 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"}, { name: "Michael Brown", 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", imageAlt: "leak detection icon minimalist"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3ytzn7&_wi=1", imageAlt: "leak detection icon minimalist"}, { name: "Sarah Wilson", 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", imageAlt: "pipe installation icon minimalist"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-still-life-arrangement-pvc_23-2149062982.jpg?_wi=1", imageAlt: "pipe installation icon minimalist"}, { name: "Robert Davis", 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", imageAlt: "emergency plumbing service icon"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-clock_1368-6309.jpg?_wi=1", imageAlt: "emergency plumbing service icon"}, ]} buttons={[ { @@ -69,7 +69,7 @@ export default function LandingPage() { { text: "Get a Free Quote", 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", alt: "Customer One"}, @@ -92,16 +92,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - 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", buttonIcon: Wrench, + 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?_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", buttonIcon: Search, + 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&_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", buttonIcon: Settings, + 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?_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", buttonIcon: Zap, + 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?_wi=2", buttonIcon: Zap, }, ]} title="Our Professional Plumbing Services" -- 2.49.1