@await Html.PartialAsync("~/Components/Molecules/SidebarMenu/SidebarMenu.cshtml", new SidebarMenuProps
{
"Heading": "In this section",
"Links": [
{
"LinkText": "What are the main challenges we\u0027re facing in breast cancer research?",
"LinkUrl": "#challenges",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "Understanding the complex science behind this groundbreaking project",
"LinkUrl": "#science",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "Meet the world-leading researchers driving this important work forward",
"LinkUrl": "#researchers",
"LinkTarget": null,
"IsActive": false
}
],
"LogoutUrl": ""
})