@await Html.PartialAsync("~/Components/Atoms/Button/Button.cshtml", new ButtonProps
{
"Variant": "primary",
"Type": "button",
"Disabled": true,
"AriaLabel": "",
"Name": "",
"Value": "",
"Action": "",
"LinkText": "Out of stock",
"LinkUrl": "",
"LinkTarget": "",
"IsActive": false
})