diff --git a/src/app/page.tsx b/src/app/page.tsx index aedad65..ba1f4d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "Florham Park, NJ", testimonial: "Sunrise was professional, clean, and everything looks great.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/father-taking-pictures-happy-son-kitchen_23-2148414941.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/father-taking-pictures-happy-son-kitchen_23-2148414941.jpg?_wi=1", }, { name: "Brennen V.", handle: "Florham Park, NJ", testimonial: "Transparent from start to finish. I finally feel confident in our home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mother-taking-selfie-mobile-phone-with-her-husband-daughter_23-2148045502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-taking-selfie-mobile-phone-with-her-husband-daughter_23-2148045502.jpg?_wi=1", }, { name: "Braydon A.", handle: "Florham Park, NJ", testimonial: "The quality of work was exceptional. They never felt pushy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg?_wi=1", }, { name: "Sarah J.", handle: "Florham Park, NJ", testimonial: "Everything was finished on time. The cleanup was perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/copy-space-man-using-map-orientation_23-2148383483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copy-space-man-using-map-orientation_23-2148383483.jpg?_wi=1", }, { name: "David M.", handle: "Florham Park, NJ", testimonial: "Would definitely recommend to my neighbors. Expert service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg?_wi=1", }, ]} tag="Serving Florham Park & Morris County" @@ -101,7 +101,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg" + imageSrc="http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -225,35 +225,35 @@ export default function LandingPage() { name: "Jeremy K.", role: "Homeowner", testimonial: "Exceptional service and communication.", - imageSrc: "http://img.b2bpic.net/free-photo/father-taking-pictures-happy-son-kitchen_23-2148414941.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/father-taking-pictures-happy-son-kitchen_23-2148414941.jpg?_wi=2", }, { id: "t2", name: "Brennen V.", role: "Homeowner", testimonial: "Very professional and detailed work.", - imageSrc: "http://img.b2bpic.net/free-photo/mother-taking-selfie-mobile-phone-with-her-husband-daughter_23-2148045502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mother-taking-selfie-mobile-phone-with-her-husband-daughter_23-2148045502.jpg?_wi=2", }, { id: "t3", name: "Braydon A.", role: "Homeowner", testimonial: "Highly recommended for local roofing.", - imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg?_wi=2", }, { id: "t4", name: "Sarah J.", role: "Homeowner", testimonial: "Clean, fast, and high-quality results.", - imageSrc: "http://img.b2bpic.net/free-photo/copy-space-man-using-map-orientation_23-2148383483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/copy-space-man-using-map-orientation_23-2148383483.jpg?_wi=2", }, { id: "t5", name: "David M.", role: "Homeowner", testimonial: "The best roofing team in Florham Park.", - imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg?_wi=2", }, ]} /> @@ -279,7 +279,7 @@ export default function LandingPage() {