{
  "name": "trial-banner",
  "kind": "block",
  "primary": "div",
  "page": "/apps/saas/app/billing/billing.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "data-col": ""
  },
  "html": "<div data-col>\n      <text-ui size=\"sm\" strong>Included in Pro:</text-ui>\n      <col-ui gap=\"1\">\n        <row-ui gap=\"2\" align=\"center\"><icon-ui name=\"check-circle\" color=\"success\" size=\"sm\"></icon-ui><text-ui size=\"sm\">Unlimited AI conversations</text-ui></row-ui>\n        <row-ui gap=\"2\" align=\"center\"><icon-ui name=\"check-circle\" color=\"success\" size=\"sm\"></icon-ui><text-ui size=\"sm\">100 GB storage</text-ui></row-ui>\n        <row-ui gap=\"2\" align=\"center\"><icon-ui name=\"check-circle\" color=\"success\" size=\"sm\"></icon-ui><text-ui size=\"sm\">Priority support</text-ui></row-ui>\n        <row-ui gap=\"2\" align=\"center\"><icon-ui name=\"check-circle\" color=\"success\" size=\"sm\"></icon-ui><text-ui size=\"sm\">Advanced analytics</text-ui></row-ui>\n      </col-ui>\n      <button-ui text=\"Upgrade now\" variant=\"primary\" icon-trailing=\"arrow-right\"></button-ui>\n    </div>",
  "source": "apps/saas/app/billing/billing.contents.html",
  "metadata": {
    "domain": "billing",
    "description": "Trial countdown row showing days remaining, the Pro features list, and an upgrade CTA.",
    "keywords": [
      "trial",
      "countdown",
      "days",
      "remaining",
      "features",
      "list",
      "upgrade",
      "CTA",
      "trial-banner",
      "free-trial",
      "days",
      "left",
      "upgrade-prompt"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "size": "sm",
      "strong": true,
      "textContent": "Included in Pro:"
    },
    {
      "id": "check-circle",
      "component": "Icon",
      "name": "check-circle",
      "size": "sm"
    },
    {
      "id": "text-2",
      "component": "Text",
      "size": "sm",
      "textContent": "Unlimited AI conversations"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "check-circle",
        "text-2"
      ]
    },
    {
      "id": "icon",
      "component": "Icon",
      "name": "check-circle",
      "size": "sm"
    },
    {
      "id": "text-3",
      "component": "Text",
      "size": "sm",
      "textContent": "100 GB storage"
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "icon",
        "text-3"
      ]
    },
    {
      "id": "icon-2",
      "component": "Icon",
      "name": "check-circle",
      "size": "sm"
    },
    {
      "id": "text-4",
      "component": "Text",
      "size": "sm",
      "textContent": "Priority support"
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "icon-2",
        "text-4"
      ]
    },
    {
      "id": "icon-3",
      "component": "Icon",
      "name": "check-circle",
      "size": "sm"
    },
    {
      "id": "text-5",
      "component": "Text",
      "size": "sm",
      "textContent": "Advanced analytics"
    },
    {
      "id": "row-4",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "icon-3",
        "text-5"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "1",
      "children": [
        "row",
        "row-2",
        "row-3",
        "row-4"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "icon-trailing": "arrow-right",
      "text": "Upgrade now",
      "variant": "primary"
    },
    {
      "id": "root",
      "component": "Column",
      "data-col": "",
      "children": [
        "text",
        "column",
        "button"
      ]
    }
  ]
}
