@await Html.PartialAsync("~/Components/Organisms/CourseTopicBlock/CourseTopicBlock.cshtml", new CourseTopicBlockProps
{
"Title": "Course topics",
"Cards": [
{
"Title": "Introduction to Breast Cancer",
"Category": "Module 1",
"Description": "An overview of breast cancer, its types, and basic terminology",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 5,
"LinkText": null,
"LinkUrl": "/course/module-1",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Diagnosis and Screening",
"Category": "Module 2",
"Description": "Understanding diagnostic procedures and screening methods",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 5,
"LinkText": null,
"LinkUrl": "/course/module-2",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Surgery and Treatment Planning",
"Category": "Module 3",
"Description": "Detailed information about surgical options and treatment planning",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 5,
"LinkText": null,
"LinkUrl": "/course/module-3",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Chemotherapy and Radiation",
"Category": "Module 4",
"Description": "What to expect from chemotherapy and radiation therapy",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 5,
"LinkText": null,
"LinkUrl": "/course/module-4",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Managing Side Effects",
"Category": "Module 5",
"Description": "Practical strategies for managing treatment side effects",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 5,
"LinkText": null,
"LinkUrl": "/course/module-5",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Recovery and Follow-up Care",
"Category": "Module 6",
"Description": "Life after treatment, follow-up care, and wellness strategies",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 5,
"LinkText": null,
"LinkUrl": "/course/module-6",
"LinkTarget": null,
"IsActive": false
}
]
})