@await Html.PartialAsync("~/Components/Organisms/HeroArticle/HeroArticle.cshtml", new HeroArticleProps
{
"BreadcrumbProps": {
"Items": [
{
"Name": "Home",
"Url": "/"
},
{
"Name": "Research",
"Url": "/research"
},
{
"Name": "Targeted therapy",
"Url": "/research/targeted-therapy"
}
],
"MobileBackLinkText": "Back to Targeted therapy",
"BackToPrefix": "Back to ",
"Variant": ""
},
"Tag": "Latest Research Updates",
"Title": "New findings in hormone therapy effectiveness",
"ImageHtml": {}
})