Update src/app/contact/page.tsx

This commit is contained in:
2026-03-13 09:58:17 +00:00
parent afdc9644be
commit d7fce1c2dc

View File

@@ -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"