@await Html.PartialAsync("~/Components/Organisms/DonationBlock/DonationBlock.cshtml", new DonationBlockProps
{
"ImageHtml": null,
"Description": "Your donation helps fund life-saving research and support for people affected by breast cancer.",
"LinkUrl": "#",
"LinkText": "Kreena\u0027s story",
"DonationForm": {
"Heading": "DONATE NOW",
"BackgroundColor": "purple",
"DefaultDonationType": "one-off",
"DonationTypeSupported": "both",
"PricePointsOneOff": [
{
"Value": 10,
"Default": true,
"Copy": null
},
{
"Value": 20,
"Default": false,
"Copy": null
},
{
"Value": 30,
"Default": false,
"Copy": null
}
],
"PricePointsRegular": [
{
"Value": 5,
"Default": false,
"Copy": null
},
{
"Value": 10,
"Default": true,
"Copy": null
},
{
"Value": 15,
"Default": false,
"Copy": null
}
],
"SubmitText": "Donate",
"CustomAmountPlaceholder": "Enter your own amount",
"ShowPricePointDescription": false,
"AmountMessageOneOff": null,
"AmountMessageRegular": null,
"CampaignName": null,
"CampaignId": null,
"Source": null,
"Medium": null,
"UtmSource": null,
"UtmMedium": null,
"UtmCampaign": null,
"UtmContent": null
},
"PopUp": null
})