@await Html.PartialAsync("~/Components/Atoms/Button/Button.cshtml", new ButtonProps
{
"Variant": "skip-link",
"Type": "button",
"Disabled": false,
"AriaLabel": "",
"Name": "",
"Value": "",
"Action": "",
"LinkText": "Skip to main content",
"LinkUrl": "",
"LinkTarget": "",
"IsActive": false
})