diff --git a/src/app/page.tsx b/src/app/page.tsx index d16e4ff..4fa0f1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,19 +133,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marcus Richardson", handle: "@m_richardson", testimonial: "ATO Group transformed my Mercedes. The attention to detail is extraordinary—my car looks better than when it left the dealership.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Richardson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus Richardson" }, { id: "2", name: "Sophie Laurent", handle: "@sophie.l", testimonial: "Professional, efficient, and meticulous. They treated my Porsche like it was their own. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophie Laurent" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sophie Laurent" }, { id: "3", name: "James Chen", handle: "@jchen_automotive", testimonial: "The best detailing service I've experienced. Every detail matters to them, and it shows in the results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Chen" }, { id: "4", name: "Victoria Cross", handle: "@v.cross_", testimonial: "Outstanding work on my Range Rover. The ceramic coating has kept my vehicle pristine for months.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Victoria Cross" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Victoria Cross" } ]} animationType="slide-up"