@await Html.PartialAsync("~/Components/Organisms/HealthInformationCards/HealthInformationCards.cshtml", new HealthInformationCardsProps
{
"Cards": [
{
"Title": "Screening",
"Description": "Regular breast screening saves lives.",
"LinkUrl": "/health-information/screening"
}
]
})