Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/components/testimonials/TestimonialCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
Loading