From d7fce1c2dc0ce58e86f557caee89f7bb722da4de Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 09:58:17 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index be60c6e..595a555 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -98,15 +98,15 @@ export default function ContactPage() { testimonials={[ { id: "1", name: "Sara Ahmed", role: "University Student", testimonial: "I joined for English preparation and not only passed my entrance exam, but now I tutor my friends! The teaching methods are outstanding.", icon: BookOpen, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r1a8aq" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r1a8aq&_wi=3" }, { id: "2", name: "Muhammad Usman", role: "Corporate Professional", testimonial: "The Japanese course opened doors for my career. I'm now working with Japanese clients and couldn't have done it without Nagasaki!", icon: Briefcase, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w7lc6o" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=w7lc6o&_wi=3" }, { id: "3", name: "Zainab Malik", role: "College Student", testimonial: "Spoken English class completely changed my confidence. I went from being nervous to actively participating in class discussions.", icon: Mic, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z8qp4p" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z8qp4p&_wi=3" } ]} animationType="slide-up"