@await Html.PartialAsync("~/Components/Molecules/Breadcrumb/Breadcrumb.cshtml", new BreadcrumbProps
{
"Items": [
{
"Name": "Home",
"Url": "/"
},
{
"Name": "Support and Information",
"Url": "/support"
},
{
"Name": "Living with Breast Cancer",
"Url": "/support/living-with-breast-cancer"
}
],
"MobileBackLinkText": "",
"BackToPrefix": "Back to ",
"Variant": ""
})