Update src/app/contact/page.tsx

This commit is contained in:
2026-02-26 10:27:01 +00:00
parent 7fab2659ef
commit 9b225d49a2

View File

@@ -105,9 +105,9 @@ export default function ContactPage() {
tagIcon={Users} tagIcon={Users}
tagAnimation="slide-up" tagAnimation="slide-up"
testimonials={[ 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-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", imageAlt: "tech enthusiast success story achievement confidence" }, { 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", imageAlt: "celebration tech success group achievement community" }, { 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" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"