@await Html.PartialAsync("~/Components/Organisms/HealthInformationCards/HealthInformationCards.cshtml", new HealthInformationCardsProps
{
"Cards": [
{
"Title": "Understanding your diagnosis",
"Description": "Being diagnosed with breast cancer can feel overwhelming. We\u0027re here to help you understand what it means and what happens next.",
"LinkUrl": "/health-information/diagnosis"
},
{
"Title": "Treatment options",
"Description": "There are several treatment options available, and your care team will recommend the best approach based on your individual circumstances.",
"LinkUrl": "/health-information/treatment"
},
{
"Title": "Side effects of treatment",
"Description": "Treatment for breast cancer can cause a range of side effects. Some are temporary and will improve once treatment has finished.",
"LinkUrl": "/health-information/side-effects"
}
]
})