diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 421a700..781fd7e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,17 +62,17 @@ export default function ContactPage() { id: "1", name: "Sarah Mitchell", handle: "@sarahtravels", testimonial: "This was the most authentic experience of my Istanbul trip! The calligraphy master was incredibly patient and the workshop space was magical.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Mitchell"}, + "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "Sarah Mitchell"}, { id: "2", name: "Marcus Johnson", handle: "@marcusadventures", testimonial: "Exceeded all expectations. The carpet weaving workshop was a perfect blend of challenge and relaxation. Highly recommend!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson"}, { id: "3", name: "Amira Hassan", handle: "@amiraexplores", testimonial: "As someone with Turkish heritage, this workshop helped me reconnect with my roots. Deeply personal and inspiring experience.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg", imageAlt: "Amira Hassan"}, + "http://img.b2bpic.net/free-photo/caucasian-woman-smiling-face-expression-headshot-portrait_53876-65110.jpg?_wi=2", imageAlt: "Amira Hassan"}, ]} showRating={true} textboxLayout="default"