@await Html.PartialAsync("~/Components/Organisms/HeroVolunteer/HeroVolunteer.cshtml", new HeroVolunteerProps
{
"Label": "Volunteer",
"Name": "Sarah",
"Bio": "Sarah was diagnosed with breast cancer in 2015 and has been an active volunteer ever since, supporting newly diagnosed patients through their journey.",
"Treatments": [
"Lumpectomy",
"Radiotherapy",
"Hormone therapy"
],
"Experiences": [
"Mother of young children",
"Working during treatment"
],
"ImageHtml": null,
"Breadcrumb": {
"Items": [
{
"Name": "Home",
"Url": "/"
},
{
"Name": "Volunteers",
"Url": "/volunteers"
}
],
"MobileBackLinkText": null,
"BackToPrefix": "Back to ",
"Variant": ""
}
})