# ai-builder/2.3.11/assets/JSON-Blocks/cta.js

AI Builder – Generate pages, blocks, images &amp; translate with AI, version 2.3.11. 208 lines.

- Page: https://pluginprobe.com/plugins/ai-builder/2.3.11/code/assets/JSON-Blocks/cta.js
- Raw: https://pluginprobe.com/plugins/ai-builder/2.3.11/raw/assets/JSON-Blocks/cta.js
- Modified: 2025-08-23T08:19:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ai-builder/2.3.11/code/assets/JSON-Blocks/cta.js#L10-L20`.

```javascript
const ctaBlocks = [
  {
    id: "cta-01",
    jsonBlocks: {
      blockName: "core/group",
      attrs: {
        align: "full",
        className: "cta-container",
      },
      innerBlocks: [
        {
          blockName: "core/group",
          attrs: {
            className: "cta-content",
          },
          innerBlocks: [
            {
              blockName: "core/heading",
              attrs: {
                content: "Ready to Transform Your Space?",
                level: 2,
                className: "cta-title",
              },
            },
            {
              blockName: "core/paragraph",
              attrs: {
                content:
                  "Join thousands of satisfied customers who trust our cleaning services.",
                className: "cta-text ai-text-block",
              },
            },
            {
              blockName: "core/buttons",
              attrs: {
                className: "cta-buttons",
              },
              innerBlocks: [
                {
                  blockName: "core/button",
                  attrs: {
                    text: "Get Started",
                    className: "cta-button cta-button-primary",
                    linkTarget: "_blank",
                    style: {
                      color: {
                        background: "#2563eb",
                      },
                    },
                  },
                },
              ],
            },
          ],
        },
      ],
    },
  },
  {
    id: "cta-02",
    jsonBlocks: {
      blockName: "core/group",
      attrs: {
        align: "full",
        className: "cta-container",
      },
      innerBlocks: [
        {
          blockName: "core/group",
          attrs: {
            className: "cta-content",
          },
          innerBlocks: [
            {
              blockName: "core/heading",
              attrs: {
                content: "Special Offer: 20% Off First Clean",
                level: 2,
                className: "cta-title",
              },
            },
            {
              blockName: "core/paragraph",
              attrs: {
                content:
                  "Limited time offer for new customers. Book now and experience the difference.",
                className: "cta-text ai-text-block",
              },
            },
            {
              blockName: "core/buttons",
              attrs: {
                className: "cta-buttons",
              },
              innerBlocks: [
                {
                  blockName: "core/button",
                  attrs: {
                    text: "Claim Offer",
                    className: "cta-button cta-button-primary",
                    style: {
                      color: {
                        background: "#2563eb",
                      },
                    },
                  },
                },
                {
                  blockName: "core/button",
                  attrs: {
                    text: "Learn More",
                    className: "cta-button cta-button-secondary",
                  },
                },
              ],
            },
          ],
        },
      ],
    },
  },
  {
    id: "cta-03",
    jsonBlocks: {
      blockName: "core/group",
      attrs: {
        align: "full",
        className: "cta-container",
      },
      innerBlocks: [
        {
          blockName: "core/columns",
          attrs: {
            align: "full",
          },
          innerBlocks: [
            {
              blockName: "core/column",
              attrs: {},
              innerBlocks: [
                {
                  blockName: "core/group",
                  attrs: {
                    className: "cta-content",
                  },
                  innerBlocks: [
                    {
                      blockName: "core/heading",
                      attrs: {
                        content: "Professional Cleaning Services",
                        level: 2,
                        className: "cta-title",
                      },
                    },
                    {
                      blockName: "core/paragraph",
                      attrs: {
                        content:
                          "Our expert team delivers exceptional results every time.",
                        className: "cta-text ai-text-block",
                      },
                    },
                    {
                      blockName: "core/buttons",
                      attrs: {
                        className: "cta-buttons",
                      },
                      innerBlocks: [
                        {
                          blockName: "core/button",
                          attrs: {
                            text: "Book Now",
                            className: "cta-button cta-button-primary",
                            style: {
                              color: {
                                background: "#2563eb",
                              },
                            },
                          },
                        },
                      ],
                    },
                  ],
                },
              ],
            },
            {
              blockName: "core/column",
              attrs: {},
              innerBlocks: [
                {
                  blockName: "core/image",
                  attrs: {
                    className: "ai-image-block",
                    imageUrl: "",
                  },
                },
              ],
            },
          ],
        },
      ],
    },
  },
];

export default ctaBlocks;

```
