diff --git a/src/app/page.tsx b/src/app/page.tsx index 282a250..d583952 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { testimonials={[ { name: "John Doe", handle: "@johndoe", testimonial: "Excellent service! They fixed my leaking toilet in no time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg", imageAlt: "professional plumber working" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg?_wi=1", imageAlt: "professional plumber working" }, { name: "Jane Smith", handle: "@janesmith", testimonial: "Very professional and friendly team. Highly recommend them.", rating: 5, @@ -59,18 +59,18 @@ export default function LandingPage() { }, { name: "Bob Johnson", handle: "@bobjohnson", testimonial: "Fastest emergency response I've ever experienced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/garbage-man_1368-1757.jpg", imageAlt: "professional plumber working" + imageSrc: "http://img.b2bpic.net/free-photo/garbage-man_1368-1757.jpg?_wi=1", imageAlt: "professional plumber working" }, { name: "Alice Brown", handle: "@alicebrown", testimonial: "Great work on our water heater replacement. Fair pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg", imageAlt: "professional plumber working" + imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg?_wi=1", imageAlt: "professional plumber working" }, { name: "Charlie Davis", handle: "@charliedavis", testimonial: "Knowledgeable and reliable. Will call them again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/single-tool-isolated-with-copy-space_1194-639256.jpg", imageAlt: "professional plumber working" + imageSrc: "http://img.b2bpic.net/free-photo/single-tool-isolated-with-copy-space_1194-639256.jpg?_wi=1", imageAlt: "professional plumber working" } ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg", alt: "Side view man working as plumber" }, { src: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746391.jpg", alt: "Side view woman working as plumber" }, @@ -106,13 +106,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Drain & Sewer Services", description: "Expert drain cleaning and sewer repair to ensure your home's plumbing flows without interruptions.", imageSrc: "http://img.b2bpic.net/free-photo/garbage-man_1368-1757.jpg" + title: "Drain & Sewer Services", description: "Expert drain cleaning and sewer repair to ensure your home's plumbing flows without interruptions.", imageSrc: "http://img.b2bpic.net/free-photo/garbage-man_1368-1757.jpg?_wi=2" }, { - title: "Water Heating Systems", description: "Full-service installation and repair for residential and commercial water heaters.", imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg" + title: "Water Heating Systems", description: "Full-service installation and repair for residential and commercial water heaters.", imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg?_wi=2" }, { - title: "General Repairs & Leak Detection", description: "From faucet installations to complex leak detection, we provide thorough residential plumbing repair.", imageSrc: "http://img.b2bpic.net/free-photo/single-tool-isolated-with-copy-space_1194-639256.jpg" + title: "General Repairs & Leak Detection", description: "From faucet installations to complex leak detection, we provide thorough residential plumbing repair.", imageSrc: "http://img.b2bpic.net/free-photo/single-tool-isolated-with-copy-space_1194-639256.jpg?_wi=2" } ]} title="Comprehensive Plumbing Solutions"