feat: add new testimonial

This commit is contained in:
2026-06-02 13:27:02 -07:00
parent c4f90bf93d
commit 4a9ca707fc
+7
View File
@@ -7,5 +7,12 @@ export const testimonials: Testimonial[] = [
title: "Engineering Manager & Senior Engineer · Healthcare Tech", title: "Engineering Manager & Senior Engineer · Healthcare Tech",
quote: quote:
"Angel is an outstanding engineer. One of the fastest learners I've ever met. If you put him on a project he will get up to speed & start working on it almost immediately, even if he has zero previous context. He is an excellent addition to any team. Reliable, insightful & a generally great human being.", "Angel is an outstanding engineer. One of the fastest learners I've ever met. If you put him on a project he will get up to speed & start working on it almost immediately, even if he has zero previous context. He is an excellent addition to any team. Reliable, insightful & a generally great human being.",
},
{
name: "Karynn Tran",
avatar: "https://picsum.photos/200",
title: "Senior Software Engineer",
quote:
"I had the pleasure of working with Angel at VillageMD. What stood out immediately was how quickly Angel transitioned from the Salesforce team onto our Growth engineering team as a full stack engineer. He onboarded with impressive speed and confidence - hitting the ground running and contributing meaningfully in no time. Beyond his technical aptitude, Angel brings a genuine curiosity and willingness to learn. He always asked thoughtful questions and had a sharp eye for inefficiency, looking for ways to improve our processes rather than simply accepting the status quo. His knowledge of emerging technologies, particularly around AI, is impressive, and he regularly shared insights that broadened my own perspective. Angel is a true asset to any team he joins and any organization would be lucky to have him.",
} }
]; ];