diff --git a/src/app/page.tsx b/src/app/page.tsx index 237b24a..a5e20e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function LandingPage() { testimonials={[ { name: "Ahmed Hassan", handle: "Regular Customer", testimonial: "The best barber experience I've had. Authentic Turkish techniques with incredible attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Ahmed Hassan"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Ahmed Hassan"}, { name: "Marcus Johnson", handle: "Business Owner", testimonial: "Professional service, clean environment, and they really understand the craft. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marcus Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Marcus Johnson"}, { name: "David Chen", handle: "First-Time Visitor", testimonial: "Exceeded all my expectations. The facial treatment was incredibly relaxing and left my skin feeling amazing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"},