@await Html.PartialAsync("~/Components/Organisms/ResourceDownloadBlock/ResourceDownloadBlock.cshtml", new ResourceDownloadBlockProps
{
"Title": "Featured Resource",
"Description": "Download our latest publication:",
"Alignment": "left",
"Resources": [
{
"Title": "Annual Report 2024",
"Description": "Our comprehensive report covering all activities and research from the past year",
"LinkText": "Download PDF",
"LinkUrl": "#",
"LinkType": "download",
"FileSize": "3.2MB"
}
]
})