@await Html.PartialAsync("~/Components/Molecules/StoryCard/StoryCard.cshtml", new StoryCardProps
{
"Title": "A Very Long Story Title That Tests Wrapping",
"Description": "This is a much longer description that will test how the card handles text overflow and line wrapping in the content area",
"ImageHtml": {},
"LinkText": "",
"LinkUrl": "/stories/long-content",
"LinkTarget": "",
"IsActive": false
})