Properties
Component Code
@await Html.PartialAsync("~/Components/Organisms/HeroVolunteer/HeroVolunteer.cshtml", new HeroVolunteerProps
{
"Label": "Volunteer",
"Name": "Rachel",
"Bio": "Rachel completed her treatment in 2019 and volunteers to help others navigate their treatment journey.",
"Treatments": [
"Lumpectomy",
"Radiotherapy"
],
"Experiences": [],
"ImageHtml": {},
"Breadcrumb": {
"Items": [
{
"Name": "Home",
"Url": "/"
},
{
"Name": "Volunteers",
"Url": "/volunteers"
}
],
"MobileBackLinkText": null,
"BackToPrefix": "Back to ",
"Variant": ""
}
})