Cta Section

Full-width call-to-action banner with headline, body text, a primary button, and an optional secondary ghost button. Renders on a solid color background. Tailwind UI CTA section pattern.

Surfaces
webemailpdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-meet-stageBackground color may not render in all stage environments
google-chatNo full-width layout support; renders as a card with buttons
Fields
FieldType
headingstring. Main headline.required
bodystring. Descriptive paragraph.required
primary_ctaobject. {label, url} for the primary action button.required
secondary_ctaobject. {label, url} for a ghost secondary button.optional
backgroundstring. CSS color for the banner background. Defaultoptional
Example payload
{
  "type": "cta_section",
  "heading": "Cta Section",
  "body": "A concise description of the content.",
  "primary_cta": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:cta_section",
  "displayName": "Cta Section",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/cta_section",
  "capabilities": [
    "web",
    "email",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Full-width call-to-action banner with headline, body text, a primary button, and an optional secondary ghost button. Renders on a solid color background. Tailwind UI CTA section pattern.",
  "representativeQueries": [
    "show a full-width CTA banner with headline and buttons \u2014 Tailwind UI pattern",
    "full-width call-to-action banner with headline, body text, a primary button, and an optional seconda",
    "render a cta section"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →