diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 28552ca..e91dcbd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -55,11 +55,11 @@ export default function ContactPage() { cardAnimation="slide-up" testimonials={[ { - id: "r1", name: "Rahul", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-young-man-relaxing-coffee-shop-spending-time-cafe-listening_1258-245399.jpg"}, + id: "r1", name: "Rahul", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-young-man-relaxing-coffee-shop-spending-time-cafe-listening_1258-245399.jpg?_wi=1"}, { id: "r2", name: "Sara", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-cup-table_1170-732.jpg"}, { - id: "r3", name: "Rahul", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-young-man-relaxing-coffee-shop-spending-time-cafe-listening_1258-245399.jpg"} + id: "r3", name: "Rahul", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-young-man-relaxing-coffee-shop-spending-time-cafe-listening_1258-245399.jpg?_wi=2"} ]} />