@await Html.PartialAsync("~/Components/Molecules/SidebarMenu/SidebarMenu.cshtml", new SidebarMenuProps
{
"Heading": "",
"Links": [
{
"LinkText": "What\u0027s the challenge?",
"LinkUrl": "#challenge",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "What\u0027s the science behind the project?",
"LinkUrl": "#science",
"LinkTarget": null,
"IsActive": false
}
],
"LogoutUrl": ""
})