Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ function HomepageHeader() {
<div className="container">
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'center', gap: '2rem', flexWrap: 'wrap' }}>
{/* Explicit width/height to prevent CLS and ensure proper aspect ratio */}
{/* fetchPriority="high" improves LCP by prioritizing hero image download */}
<img
src={Logo}
alt="5L Labs Logo"
style={{ height: '150px' }}
width={138}
height={150}
fetchPriority="high"
/>
<div style={{ textAlign: 'left' }}>
<h1 className="hero__title">{siteConfig.title}</h1>
Expand Down
Loading