Add Puter project and optimize portfolio media

This commit is contained in:
2026-08-27 00:53:07 -04:00
parent e0e78c3900
commit 8f1f361047
60 changed files with 48 additions and 29 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ export function Sidebar() {
<div className="w-full space-y-3 px-4 pb-2 pt-4 sm:px-6 lg:hidden">
<div className="flex items-center gap-4">
<ImageWithSkeleton
src="/headshot.png"
src="/headshot.webp"
alt={`${name[0]?.first}&nbsp;${name[0]?.last}`}
width={240}
height={240}
@@ -76,7 +76,7 @@ export function Sidebar() {
<div className="flex-shrink-0 border-b border-border/50 px-8 py-8">
<div className="flex flex-col items-center space-y-4">
<ImageWithSkeleton
src="/headshot.png"
src="/headshot.webp"
alt={`${name[0]?.first} ${name[0]?.last}`}
width={400}
height={400}