Error404
Error404Page that displays a full-page error 404 message with an image, a heading, and an optional button, all within a styled container.
Last updated
Error404Page that displays a full-page error 404 message with an image, a heading, and an optional button, all within a styled container.
Last updated
Component path: src/blocks/maintenance/Error404.tsx
Component usage path: src/app/blocks/error404/page.tsx
Preview link:
heading
string
Main message or heading for the error page.
"Oops! Page Not Found"
primaryBtn
ButtonProps
Properties for the primary button.
{ variant: "contained", size: "medium", children: "Go Home", onClick: handleClick }