{
  "name": "marketing-hero-cta",
  "kind": "block",
  "primary": "section",
  "page": "/catalog/ui-patterns/app/marketing-hero-cta/marketing-hero-cta.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<section>\n  <col-ui align=\"center\" gap=\"5\">\n    <col-ui align=\"center\" gap=\"2\">\n      <text-ui size=\"sm\" color=\"accent\" weight=\"semibold\" tracking=\"wide\">ADIAUI v0.3</text-ui>\n      <h1>Build UIs with natural language</h1>\n      <text-ui size=\"lg\" color=\"subtle\" text-align=\"center\">Light-DOM web components + generative UI pipeline.<br>Ship faster, iterate smarter.</text-ui>\n    </col-ui>\n    <row-ui gap=\"3\">\n      <button-ui text=\"Get started\" variant=\"primary\" size=\"lg\"></button-ui>\n      <button-ui text=\"See demo\" variant=\"outline\" size=\"lg\" icon=\"play-circle\"></button-ui>\n    </row-ui>\n  </col-ui>\n</section>",
  "source": "catalog/ui-patterns/app/marketing-hero-cta/marketing-hero-cta.contents.html",
  "metadata": {
    "domain": "layout",
    "description": "Marketing hero section with centered heading, supporting lede, and two CTA buttons (primary + outline).",
    "keywords": [
      "hero",
      "cta",
      "marketing",
      "landing-page",
      "heading",
      "lede",
      "call-to-action",
      "buttons"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "color": "accent",
      "size": "sm",
      "weight": "semibold",
      "textContent": "ADIAUI v0.3"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "display",
      "textContent": "Build UIs with natural language"
    },
    {
      "id": "text-3",
      "component": "Text",
      "color": "subtle",
      "size": "lg",
      "text-align": "center",
      "textContent": "Light-DOM web components + generative UI pipeline. Ship faster, iterate smarter.",
      "children": []
    },
    {
      "id": "column-2",
      "component": "Column",
      "align": "center",
      "gap": "2",
      "children": [
        "text",
        "text-2",
        "text-3"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "size": "lg",
      "text": "Get started",
      "variant": "primary"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "play-circle",
      "size": "lg",
      "text": "See demo",
      "variant": "outline"
    },
    {
      "id": "row",
      "component": "Row",
      "gap": "3",
      "children": [
        "button",
        "button-2"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "align": "center",
      "gap": "5",
      "children": [
        "column-2",
        "row"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "column"
      ]
    }
  ]
}
