diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7f1780f..082f56c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -65,7 +65,7 @@ export default function ContactPage() { handle: "@deepak_graphics", testimonial: "The support team responded to my bulk order inquiry within hours. Professional and helpful!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-his-arms_1187-1593.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-his-arms_1187-1593.jpg?_wi=2", imageAlt: "Deepak Sharma", }, { @@ -73,7 +73,7 @@ export default function ContactPage() { handle: "@nisha_designs", testimonial: "Amazing customer service! They helped me customize my order exactly how I wanted.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-young-beautiful-indian-woman_1262-2261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-young-beautiful-indian-woman_1262-2261.jpg?_wi=2", imageAlt: "Nisha Gupta", }, { @@ -81,7 +81,7 @@ export default function ContactPage() { handle: "@vikram_startup", testimonial: "Quick response times and knowledgeable staff. Really impressed with their support level.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-walking-outdoors_171337-19864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-walking-outdoors_171337-19864.jpg?_wi=2", imageAlt: "Vikram Singh", }, { @@ -89,12 +89,12 @@ export default function ContactPage() { handle: "@meera_crafts", testimonial: "The team went above and beyond to ensure my order was perfect. Top-notch support!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg?_wi=2", imageAlt: "Meera Patel", }, ]} testimonialRotationInterval={5000} - imageSrc="http://img.b2bpic.net/free-photo/business-woman-with-laptop_1303-3876.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-woman-with-laptop_1303-3876.jpg?_wi=3" imageAlt="Contact support team" mediaAnimation="slide-up" useInvertedBackground={false}