@await Html.PartialAsync("~/Components/Molecules/PopularSearches/PopularSearches.cshtml", new PopularSearchesProps
{
"PopularSearchCards": [
{
"Title": "Breast Cancer Symptoms",
"Category": null,
"Description": null,
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 0,
"LinkText": null,
"LinkUrl": "/information-support/symptoms",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Treatment Options",
"Category": null,
"Description": null,
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 0,
"LinkText": null,
"LinkUrl": "/information-support/treatment",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Support Services",
"Category": null,
"Description": null,
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 0,
"LinkText": null,
"LinkUrl": "/information-support/services",
"LinkTarget": null,
"IsActive": false
}
]
})