@await Html.PartialAsync("~/Components/Molecules/PublicationProductCard/PublicationProductCard.cshtml", new PublicationProductCardProps
{
"Title": "Name of download here over two lines",
"Description": "Short description here over two lines only lorem ipsum dolores",
"UpdatedDate": "Updated 25 Jan 2024",
"PublicationUrl": "#",
"CanShowAddToBasket": true,
"IsOutOfStock": false,
"IsNoLongerAvailable": true,
"NoLongerAvailableText": "This is no longer available - we have a new Publication replacing this one please see:",
"NoLongerAvailableLink": "#",
"MaxOrderText": "",
"MaxQuantity": 50,
"CanShowDownloads": true,
"DownloadOptions": {
"PdfUrl": "#",
"PdfFileSize": "50kb",
"EpubUrl": "#",
"AudioUrl": "#",
"KindleUrl": "#"
}
})