@await Html.PartialAsync("~/Components/Organisms/PersonBlock/PersonBlock.cshtml", new PersonBlockProps
{
"Heading": "Meet our senior volunteers",
"Description": "Here are some of our volunteers. You can choose a volunteer to contact using our matching system. Register to find the right volunteer for you.",
"SelectedPeople": [
{
"Name": "Anahita",
"Role": null,
"ShortBio": "Anahita has been a volunteer for 2 years. She was first diagnosed with breast cancer in 2005 at 20 years old.",
"Url": "#",
"ImageHtml": {}
},
{
"Name": "Maria Garcia",
"Role": null,
"ShortBio": "Maria volunteers as a peer support specialist, helping newly diagnosed patients navigate their journey.",
"Url": "#",
"ImageHtml": {}
},
{
"Name": "Sophie Chen",
"Role": null,
"ShortBio": "Sophie has been volunteering for 3 years, focusing on supporting young women with breast cancer.",
"Url": "#",
"ImageHtml": {}
}
],
"CallToAction": {
"Variant": "primary",
"Type": null,
"Disabled": false,
"AriaLabel": null,
"Name": null,
"Value": null,
"Action": null,
"LinkText": "Register now",
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
"BackgroundColour": "light-pink"
})