This rather generic SharePoint list is created by a self-service site provisioning setup, and it shows who is in change of any Site Collection.
On the front page on each of the Site Collections the customer requests that we insert a web part with some basic site information. In this case the People web part is not sufficient as some of the metadatea can change over time, such as e.g. the Site Owner.
The obvious choice is therefore a PnP Modern Search results web part using a query like
Path:https://tcwlv.sharepoint.com/sites/SampleTeamSite/Lists/SiteCreationRequestList* basicProvisioningSiteUrlOWSTEXT:{Site.Url}
(basicProvisioningSiteUrlOWSTEXT is the internal name for the SiteUrl column as seen above)
This will give me the data in the list item having the SiteUrl that is the same as the current Site Collection.
I looked in the People layout and found that the template used to display a person is a pnp-persona template and used it in the custom layout. It looks like this and has not hover card.