@await Html.PartialAsync("~/Components/Molecules/PublicationProductCard/PublicationProductCard.cshtml", new PublicationProductCardProps
{
"Title": "Brief Publication Title",
"Description": "Short description of the publication.",
"UpdatedDate": "",
"PublicationUrl": "#",
"CanShowAddToBasket": true,
"IsOutOfStock": false,
"IsNoLongerAvailable": false,
"NoLongerAvailableText": "",
"NoLongerAvailableLink": "",
"MaxOrderText": "",
"MaxQuantity": 25,
"CanShowDownloads": true,
"DownloadOptions": {
"PdfUrl": "#",
"PdfFileSize": "1.2MB",
"EpubUrl": null,
"AudioUrl": null,
"KindleUrl": null
}
})