@await Html.PartialAsync("~/Components/Organisms/CardListing/CardListing.cshtml", new CardListingProps
{
"Cards": [
{
"Title": "Community Fundraising",
"Category": "Fundraising",
"Description": "Join us in this important role.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 4,
"LinkText": null,
"LinkUrl": "/volunteer/community-fundraising",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Support Line",
"Category": "Support",
"Description": "Join us in this important role.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 4,
"LinkText": null,
"LinkUrl": "/volunteer/support-line",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Event Support",
"Category": "Events",
"Description": "Join us in this important role.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 4,
"LinkText": null,
"LinkUrl": "/volunteer/event-support",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Research Assistant",
"Category": "Research",
"Description": "Join us in this important role.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 4,
"LinkText": null,
"LinkUrl": "/volunteer/research-assistant",
"LinkTarget": null,
"IsActive": false
}
],
"CallToAction": null,
"NoResultsText": "No results found.",
"TotalResultsMessage": "",
"PaginationHtml": null,
"LayoutVariant": ""
})