Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-06 19:01:39 +00:00

View File

@@ -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",
},
]}