Update headshot to use actual photo

This commit is contained in:
2026-04-18 16:47:50 -04:00
parent 7329204125
commit 9162752492
+1 -1
View File
@@ -5,7 +5,7 @@ export default function Introduction() {
<div> <div>
<div className="overflow-hidden rounded-2xl border border-slate-200 bg-emerald-50/40"> <div className="overflow-hidden rounded-2xl border border-slate-200 bg-emerald-50/40">
<img <img
src="/docs/headshot-placeholder.png" src="/docs/headshot"
alt="Peter-William L. Myers headshot" alt="Peter-William L. Myers headshot"
className="h-80 w-full bg-emerald-100 object-cover md:h-96" className="h-80 w-full bg-emerald-100 object-cover md:h-96"
/> />