@await Html.PartialAsync("~/Components/Organisms/HeroVolunteer/HeroVolunteer.cshtml", new HeroVolunteerProps
{
"Label": "Volunteer",
"Name": "Jennifer",
"Bio": "Jennifer has been living with secondary breast cancer since 2012. Her experience with multiple treatments and ongoing care has given her unique insights that she shares with others facing similar challenges.",
"Treatments": [
"Chemotherapy",
"Radiotherapy",
"Hormone therapy",
"Targeted therapy",
"Mastectomy and reconstruction",
"Ongoing monitoring"
],
"Experiences": [
"Secondary breast cancer",
"Long-term side effects",
"Career changes",
"Family support needs"
],
"ImageHtml": {},
"Breadcrumb": {
"Items": [
{
"Name": "Home",
"Url": "/"
},
{
"Name": "Support",
"Url": "/support"
},
{
"Name": "Volunteers",
"Url": "/support/volunteers"
}
],
"MobileBackLinkText": null,
"BackToPrefix": "Back to ",
"Variant": ""
}
})