@await Html.PartialAsync("~/Components/Molecules/QuickLinks/QuickLinks.cshtml", new QuickLinksProps
{
"Title": "Quick link",
"Links": [
{
"LinkText": "Learn more about breast cancer",
"LinkUrl": "/learn-more",
"LinkTarget": null,
"IsActive": false
}
]
})