@await Html.PartialAsync("~/Components/Organisms/Carousel/Carousel.cshtml", new CarouselProps
{
"Context": "",
"Heading": "Featured Stories",
"Cards": [
{
"Title": "Patient Stories",
"Category": null,
"Description": "Read inspiring stories from breast cancer survivors and their journey to recovery.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 0,
"LinkText": null,
"LinkUrl": "/stories",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Treatment Options",
"Category": null,
"Description": "Learn about the different treatment options available and what to expect during your journey.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 0,
"LinkText": null,
"LinkUrl": "/treatment",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Living Well",
"Category": null,
"Description": "Tips and advice for living well during and after breast cancer treatment.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 0,
"LinkText": null,
"LinkUrl": "/living-well",
"LinkTarget": null,
"IsActive": false
}
],
"CtaButton": {
"Variant": "primary",
"Type": null,
"Disabled": false,
"AriaLabel": null,
"Name": null,
"Value": null,
"Action": null,
"LinkText": "View all stories",
"LinkUrl": "#more-stories",
"LinkTarget": null,
"IsActive": false
},
"BgColor": "cream"
})