Skip to content

Commit 51f8d76

Browse files
mostlyerrorclaude
andcommitted
Update headshot photo across site
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 7ec4c61 commit 51f8d76

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/about/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function About() {
4242
<div className="flex flex-col md:flex-row gap-12 items-start mb-12">
4343
<div className="md:w-1/3 flex-shrink-0">
4444
<Image
45-
src="/ben-headshot-2.jpg"
45+
src="/ben-headshot-3.jpg"
4646
alt="Ben Poon"
4747
width={400}
4848
height={400}

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export default function Home() {
209209
</div>
210210
<div className="flex items-center gap-4">
211211
<Image
212-
src="/ben-headshot.jpg"
212+
src="/ben-headshot-3.jpg"
213213
alt="Ben Poon"
214214
width={96}
215215
height={96}

public/ben-headshot-3.jpg

147 KB
Loading

0 commit comments

Comments
 (0)