diff --git a/src/app/page.tsx b/src/app/page.tsx index 4db0b3c..9f4fa8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,19 +133,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Johnson", handle: "@mjohnson", testimonial: "Austin's team transformed my BMW completely. The attention to detail is unmatched. My car looks showroom ready!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot customer photo profile picture" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business headshot customer photo profile picture" }, { id: "2", name: "Sarah Chen", handle: "@sarahchen", testimonial: "Professional, punctual, and incredibly thorough. They treated my vehicle like it was their own. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "professional portrait business headshot customer photo profile picture" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1", imageAlt: "professional portrait business headshot customer photo profile picture" }, { id: "3", name: "David Rodriguez", handle: "@drodriguez", testimonial: "The ceramic coating has kept my car looking pristine. Austin's expertise made a huge difference in protecting my investment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "professional portrait business headshot customer photo profile picture" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2", imageAlt: "professional portrait business headshot customer photo profile picture" }, { id: "4", name: "Emily Watson", handle: "@ewatson", testimonial: "Exceptional service from start to finish. They explain everything clearly and deliver results that exceed expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot customer photo profile picture" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business headshot customer photo profile picture" } ]} showRating={true}