@await Html.PartialAsync("~/Components/Organisms/QuoteWithImage/QuoteWithImage.cshtml", new QuoteWithImageProps
{
"QuoteText": "The support I received during my treatment journey was incredible. The team made me feel cared for every step of the way.",
"Author": "Emily Davis",
"Role": "Breast Cancer Survivor",
"ImageHtml": {},
"BgColor": "bg-lightpink-400"
})