@await Html.PartialAsync("~/Components/Organisms/CourseTopicBlock/CourseTopicBlock.cshtml", new CourseTopicBlockProps
{
"Title": "",
"Cards": [
{
"Title": "Getting Started",
"Category": "Topic 1",
"Description": "Begin your learning journey here",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 5,
"LinkText": null,
"LinkUrl": "/course/start",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Advanced Topics",
"Category": "Topic 2",
"Description": "Dive deeper into complex subjects",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 5,
"LinkText": null,
"LinkUrl": "/course/advanced",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Resources and Support",
"Category": "Topic 3",
"Description": "Additional materials and community support",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 5,
"LinkText": null,
"LinkUrl": "/course/resources",
"LinkTarget": null,
"IsActive": false
}
]
})