{
  "name": "error-page-shell",
  "kind": "page",
  "primary": "article",
  "page": "/catalog/page-shells/app/error-page/error-page.contents.html",
  "slots": [
    {
      "name": "error-content",
      "tagName": "section",
      "html": "<col-ui align=\"center\" gap=\"4\">\n      <text-ui variant=\"display\">404</text-ui>\n      <h1>Page not found</h1>\n      <text-ui color=\"subtle\">The page you are looking for does not exist or has been moved.</text-ui>\n    </col-ui>"
    },
    {
      "name": "navigation",
      "tagName": "nav",
      "html": "<row-ui gap=\"3\" justify=\"center\">\n      <button-ui text=\"Go home\" variant=\"primary\" icon=\"house\"></button-ui>\n      <button-ui text=\"Back\" variant=\"outline\" icon=\"arrow-left\"></button-ui>\n    </row-ui>"
    }
  ],
  "nested": [],
  "attrs": {},
  "html": "<article>\n  <section data-chunk-slot=\"error-content\">\n    <col-ui align=\"center\" gap=\"4\">\n      <text-ui variant=\"display\">404</text-ui>\n      <h1>Page not found</h1>\n      <text-ui color=\"subtle\">The page you are looking for does not exist or has been moved.</text-ui>\n    </col-ui>\n  </section>\n\n  <nav data-chunk-slot=\"navigation\">\n    <row-ui gap=\"3\" justify=\"center\">\n      <button-ui text=\"Go home\" variant=\"primary\" icon=\"house\"></button-ui>\n      <button-ui text=\"Back\" variant=\"outline\" icon=\"arrow-left\"></button-ui>\n    </row-ui>\n  </nav>\n</article>",
  "source": "catalog/page-shells/app/error-page/error-page.contents.html",
  "metadata": {
    "domain": "error",
    "description": "Generic error page with centered status code, message, and recovery action button.",
    "keywords": [
      "error",
      "page",
      "status",
      "recovery",
      "action",
      "404",
      "500",
      "not-found",
      "unavailable",
      "maintenance"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "404"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "display",
      "textContent": "Page not found"
    },
    {
      "id": "text-3",
      "component": "Text",
      "color": "subtle",
      "textContent": "The page you are looking for does not exist or has been moved."
    },
    {
      "id": "column",
      "component": "Column",
      "align": "center",
      "gap": "4",
      "children": [
        "text",
        "text-2",
        "text-3"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "data-chunk-slot": "error-content",
      "children": [
        "column"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "icon": "house",
      "text": "Go home",
      "variant": "primary"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "arrow-left",
      "text": "Back",
      "variant": "outline"
    },
    {
      "id": "row",
      "component": "Row",
      "gap": "3",
      "justify": "center",
      "children": [
        "button",
        "button-2"
      ]
    },
    {
      "id": "nav",
      "component": "Nav",
      "data-chunk-slot": "navigation",
      "children": [
        "row"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "children": [
        "section",
        "nav"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "section-2"
      ]
    }
  ]
}
