perf(images): convert all images and assets to high efficiency WebP format

This commit is contained in:
2026-08-29 17:30:29 -07:00
parent d63011c01e
commit 30ffedea17
103 changed files with 50 additions and 51 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export default function AboutSection() {
<div style={{ position: 'relative', width: '220px', height: '220px', margin: '0 auto 24px' }}>
<Image
src="/images/logo_monogram.png"
src="/images/logo_monogram.webp"
alt="Wise Hearted Monogram Logo"
fill
style={{ objectFit: 'contain' }}