diff --git a/src/app/page.tsx b/src/app/page.tsx index c06fab4..279a74b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,35 +68,35 @@ export default function LandingPage() { handle: "Local Homeowner", testimonial: "SwiftFix saved my kitchen from a major disaster! Friendly and fast service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721524.jpg?_wi=1", }, { name: "Mike D.", handle: "Resident", testimonial: "Highly recommended for any plumbing issue. Truly professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg?_wi=1", }, { name: "Emily R.", handle: "Homeowner", testimonial: "Best plumbers in town. Honest pricing and great work!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg?_wi=1", }, { name: "David L.", handle: "Customer", testimonial: "Professional, clean, and reliable service. Will call again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=1", }, { name: "Linda P.", handle: "Local Resident", testimonial: "Five star work for sure. Very happy with the repair.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=1", }, ]} buttons={[ @@ -105,7 +105,7 @@ export default function LandingPage() { href: "/contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", @@ -164,35 +164,35 @@ export default function LandingPage() { name: "Sarah J.", handle: "Happy Customer", testimonial: "Friendly team that fixed my sink perfectly!", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721524.jpg?_wi=2", }, { id: "2", name: "Mike D.", handle: "Happy Customer", testimonial: "Very professional, showed up on time and finished quickly.", - imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-smiling-smartphone-counter-coffee-shop_23-2148326694.jpg?_wi=2", }, { id: "3", name: "Emily R.", handle: "Happy Customer", testimonial: "Top notch communication and service. Truly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990683.jpg?_wi=2", }, { id: "4", name: "David L.", handle: "Happy Customer", testimonial: "Fair pricing for excellent high-quality work.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-standing-near-kitchen-sink-showing-thumb-up_1098-17826.jpg?_wi=2", }, { id: "5", name: "Linda P.", handle: "Happy Customer", testimonial: "They made the whole process easy and stress-free.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg?_wi=3", }, ]} title="Trusted By Our Neighbors" @@ -298,7 +298,7 @@ export default function LandingPage() {