@await Html.PartialAsync("~/Components/Organisms/HealthInformationCards/HealthInformationCards.cshtml", new HealthInformationCardsProps
{
"Cards": [
{
"Title": "Understanding your diagnosis",
"Description": "Being diagnosed with breast cancer can feel overwhelming.",
"LinkUrl": "/health-information/diagnosis"
},
{
"Title": "Treatment options",
"Description": "There are several treatment options available.",
"LinkUrl": "/health-information/treatment"
},
{
"Title": "Side effects",
"Description": "Treatment can cause a range of side effects.",
"LinkUrl": "/health-information/side-effects"
},
{
"Title": "Living with breast cancer",
"Description": "Practical advice for day-to-day living.",
"LinkUrl": "/health-information/living"
},
{
"Title": "Support services",
"Description": "We offer a range of support services.",
"LinkUrl": "/support"
}
]
})