feat: update testimonials
This commit is contained in:
@@ -2,27 +2,10 @@ import { Testimonial } from "@/shared/types";
|
||||
|
||||
export const testimonials: Testimonial[] = [
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
title: "Senior Software Engineer · Patient Platforms",
|
||||
name: "Alex Brown",
|
||||
avatar: "https://picsum.photos/200",
|
||||
title: "Engineering Manager & Senior Engineer · Healthcare Tech",
|
||||
quote:
|
||||
"Working with Angel was the first time I saw someone treat Claude Code as a real engineering tool instead of a toy. He’d built half a workflow before the rest of us figured out it was possible.",
|
||||
},
|
||||
{
|
||||
name: "Marcus Whitfield",
|
||||
title: "Staff Frontend Engineer",
|
||||
quote:
|
||||
"He owned the component library end-to-end and ran the migration without breaking a single screen. Quiet shipper — you only notice his work when you go looking for it.",
|
||||
},
|
||||
{
|
||||
name: "Priya Anand",
|
||||
title: "Product Designer",
|
||||
quote:
|
||||
"Angel is the rare engineer who actually reads designs and asks questions when something feels off. Half my polish budget got returned to me on the projects he was on.",
|
||||
},
|
||||
{
|
||||
name: "Daniel Okafor",
|
||||
title: "Engineering Manager",
|
||||
quote:
|
||||
"He’s at his best when the problem doesn’t fit cleanly into one stack. I’d hand him an ambiguous brief and a week later he’d come back with a working prototype and a plan.",
|
||||
},
|
||||
"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.",
|
||||
}
|
||||
];
|
||||
@@ -1,5 +1,6 @@
|
||||
export const timeline = [
|
||||
{ span: "2024 - now", role: "Software Engineer · Frontend & AI tooling" },
|
||||
{ span: "2022 - 2024", role: "Salesforce Administrator" },
|
||||
{ span: "2025 - now", role: "Software Engineer" },
|
||||
{ span: "2023 - 2025", role: "Salesforce Administrator" },
|
||||
{ span: "2022 - 2023", role: "Application Support Specialist" },
|
||||
{ span: "2019 - 2022", role: "Help Desk / IT Operations" },
|
||||
];
|
||||
Reference in New Issue
Block a user