11 lines
562 B
TypeScript
11 lines
562 B
TypeScript
import { Testimonial } from "@/shared/types";
|
|
|
|
export const testimonials: Testimonial[] = [
|
|
{
|
|
name: "Alex Brown",
|
|
avatar: "https://picsum.photos/200",
|
|
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.",
|
|
}
|
|
]; |