{
  "name": "footer-multi-column",
  "kind": "block",
  "primary": "section",
  "page": "/catalog/ui-patterns/v050-marketing-blocks/v050-marketing-blocks.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<section>\n    <col-ui gap=\"6\">\n      <grid-ui columns=\"2 4@md\" gap=\"6\">\n        <col-ui gap=\"2\">\n          <text-ui strong>Product</text-ui>\n          <link-ui href=\"#\" text=\"Features\"></link-ui>\n          <link-ui href=\"#\" text=\"Pricing\"></link-ui>\n          <link-ui href=\"#\" text=\"Integrations\"></link-ui>\n          <link-ui href=\"#\" text=\"Changelog\"></link-ui>\n        </col-ui>\n        <col-ui gap=\"2\">\n          <text-ui strong>Company</text-ui>\n          <link-ui href=\"#\" text=\"About\"></link-ui>\n          <link-ui href=\"#\" text=\"Blog\"></link-ui>\n          <link-ui href=\"#\" text=\"Careers\"></link-ui>\n          <link-ui href=\"#\" text=\"Press\"></link-ui>\n        </col-ui>\n        <col-ui gap=\"2\">\n          <text-ui strong>Resources</text-ui>\n          <link-ui href=\"#\" text=\"Docs\"></link-ui>\n          <link-ui href=\"#\" text=\"API reference\"></link-ui>\n          <link-ui href=\"#\" text=\"Status\"></link-ui>\n          <link-ui href=\"#\" text=\"Support\"></link-ui>\n        </col-ui>\n        <col-ui gap=\"2\">\n          <text-ui strong>Stay in the loop</text-ui>\n          <text-ui size=\"sm\" color=\"subtle\">Monthly digest, no spam.</text-ui>\n          <button-ui text=\"Subscribe\" variant=\"primary\" size=\"sm\"></button-ui>\n        </col-ui>\n      </grid-ui>\n      <divider-ui></divider-ui>\n      <row-ui gap=\"3\" align=\"center\">\n        <text-ui size=\"sm\" color=\"subtle\">© 2026 Acme Inc. All rights reserved.</text-ui>\n        <row-ui gap=\"2\" align=\"center\">\n          <icon-ui name=\"github-logo\" size=\"sm\" color=\"subtle\"></icon-ui>\n          <icon-ui name=\"x-logo\" size=\"sm\" color=\"subtle\"></icon-ui>\n          <icon-ui name=\"linkedin-logo\" size=\"sm\" color=\"subtle\"></icon-ui>\n        </row-ui>\n      </row-ui>\n    </col-ui>\n  </section>",
  "source": "catalog/ui-patterns/v050-marketing-blocks/v050-marketing-blocks.contents.html",
  "metadata": {
    "domain": "layout",
    "description": "Multi-column site footer with product / company / resources nav columns, divider rule, copyright row, and social-icon links with a newsletter signup CTA.",
    "keywords": [
      "footer",
      "multi-column",
      "site-footer",
      "nav-columns",
      "navigation",
      "links",
      "copyright",
      "legal",
      "divider",
      "social",
      "newsletter",
      "button"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "strong": true,
      "textContent": "Product"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "#",
      "text": "Features"
    },
    {
      "id": "link-2",
      "component": "Link",
      "href": "#",
      "text": "Pricing"
    },
    {
      "id": "link-3",
      "component": "Link",
      "href": "#",
      "text": "Integrations"
    },
    {
      "id": "link-4",
      "component": "Link",
      "href": "#",
      "text": "Changelog"
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "2",
      "children": [
        "text",
        "link",
        "link-2",
        "link-3",
        "link-4"
      ]
    },
    {
      "id": "text-2",
      "component": "Text",
      "strong": true,
      "textContent": "Company"
    },
    {
      "id": "link-5",
      "component": "Link",
      "href": "#",
      "text": "About"
    },
    {
      "id": "link-6",
      "component": "Link",
      "href": "#",
      "text": "Blog"
    },
    {
      "id": "link-7",
      "component": "Link",
      "href": "#",
      "text": "Careers"
    },
    {
      "id": "link-8",
      "component": "Link",
      "href": "#",
      "text": "Press"
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "2",
      "children": [
        "text-2",
        "link-5",
        "link-6",
        "link-7",
        "link-8"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "strong": true,
      "textContent": "Resources"
    },
    {
      "id": "link-9",
      "component": "Link",
      "href": "#",
      "text": "Docs"
    },
    {
      "id": "link-10",
      "component": "Link",
      "href": "#",
      "text": "API reference"
    },
    {
      "id": "link-11",
      "component": "Link",
      "href": "#",
      "text": "Status"
    },
    {
      "id": "link-12",
      "component": "Link",
      "href": "#",
      "text": "Support"
    },
    {
      "id": "column-4",
      "component": "Column",
      "gap": "2",
      "children": [
        "text-3",
        "link-9",
        "link-10",
        "link-11",
        "link-12"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "strong": true,
      "textContent": "Stay in the loop"
    },
    {
      "id": "text-5",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Monthly digest, no spam."
    },
    {
      "id": "button",
      "component": "Button",
      "size": "sm",
      "text": "Subscribe",
      "variant": "primary"
    },
    {
      "id": "column-5",
      "component": "Column",
      "gap": "2",
      "children": [
        "text-4",
        "text-5",
        "button"
      ]
    },
    {
      "id": "grid",
      "component": "Grid",
      "columns": "2 4@md",
      "gap": "6",
      "children": [
        "column-2",
        "column-3",
        "column-4",
        "column-5"
      ]
    },
    {
      "id": "divider",
      "component": "Divider"
    },
    {
      "id": "text-6",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "© 2026 Acme Inc. All rights reserved."
    },
    {
      "id": "github-logo",
      "component": "Icon",
      "name": "github-logo",
      "size": "sm"
    },
    {
      "id": "x-logo",
      "component": "Icon",
      "name": "x-logo",
      "size": "sm"
    },
    {
      "id": "linkedin-logo",
      "component": "Icon",
      "name": "linkedin-logo",
      "size": "sm"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "github-logo",
        "x-logo",
        "linkedin-logo"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "3",
      "children": [
        "text-6",
        "row-2"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "6",
      "children": [
        "grid",
        "divider",
        "row"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "column"
      ]
    }
  ]
}
