diff --git a/src/app/page.tsx b/src/app/page.tsx index 844f713..55eec1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -181,22 +181,22 @@ export default function HomePage() { testimonials={[ { id: "1", name: "John Sullivan", handle: "@jsullivan_boston", testimonial: "Fantastic work on our flat roof replacement. The crew was professional, on-time, and left the job site spotless. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Sullivan"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Sullivan"}, { id: "2", name: "Sarah Mitchell", handle: "@sarah_m_home", testimonial: "Emergency roof leak repair at midnight. They responded within an hour and fixed it perfectly. Amazing service and fair pricing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell"}, { id: "3", name: "Robert Chen", handle: "@rchen_properties", testimonial: "Commercial roofing project completed ahead of schedule. Clear communication, skilled team, and excellent workmanship throughout.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Chen"}, { id: "4", name: "Jennifer Walsh", handle: "@jen_walsh_design", testimonial: "Best roofing contractor in Boston. Professional, reliable, and they genuinely care about quality. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Jennifer Walsh"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Jennifer Walsh"}, { id: "5", name: "David Rosenberg", handle: "@drosenberg_condo", testimonial: "Condo board approved their proposal immediately. Seamless installation with minimal disruption to residents. Excellent attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg", imageAlt: "David Rosenberg"}, { id: "6", name: "Lisa Thompson", handle: "@lisa_thompson_realtor", testimonial: "Referred them to all my clients. Consistent quality, professional demeanor, and they always go above expectations. Five stars!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Lisa Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Lisa Thompson"}, ]} showRating={true} textboxLayout="default"