feat: update testimonials
This commit is contained in:
+7
-3
@@ -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'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
|
||||
|
||||
Reference in New Issue
Block a user