@await Html.PartialAsync("~/Components/Organisms/QuoteWithImage/QuoteWithImage.cshtml", new QuoteWithImageProps
{
"QuoteText": "Early detection saves lives. Regular screening is crucial for breast cancer prevention.",
"Author": "Dr. Sarah Johnson",
"Role": "Breast Cancer Specialist",
"ImageHtml": null,
"BgColor": "bg-lightpink-400"
})