From 5f0a2c79bcb293d744144896da3c459a608c8b86 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 02:13:34 +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 a99987c..533e25b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,35 +68,35 @@ export default function LandingPage() { handle: "Local Resident", testimonial: "1-800-NEW-ROOF completed the repairs to my roof after a devastating wind storm. Smooth, comfortable process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=1", }, { name: "Victor Pun", handle: "Local Resident", testimonial: "Couldn’t be happier with the work and service. Lost shingles after a heavy rainstorm.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg?_wi=1", }, { name: "Jason Baillargeon", handle: "Local Resident", testimonial: "I wanted a high-quality roof after leaks from my old one. They delivered on every detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg?_wi=1", }, { name: "Sarah Miller", handle: "Local Resident", testimonial: "Reliable and fast response time during the recent storm. Highly recommend their services.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg?_wi=1", }, { name: "David Wilson", handle: "Local Resident", testimonial: "Professional team that truly cares about the quality of the roofing work performed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg?_wi=1", }, ]} buttons={[ @@ -209,7 +209,7 @@ export default function LandingPage() { quote: "1-800-NEW-ROOF completed the repairs to my roof after a devastating wind storm. Smooth, comfortable process. Instantly trusted the contractors.", name: "Mike Durnin", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg?_wi=2", }, { id: "2", @@ -217,7 +217,7 @@ export default function LandingPage() { quote: "Couldn’t be happier with the work and service. Lost shingles after a heavy rainstorm — Brad was responsive and professional.", name: "Victor Pun", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg?_wi=2", }, { id: "3", @@ -225,7 +225,7 @@ export default function LandingPage() { quote: "I wanted a high-quality roof after leaks from my old one. They delivered on every detail and went above and beyond. Great experience.", name: "Jason Baillargeon", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-student-girl-with-gathered-hair-make-up-relaxing-home-after-lectures-university-attractive-cheerful-young-woman-blue-dress-sitting-comfortable-couch-with-joyful-relaxed-smile_343059-2102.jpg?_wi=2", }, { id: "4", @@ -233,7 +233,7 @@ export default function LandingPage() { quote: "The entire process was stress-free and the team was incredibly respectful of our property.", name: "Sarah Miller", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg?_wi=2", }, { id: "5", @@ -241,7 +241,7 @@ export default function LandingPage() { quote: "Highly professional and skilled team that clearly knows what they are doing. Very impressed.", name: "David Wilson", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg?_wi=2", }, ]} title="Customer Reviews" -- 2.49.1