@await Html.PartialAsync("~/Components/Molecules/CardFeature/CardFeature.cshtml", new CardFeatureProps
{
"Type": 12,
"Category": null,
"Title": "Featured content with a much longer title to test wrapping",
"Description": "This is a featured card with a longer description to demonstrate how the component handles more content and wraps appropriately within the card layout.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": "",
"HeadingLevel": 3,
"LinkText": "",
"LinkUrl": "/feature",
"LinkTarget": "",
"IsActive": false
})