@await Html.PartialAsync("~/Components/Molecules/ImageCaption/ImageCaption.cshtml", new ImageCaptionProps
{
"ImageHtml": {},
"Caption": "This is a much longer caption that tests how the component handles extensive text content. It includes multiple sentences to ensure proper wrapping and spacing within the caption area.",
"ModifierClasses": ""
})