diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bd0e44..bf4446c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,28 +63,28 @@ export default function LandingPage() { handle: "Homeowner", testimonial: "Paul Bange Roofing delivered incredible professionalism and a smooth process from start to finish. Our new roof looks fantastic!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg?_wi=1", }, { name: "John D.", handle: "Property Manager", testimonial: "The team at Paul Bange was transparent with pricing and maintained amazing communication. A truly honest and reliable company.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-with-crossed-arms_23-2148230781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-with-crossed-arms_23-2148230781.jpg?_wi=1", }, { name: "Emily R.", handle: "Business Owner", testimonial: "They are truly the best roofing company in South Florida. I highly recommend them for any roofing needs, big or small!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg?_wi=1", }, { name: "Michael T.", handle: "Resident", testimonial: "Exceptional service from initial inspection to final installation. Couldn't be happier with the quality and efficiency.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg?_wi=1", }, ]} testimonialRotationInterval={5000} @@ -220,7 +220,7 @@ export default function LandingPage() { name: "Sarah M.", role: "Homeowner", testimonial: "Incredible professionalism and a smooth process from start to finish. Our new roof looks fantastic!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg?_wi=2", imageAlt: "Sarah M. - Homeowner", }, { @@ -228,7 +228,7 @@ export default function LandingPage() { name: "John D.", role: "Property Manager", testimonial: "Paul Bange Roofing provided honest pricing and amazing communication throughout the project. Truly reliable!", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-with-crossed-arms_23-2148230781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-with-crossed-arms_23-2148230781.jpg?_wi=2", imageAlt: "John D. - Property Manager", }, { @@ -236,7 +236,7 @@ export default function LandingPage() { name: "Emily R.", role: "Business Owner", testimonial: "Best roofing company in South Florida. Highly recommend their prompt and efficient service!", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920606.jpg?_wi=2", imageAlt: "Emily R. - Business Owner", }, { @@ -244,7 +244,7 @@ export default function LandingPage() { name: "Michael T.", role: "Resident", testimonial: "From inspection to installation, their team was exceptional. High-quality work and a pleasure to work with.", - imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-isolated-showing-emotions-end-gestures_1303-30107.jpg?_wi=2", imageAlt: "Michael T. - Resident", }, {