@await Html.PartialAsync("~/Components/Organisms/HeroVolunteer/HeroVolunteer.cshtml", new HeroVolunteerProps
{
"Label": "Volunteer",
"Name": "Catriona",
"Bio": "In the summer of 2010, Catriona rolled over in bed and felt something in her right breast. 2 weeks later she was told she had breast cancer, and underwent intense treatment. The support Catriona found via this charity inspired her to become a Someone Like Me volunteer.",
"Treatments": [
"Chemotherapy",
"Radiotherapy",
"Hormone therapy",
"Mastectomy and reconstruction"
],
"Experiences": [
"Single at diagnosis"
],
"ImageHtml": {},
"Breadcrumb": {
"Items": [
{
"Name": "Home",
"Url": "/"
},
{
"Name": "Grandparent",
"Url": "/grandparent"
},
{
"Name": "Parent",
"Url": "/parent"
}
],
"MobileBackLinkText": null,
"BackToPrefix": "Back to ",
"Variant": ""
}
})