@await Html.PartialAsync("~/Components/Molecules/AccordionItem/AccordionItem.cshtml", new AccordionItemProps
{
"Question": "Quicklink lorem ipsum dolor sit amet",
"Answer": "\u003Cp\u003EThis is the answer content that appears when the accordion item is expanded.\u003C/p\u003E",
"IsExpanded": false
})