feat: update testimonials

This commit is contained in:
2026-05-28 12:17:38 -07:00
parent 90b9b05608
commit ac755e0794
3 changed files with 15 additions and 27 deletions
+7 -3
View File
@@ -14,7 +14,9 @@ export const metadata: Metadata = {
export default function AboutPage() {
return (
<div className="space-y-14">
<Hero label="About">
{/* Hero Section */}
<Hero label="About">
<div className="space-y-5 text-[19px] leading-[1.65]">
<p>
I came up through healthcare IT help desk, then Salesforce
@@ -31,12 +33,12 @@ export default function AboutPage() {
<p>
Based in Arizona, looking for remote-US roles where shipping
frontend product and building AI tooling around it are both
first-class. Bonus points for teams that take design seriously
and don&apos;t hand things off at every layer.
first-class.
</p>
</div>
</Hero>
{/* Education */}
<section className="space-y-4">
<SectionLabel label="Education" />
<ul className="space-y-2">
@@ -51,6 +53,7 @@ export default function AboutPage() {
</ul>
</section>
{/* Timeline */}
<section className="space-y-4">
<SectionLabel label="Timeline" />
<ul className="space-y-2">
@@ -67,6 +70,7 @@ export default function AboutPage() {
<AccentLink link="/cv.pdf" label="Download CV (PDF)" />
{/* Social Links */}
<nav aria-label="Contact" className="flex gap-5 text-neutral-300">
<Tooltip text="Email">
<a
+5 -22
View File
@@ -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. Hed 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:
"Hes at his best when the problem doesnt fit cleanly into one stack. Id hand him an ambiguous brief and a week later hed 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.",
}
];
+3 -2
View File
@@ -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" },
];