From 41844661f02ad3946351640639a59e9528bd61fd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 12:00:36 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"} ]} /> -- 2.49.1