@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. Short description here over two lines only lorem ipsum dolores Short description here over two lines only lorem ipsum dolores Short description here over two lines only lorem ipsum dolores",
"UpdatedDate": "Updated 25 Jan 2024",
"PublicationUrl": "#",
"CanShowAddToBasket": false,
"IsOutOfStock": false,
"IsNoLongerAvailable": false,
"NoLongerAvailableText": "",
"NoLongerAvailableLink": "",
"MaxOrderText": "",
"MaxQuantity": 50,
"CanShowDownloads": true,
"DownloadOptions": {
"PdfUrl": "#",
"PdfFileSize": "50kb",
"EpubUrl": "#",
"AudioUrl": "#",
"KindleUrl": "#"
}
})