From 4d8af4cd08f6fcf72dc351e84168c101c78dfbec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:28:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ababd29..574bf53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "@johnd", testimonial: "Excellent service, very quick roof repair after the storm. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-building-holding-mobile-phone-hand-talking-loudspeaker_23-2147972812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-building-holding-mobile-phone-hand-talking-loudspeaker_23-2147972812.jpg?_wi=1", }, { name: "Sarah M.", handle: "@sarahm", testimonial: "The team made the insurance claim process so much easier than I expected.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-professional-businessman-sitting-cafe-with-glass-coffee-working-laptop-searching-inspiration-outside-office-workspace_1258-314543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-professional-businessman-sitting-cafe-with-glass-coffee-working-laptop-searching-inspiration-outside-office-workspace_1258-314543.jpg?_wi=1", }, { name: "David K.", handle: "@davidk", testimonial: "Professional, efficient, and quality work. My new roof looks fantastic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg?_wi=1", }, { name: "Elena R.", handle: "@elenar", testimonial: "Top-notch roofing contractors. Trustworthy and great at explaining repairs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg?_wi=1", }, { name: "Mike B.", handle: "@mikeb", testimonial: "Great experience overall. The communication was excellent from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/clients-realtor-touring-new-high-class-office-space_482257-90948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clients-realtor-touring-new-high-class-office-space_482257-90948.jpg?_wi=1", }, ]} buttons={[ @@ -212,35 +212,35 @@ export default function LandingPage() { name: "John D.", role: "Local Resident", testimonial: "Excellent service, very quick roof repair after the storm. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-building-holding-mobile-phone-hand-talking-loudspeaker_23-2147972812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-standing-front-building-holding-mobile-phone-hand-talking-loudspeaker_23-2147972812.jpg?_wi=2", }, { id: "2", name: "Sarah M.", role: "Property Owner", testimonial: "The team made the insurance claim process so much easier than I expected.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-professional-businessman-sitting-cafe-with-glass-coffee-working-laptop-searching-inspiration-outside-office-workspace_1258-314543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-professional-businessman-sitting-cafe-with-glass-coffee-working-laptop-searching-inspiration-outside-office-workspace_1258-314543.jpg?_wi=2", }, { id: "3", name: "David K.", role: "Local Resident", testimonial: "Professional, efficient, and quality work. My new roof looks fantastic.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people_23-2149193851.jpg?_wi=2", }, { id: "4", name: "Elena R.", role: "Property Owner", testimonial: "Top-notch roofing contractors. Trustworthy and great at explaining repairs.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg?_wi=2", }, { id: "5", name: "Mike B.", role: "Local Resident", testimonial: "Great experience overall. The communication was excellent from start to finish.", - imageSrc: "http://img.b2bpic.net/free-photo/clients-realtor-touring-new-high-class-office-space_482257-90948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clients-realtor-touring-new-high-class-office-space_482257-90948.jpg?_wi=2", }, ]} title="Trusted by Homeowners" -- 2.49.1