diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bc56613..282b22b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -105,9 +105,9 @@ export default function ContactPage() { tagIcon={Users} tagAnimation="slide-up" testimonials={[ - { id: "testimonial-1", name: "Alex Johnson", role: "Software Engineer", company: "Tech Innovations Inc.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-black-manager-showing-thumbs-up-after-successul-negotiation-with-partners-indoor-portrait-asian-employees-with-african-worker-blue-shirt-foreground_197531-25399.jpg", imageAlt: "happy student testimonial positive review member experience" }, - { id: "testimonial-2", name: "Sam Rivera", role: "Computer Science Student", company: "University of Technology", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-tablet-celebrating-achievement-cafe_1262-18859.jpg", imageAlt: "tech enthusiast success story achievement confidence" }, - { id: "testimonial-3", name: "Taylor Kim", role: "IT Specialist", company: "Global Solutions Ltd.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/that-s-how-success-looks-like-photo-young-team-classical-clothes-celebrating-success-while-holding-drinks-modern-good-lighted-office_146671-13657.jpg", imageAlt: "celebration tech success group achievement community" }, + { id: "testimonial-1", name: "Alex Johnson", role: "Software Engineer", company: "Tech Innovations Inc.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-black-manager-showing-thumbs-up-after-successul-negotiation-with-partners-indoor-portrait-asian-employees-with-african-worker-blue-shirt-foreground_197531-25399.jpg?_wi=2", imageAlt: "happy student testimonial positive review member experience" }, + { id: "testimonial-2", name: "Sam Rivera", role: "Computer Science Student", company: "University of Technology", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-tablet-celebrating-achievement-cafe_1262-18859.jpg?_wi=2", imageAlt: "tech enthusiast success story achievement confidence" }, + { id: "testimonial-3", name: "Taylor Kim", role: "IT Specialist", company: "Global Solutions Ltd.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/that-s-how-success-looks-like-photo-young-team-classical-clothes-celebrating-success-while-holding-drinks-modern-good-lighted-office_146671-13657.jpg?_wi=2", imageAlt: "celebration tech success group achievement community" }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"