@await Html.PartialAsync("~/Components/Molecules/Quote/Quote.cshtml", new QuoteProps
{
"QuoteText": "Early detection saves lives. Regular screening is crucial for breast cancer prevention.",
"Author": "Dr. Sarah Johnson",
"Role": "Breast Cancer Specialist"
})