From 39df36e988edd553d19a025cc47c8b78c2dd8d45 Mon Sep 17 00:00:00 2001 From: Rohitdey45 Date: Thu, 23 Jul 2026 23:06:23 +0530 Subject: [PATCH] fix(testimonials): replace testimonial names with recode hive contributors (#1983) --- .../testimonials/TestimonialCarousel.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/testimonials/TestimonialCarousel.tsx b/src/components/testimonials/TestimonialCarousel.tsx index 63d9a001..36aa8398 100644 --- a/src/components/testimonials/TestimonialCarousel.tsx +++ b/src/components/testimonials/TestimonialCarousel.tsx @@ -14,31 +14,31 @@ interface Testimonial { const testimonials: Testimonial[] = [ { text: "The Recode Hive team are amazing to work with, very responsive. I'm a newbie to AI and they stepped us through the process", - image: "/icons/ethan.png", - name: "Ethan Trang", - role: "AI Engineer @ Relevance AI", + image: "https://github.com/sanjay-kv.png", + name: "Sanjay K V", + role: "Project Maintainer @ Recode Hive", }, { text: "The tech talent in Recode Hive is unparalleled. We worked with consultants who work in companies like Palantir, OpenAI, Relevance AI and more", - image: "/icons/vivien.png", - name: "Vivien Chen", - role: "Founder @ Toastie (BC Y24)", + image: "https://github.com/Rohitdey45.png", + name: "Rohit Dey", + role: "Open Source Contributor", }, { text: "We were able to get our project scoped, matched and kicked off in one day. Our invoicing is now 10x faster, thanks to Recode Hive's automation.", - image: "/icons/daniel.png", - name: "Daniel Han", - role: "Founder @ Unsloth AI (YC W24)", + image: "https://github.com/Abhash-kumar-sinha.png", + name: "Abhash Kumar", + role: "Recode Hive Contributor", }, { text: "You're constantly inspiring me to get applying for jobs and help me to improve my resume for 90+ ATS score and improve my LinkedIn profile.", - image: "/icons/aryan.png", + image: "https://github.com/aryan-gupta.png", name: "Aryan Gupta", role: "Community Member", }, { text: "Pointing out that my contributions all points back to my personal projects is an eye opener, especially now that I want to start building towards open source.", - image: "/icons/donald.png", + image: "https://github.com/donald-anyamba.png", name: "Donald Anyamba", role: "Community Member", },