@await Html.PartialAsync("~/Components/Molecules/ResourceDownloadCard/ResourceDownloadCard.cshtml", new ResourceDownloadCardProps
{
"Title": "Patient Information Guide",
"Description": "Essential information for patients and caregivers",
"LinkText": "Download PDF",
"LinkUrl": "#",
"LinkType": "download",
"FileSize": "2.5MB"
})