@await Html.PartialAsync("~/Components/Organisms/PersonBlock/PersonBlock.cshtml", new PersonBlockProps
{
"Heading": "Meet our senior managers",
"Description": "Our Senior Leadership team are responsible for developing our vision and implementing our strategy.",
"SelectedPeople": [
{
"Name": "Dr Emma Pennery CBE",
"Role": "Chief Executive Officer",
"ShortBio": null,
"Url": "#",
"ImageHtml": {}
},
{
"Name": "Sarah Mitchell",
"Role": "Director of Operations",
"ShortBio": null,
"Url": "#",
"ImageHtml": {}
},
{
"Name": "James Anderson",
"Role": "Head of Finance",
"ShortBio": null,
"Url": "#",
"ImageHtml": {}
}
],
"CallToAction": {
"Variant": "primary",
"Type": null,
"Disabled": false,
"AriaLabel": null,
"Name": null,
"Value": null,
"Action": null,
"LinkText": "See all managers",
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
"BackgroundColour": "pink"
})