@await Html.PartialAsync("~/Components/Organisms/Accordion/Accordion.cshtml", new AccordionProps
{
"Title": "Frequently Asked Questions",
"BackgroundColor": "bg-pink",
"Items": [
{
"Question": "What is breast cancer?",
"Answer": "\u003Cp\u003EBreast cancer is a disease in which cells in the breast grow out of control. There are different kinds of breast cancer.\u003C/p\u003E",
"IsExpanded": false
}
]
})