@await Html.PartialAsync("~/Components/Molecules/CardFeature/CardFeature.cshtml", new CardFeatureProps
{
"Type": 12,
"Category": null,
"Title": "Featured content",
"Description": "This is a featured card without an image",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": "",
"HeadingLevel": 3,
"LinkText": "",
"LinkUrl": "/feature",
"LinkTarget": "",
"IsActive": false
})