The content picker allows you to pick content and display whatever parts of that content on your website
Example of getting value on page
(Content!.GetValue<List<Guid>>("PropertyAliasHere"))
var contentItems = await Mediator.Send(new QueryContentCommand
{
Ids = contentIds
});