@await Html.PartialAsync("~/Components/Molecules/SidebarMenu/SidebarMenu.cshtml", new SidebarMenuProps
{
"Heading": "In this section",
"Links": [
{
"LinkText": "What\u0027s the challenge?",
"LinkUrl": "#whats-the-challenge",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "What\u0027s the science behind the project?",
"LinkUrl": "#whats-the-science",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "Who\u0027s leading the research?",
"LinkUrl": "#whos-leading",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "How will this help people?",
"LinkUrl": "#how-will-this-help",
"LinkTarget": null,
"IsActive": false
}
],
"LogoutUrl": ""
})