Skip to content

Commit 39df36e

Browse files
committed
fix(testimonials): replace testimonial names with recode hive contributors (#1983)
1 parent 747b989 commit 39df36e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/components/testimonials/TestimonialCarousel.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@ interface Testimonial {
1414
const testimonials: Testimonial[] = [
1515
{
1616
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",
17-
image: "/icons/ethan.png",
18-
name: "Ethan Trang",
19-
role: "AI Engineer @ Relevance AI",
17+
image: "https://github.com/sanjay-kv.png",
18+
name: "Sanjay K V",
19+
role: "Project Maintainer @ Recode Hive",
2020
},
2121
{
2222
text: "The tech talent in Recode Hive is unparalleled. We worked with consultants who work in companies like Palantir, OpenAI, Relevance AI and more",
23-
image: "/icons/vivien.png",
24-
name: "Vivien Chen",
25-
role: "Founder @ Toastie (BC Y24)",
23+
image: "https://github.com/Rohitdey45.png",
24+
name: "Rohit Dey",
25+
role: "Open Source Contributor",
2626
},
2727
{
2828
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.",
29-
image: "/icons/daniel.png",
30-
name: "Daniel Han",
31-
role: "Founder @ Unsloth AI (YC W24)",
29+
image: "https://github.com/Abhash-kumar-sinha.png",
30+
name: "Abhash Kumar",
31+
role: "Recode Hive Contributor",
3232
},
3333
{
3434
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.",
35-
image: "/icons/aryan.png",
35+
image: "https://github.com/aryan-gupta.png",
3636
name: "Aryan Gupta",
3737
role: "Community Member",
3838
},
3939
{
4040
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.",
41-
image: "/icons/donald.png",
41+
image: "https://github.com/donald-anyamba.png",
4242
name: "Donald Anyamba",
4343
role: "Community Member",
4444
},

0 commit comments

Comments
 (0)