@await Html.PartialAsync("~/Components/Molecules/Card/Card.cshtml", new CardProps
{
"Title": "Information Card",
"Description": "This card has no link, so the title is displayed as plain text.",
"DescriptionHtml": null,
"Category": "Fundraising",
"ImageHtml": {},
"CssClass": "",
"HeadingLevel": 3,
"Type": 0,
"LinkText": "",
"LinkUrl": "",
"LinkTarget": "",
"IsActive": false
})