@await Html.PartialAsync("~/Components/Molecules/ImageZoom/ImageZoom.cshtml", new ImageZoomProps
{
"ImageHtml": {},
"Caption": "",
"ZoomImageCrops": [
"https://picsum.photos/id/1/1344/576",
"https://picsum.photos/id/1/1344/672",
"https://picsum.photos/id/1/1344/756",
"https://picsum.photos/id/1/1344/896"
],
"ModifierClasses": "center"
})