From 70e5e1346b14834b2da2ac9d0107ad1594e29ce0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:41:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6df3d6b..6efad39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { testimonials={[ { name: "John Martinez", handle: "Homeowner", testimonial: "Fastest response time and excellent work quality. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=1" }, { name: "Sarah Thompson", handle: "Business Owner", testimonial: "Professional team that solved our complex plumbing issue instantly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1" }, { name: "Michael Chen", handle: "Property Manager", testimonial: "Reliable, trustworthy, and fair pricing. Our go-to plumbers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -83,7 +83,7 @@ export default function LandingPage() { description="Serving the community with integrity" subdescription="Coastal Plumbing & Mechanical Corporation" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=1" imageAlt="Professional plumbing team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -133,7 +133,7 @@ export default function LandingPage() { id: "4", title: "Guaranteed Workmanship", content: "We stand behind every job with warranties on parts and labor, ensuring your complete peace of mind." } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-female-male-plumbers-keep-hand-as-pray_273609-8786.jpg?_wi=2" imageAlt="Professional plumbing team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -151,13 +151,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Robert Wilson", role: "Homeowner", company: "Residential Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" + id: "1", name: "Robert Wilson", role: "Homeowner", company: "Residential Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2" }, { - id: "2", name: "Emily Rodriguez", role: "Office Manager", company: "Tech Solutions Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" + id: "2", name: "Emily Rodriguez", role: "Office Manager", company: "Tech Solutions Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2" }, { - id: "3", name: "David Kim", role: "Property Owner", company: "Multi-Unit Complex", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg" + id: "3", name: "David Kim", role: "Property Owner", company: "Multi-Unit Complex", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/collection-professional-avatars_23-2147667908.jpg?_wi=2" }, { id: "4", name: "Jessica Lee", role: "Restaurant Owner", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" -- 2.49.1