@await Html.PartialAsync("~/Components/Molecules/JumpLinks/JumpLinks.cshtml", new JumpLinksProps
{
"Heading": "On this page",
"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
}
]
})