From 5f286244b3c5ac37f658eea67c0bd57e96ff558d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:33:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f7c79a..fb695fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,13 +58,13 @@ export default function LandingPage() { testimonials={[ { name: "Mike Rodriguez", handle: "Owner, Rodriguez Plumbing", testimonial: "WebBug transformed our online presence. We get 3x more lead inquiries now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-posing-public-library_74855-1939.jpg", imageAlt: "Mike Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-posing-public-library_74855-1939.jpg?_wi=1", imageAlt: "Mike Rodriguez"}, { name: "Sarah Chen", handle: "CEO, BuildRight Construction", testimonial: "Professional, fast turnaround, and results that exceeded expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg", imageAlt: "Sarah Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg?_wi=1", imageAlt: "Sarah Chen"}, { name: "David Thompson", handle: "Manager, Clean Sweep Services", testimonial: "Our new website is beautiful and actually brings in customers. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-with-document_1098-294.jpg", imageAlt: "David Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-with-document_1098-294.jpg?_wi=1", imageAlt: "David Thompson"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -162,13 +162,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Mike Rodriguez", handle: "Owner, Rodriguez Plumbing", testimonial: "WebBug transformed our online presence. Within 3 months, we were getting 3x more lead inquiries through our website. Professional team, great communication, and results that exceeded expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-posing-public-library_74855-1939.jpg", imageAlt: "Mike Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-posing-public-library_74855-1939.jpg?_wi=2", imageAlt: "Mike Rodriguez"}, { id: "2", name: "Sarah Chen", handle: "CEO, BuildRight Construction", testimonial: "We were looking for a web design company that understood the construction industry. WebBug nailed it. The website looks fantastic and has significantly increased our customer inquiries.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg", imageAlt: "Sarah Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg?_wi=2", imageAlt: "Sarah Chen"}, { id: "3", name: "David Thompson", handle: "Manager, Clean Sweep Services", testimonial: "Our new website is beautiful, easy to navigate, and actually brings in customers. The team was responsive, professional, and delivered on time. Highly recommend WebBug!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-with-document_1098-294.jpg", imageAlt: "David Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-with-document_1098-294.jpg?_wi=2", imageAlt: "David Thompson"}, { id: "4", name: "Jennifer Martinez", handle: "Owner, Martinez HVAC", testimonial: "Best decision we made for our business. WebBug took the time to understand our services and created a website that converts. Our phone has been ringing non-stop!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageAlt: "Jennifer Martinez"},