perf: optimize homepage and logo images to webp
This commit is contained in:
@@ -18,7 +18,7 @@ export default function Speaking() {
|
||||
{/* Speaker Bio */}
|
||||
{speaking?.bio && (
|
||||
<div className="glass-panel" style={{ padding: '32px', maxWidth: '900px', margin: '0 auto 48px', display: 'flex', gap: '28px', alignItems: 'flex-start', flexWrap: 'wrap' }}>
|
||||
<img src="/images/andre-knie.png" alt="Dr. André Knie" style={{ width: '100px', height: '100px', borderRadius: '50%', objectFit: 'cover', border: '2px solid rgba(var(--accent-color-rgb), 0.3)', flexShrink: 0 }} />
|
||||
<img src="/images/andre-knie.webp" alt="Dr. André Knie" style={{ width: '100px', height: '100px', borderRadius: '50%', objectFit: 'cover', border: '2px solid rgba(var(--accent-color-rgb), 0.3)', flexShrink: 0 }} />
|
||||
<div style={{ flex: 1, minWidth: '250px' }}>
|
||||
<p style={{ color: 'var(--text-secondary)', lineHeight: 1.7, margin: '0 0 16px' }}>{speaking.bio}</p>
|
||||
{speaking.style && (
|
||||
|
||||
Reference in New Issue
Block a user