An employee of the month web part for SharePoint
You want to spotlight one person on the intranet each month. Their photo, their name, and a line about why. Here is a web part for it.

It reads a SharePoint list. The list needs a Person column Employee, a text column EomMonth for the month, and a note column Citation for the few words about them. The name and photo come from the Person column, so you do not type those. The Provision-IntranetLists.ps1 script creates the EmployeeOfMonth list.

In the property pane you point it at the list, choose a layout, and set how many people to show, with the latest one featured. Add a new row each month and the card updates itself.
Employee of the Month is part of my open source SPFx Intranet Suite, a set of web parts for a modern SharePoint intranet. Install the package once and it shows up in the toolbox under Intranet Suite.