diff --git a/src/app/page.tsx b/src/app/page.tsx index 7565fef..ff47681 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { testimonials={[ { name: "John D.", handle: "@johnd", testimonial: "Excellent service and very professional team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-house-model-uniform-front-view_176474-21361.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-house-model-uniform-front-view_176474-21361.jpg?_wi=1"}, { name: "Sarah K.", handle: "@sarahk", testimonial: "Fast response time and great results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-people-occupation-maintenance-service_343059-3492.jpg"}, @@ -141,7 +141,7 @@ export default function LandingPage() { title: "Emergency Support", description: "Rapid response when you need it most.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-paramedics-moving-ambulance-stretcher-from-car-hurry-paramedics-uniform-taking-stretcher-out-ambulance-car_657921-1485.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-house-model-uniform-front-view_176474-21361.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-house-model-uniform-front-view_176474-21361.jpg?_wi=2"}, }, ]} showStepNumbers={false}