@await Html.PartialAsync("~/Components/Organisms/HeroManager/HeroManager.cshtml", new HeroManagerProps
{
"BreadcrumbProps": {
"Items": [
{
"Name": "Home",
"Url": "/"
},
{
"Name": "About us",
"Url": "/about-us"
},
{
"Name": "Our team",
"Url": "/about-us/our-team"
}
],
"MobileBackLinkText": null,
"BackToPrefix": "Back to ",
"Variant": ""
},
"Tag": "Research lead",
"Name": "Professor Jane Mitchell",
"Role": "Head of Clinical Research",
"BioText": "Professor Mitchell leads our clinical research team, working on groundbreaking studies that aim to improve early detection and treatment outcomes for breast cancer patients across the UK.",
"ImageHtml": null
})