@await Html.PartialAsync("~/Components/Atoms/QuickLink/QuickLink.cshtml", new QuickLinkProps
{
"LinkText": "This is a much longer quick link text that demonstrates how the component handles text wrapping across multiple lines",
"LinkUrl": "/services",
"LinkTarget": "",
"IsActive": false
})