perf: explicit 384px sizes to eliminate lighthouse image delivery penalties

This commit is contained in:
2026-06-28 16:37:01 +02:00
parent e9e209d6e7
commit f04163f56d
3 changed files with 11820 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ export function SubCompanyTiles(props: SubCompanyTilesProps) {
? 'opacity-30 grayscale-0 scale-105'
: 'opacity-40 grayscale-[50%] group-hover:opacity-30 group-hover:grayscale-0 group-hover:scale-110'
}`}
sizes="(max-width: 768px) 100vw, (max-width: 1024px) 50vw, 25vw"
sizes="(max-width: 768px) 100vw, (max-width: 1024px) 50vw, 384px"
/>
</div>