From 4a9ca707fcb9c115cf5d64dd7970d9fd51b72149 Mon Sep 17 00:00:00 2001 From: angelmankel Date: Tue, 2 Jun 2026 13:27:02 -0700 Subject: [PATCH] feat: add new testimonial --- constants/testimonials.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/constants/testimonials.ts b/constants/testimonials.ts index f69c365..ac14eb9 100644 --- a/constants/testimonials.ts +++ b/constants/testimonials.ts @@ -7,5 +7,12 @@ export const testimonials: Testimonial[] = [ title: "Engineering Manager & Senior Engineer ยท Healthcare Tech", 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.", + }, + { + 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.", } ]; \ No newline at end of file