@await Html.PartialAsync("~/Components/Organisms/Accordion/Accordion.cshtml", new AccordionProps
{
"Title": "This is a very long accordion title that demonstrates how the component handles extended heading text",
"BackgroundColor": "bg-pink",
"Items": [
{
"Question": "Sample question",
"Answer": "\u003Cp\u003ESample answer content.\u003C/p\u003E",
"IsExpanded": false
}
]
})