feat: update testimonials
This commit is contained in:
+6
-2
@@ -14,6 +14,8 @@ export const metadata: Metadata = {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<div className="space-y-14">
|
||||
|
||||
{/* Hero Section */}
|
||||
<Hero label="About">
|
||||
<div className="space-y-5 text-[19px] leading-[1.65]">
|
||||
<p>
|
||||
@@ -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'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
|
||||
|
||||
@@ -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