diff --git a/src/app/page.tsx b/src/app/page.tsx index 93d781e..6d11490 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { testimonials={[ { name: "John Martinez", handle: "Homeowner, Residential Client", testimonial: "They replaced our entire roof in just 3 days. Professional, clean, and completed on budget!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1" }, { name: "Sarah Chen", handle: "Property Manager, Commercial Client", testimonial: "Outstanding service and fast response times. Highly recommend for any roof maintenance needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1" }, { name: "Michael Thompson", handle: "Homeowner, Repair Client", testimonial: "Found us during a storm. They came out same day and fixed the leak professionally.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -88,7 +88,7 @@ export default function LandingPage() { description="Our Team" subdescription="Licensed Contractors & Local Experts" icon={Hammer} - imageSrc="http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg" + imageSrc="http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=1" imageAlt="Our roofing team at work" mediaAnimation="slide-up" useInvertedBackground={false} @@ -162,22 +162,22 @@ export default function LandingPage() {