# ai-builder/2.7.2/assets/JSON-Blocks/features-pricing.js

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

- Page: https://pluginprobe.com/plugins/ai-builder/2.7.2/code/assets/JSON-Blocks/features-pricing.js
- Raw: https://pluginprobe.com/plugins/ai-builder/2.7.2/raw/assets/JSON-Blocks/features-pricing.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.7.2/code/assets/JSON-Blocks/features-pricing.js#L10-L20`.

```javascript
const featuresPricing = [
  {
    id: "features-pricing-03",
    jsonBlocks: {
      blockName: "core/group",
      attrs: {
        className: "features-pricing-modern",
        align: "full",
        style: {
          spacing: {
            padding: {
              top: "80px",
              right: "40px",
              bottom: "80px",
              left: "40px",
            },
          },
        },
      },
      innerBlocks: [
        {
          blockName: "core/heading",
          attrs: {
            className: "features-pricing-title",
            content: "Plans and Pricing",
            level: 2,
            align: "center",
            style: {
              typography: {
                fontSize: "36px",
                fontWeight: "800",
              },
            },
          },
        },
        {
          blockName: "core/columns",
          attrs: {
            className: "features-pricing-cards",
            verticalAlignment: "top",
          },
          innerBlocks: [
            {
              blockName: "core/column",
              attrs: {
                className: "pricing-card pricing-free",
                width: "33.33%",
              },
              innerBlocks: [
                {
                  blockName: "core/heading",
                  attrs: {
                    className: "pricing-title",
                    content: "Free",
                    level: 3,
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-price ai-text-block",
                    content: "$0",
                    style: {
                      typography: {
                        fontWeight: "700",
                        fontSize: "2.5rem",
                      },
                    },
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-desc ai-text-block",
                    content: "For your hobby projects",
                  },
                },
                {
                  blockName: "core/list",
                  attrs: { className: "pricing-features" },
                  innerBlocks: [
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Free e-mail alerts" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "3-minute checks" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Automatic data enrichment" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "10 monitors" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Up to 3 seats" },
                    },
                  ],
                },
                {
                  blockName: "core/button",
                  attrs: {
                    className: "pricing-cta",
                    text: "Get started for free",
                  },
                },
              ],
            },
            {
              blockName: "core/column",
              attrs: { className: "pricing-card pricing-pro", width: "33.33%" },
              innerBlocks: [
                {
                  blockName: "core/heading",
                  attrs: {
                    className: "pricing-title",
                    content: "Pro",
                    level: 3,
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-price ai-text-block",
                    content: "$85",
                    style: {
                      typography: {
                        fontWeight: "700",
                        fontSize: "2.5rem",
                      },
                    },
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-desc ai-text-block",
                    content: "Great for small businesses",
                  },
                },
                {
                  blockName: "core/list",
                  attrs: { className: "pricing-features" },
                  innerBlocks: [
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Unlimited phone calls" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "30 second checks" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Single-user account" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "20 monitors" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Up to 6 seats" },
                    },
                  ],
                },
                {
                  blockName: "core/button",
                  attrs: {
                    className: "pricing-cta",
                    text: "Get started with Pro",
                  },
                },
              ],
            },
            {
              blockName: "core/column",
              attrs: {
                className: "pricing-card pricing-enterprise",
                width: "33.33%",
              },
              innerBlocks: [
                {
                  blockName: "core/heading",
                  attrs: {
                    className: "pricing-title",
                    content: "Enterprise",
                    level: 3,
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-price ai-text-block",
                    content: "Custom",
                    style: {
                      typography: {
                        fontWeight: "700",
                        fontSize: "2.5rem",
                      },
                    },
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-desc ai-text-block",
                    content: "For multiple teams",
                  },
                },
                {
                  blockName: "core/list",
                  attrs: { className: "pricing-features" },
                  innerBlocks: [
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Everything in Pro" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Up to 5 team members" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "100 monitors" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "15 status pages" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "200+ integrations" },
                    },
                  ],
                },
                {
                  blockName: "core/button",
                  attrs: {
                    className: "pricing-cta",
                    text: "Get started with Enterprise",
                  },
                },
              ],
            },
          ],
        },
      ],
    },
  },
  {
    id: "features-pricing-04",
    jsonBlocks: {
      blockName: "core/group",
      attrs: {
        className: "features-pricing-modern",
        align: "full",
        style: {
          spacing: {
            padding: {
              top: "80px",
              right: "40px",
              bottom: "80px",
              left: "40px",
            },
          },
        },
      },
      innerBlocks: [
        {
          blockName: "core/heading",
          attrs: {
            className: "features-pricing-title",
            content: "Pricing Plans",
            level: 2,
            align: "center",
            style: {
              typography: {
                fontSize: "36px",
                fontWeight: "800",
              },
            },
          },
        },
        {
          blockName: "core/columns",
          attrs: {
            className: "features-pricing-cards",
            verticalAlignment: "top",
            align: "full",
          },
          innerBlocks: [
            {
              blockName: "core/column",
              attrs: {
                className: "pricing-card pricing-personal",
                width: "25%",
                id: "pricing-personal",
              },
              innerBlocks: [
                {
                  blockName: "core/heading",
                  attrs: {
                    className: "pricing-title",
                    content: "Personal",
                    level: 3,
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-price ai-text-block",
                    content: "Free",
                    style: {
                      typography: {
                        fontWeight: "700",
                        fontSize: "2.5rem",
                      },
                    },
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-desc ai-text-block",
                    content: "Perfect plan for Starters",
                  },
                },
                {
                  blockName: "core/list",
                  attrs: { className: "pricing-features" },
                  innerBlocks: [
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Unlimited Projects" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Share with 5 team members" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Sync across devices" },
                    },
                  ],
                },
                {
                  blockName: "core/button",
                  attrs: {
                    className: "pricing-cta",
                    text: "Current Plan",
                  },
                },
              ],
            },
            {
              blockName: "core/column",
              attrs: {
                className: "pricing-card pricing-professional",
                width: "25%",
                id: "pricing-professional",
              },
              innerBlocks: [
                {
                  blockName: "core/heading",
                  attrs: {
                    className: "pricing-title",
                    content: "Professional",
                    level: 3,
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-price ai-text-block",
                    content: "$99",
                    style: {
                      typography: {
                        fontWeight: "700",
                        fontSize: "2.5rem",
                      },
                    },
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-desc ai-text-block",
                    content: "For users who want to do more.",
                  },
                },
                {
                  blockName: "core/list",
                  attrs: { className: "pricing-features" },
                  innerBlocks: [
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Everything in Free Plan" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Unlimited Projects" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Share with 5 team members" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "30 day version history" },
                    },
                  ],
                },
                {
                  blockName: "core/button",
                  attrs: {
                    className: "pricing-cta",
                    text: "Try for Free",
                  },
                },
              ],
            },
            {
              blockName: "core/column",
              attrs: {
                className: "pricing-card pricing-team-blue featured",
                width: "25%",
                id: "pricing-team",
              },
              innerBlocks: [
                {
                  blockName: "core/group",
                  attrs: {
                    className: "pricing-badge-group",
                  },
                  innerBlocks: [
                    {
                      blockName: "core/paragraph",
                      attrs: {
                        className: "pricing-badge-recommended ai-text-block",
                        content: "Recommended",
                      },
                    },
                  ],
                },
                {
                  blockName: "core/heading",
                  attrs: {
                    className: "pricing-title",
                    content: "Team",
                    level: 3,
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-price ai-text-block",
                    content: "$249",
                    style: {
                      typography: {
                        fontWeight: "700",
                        fontSize: "2.5rem",
                      },
                    },
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-desc ai-text-block",
                    content: "Your entire team in one place",
                  },
                },
                {
                  blockName: "core/list",
                  attrs: { className: "pricing-features" },
                  innerBlocks: [
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Everything in Pro Plan" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Unlimited team members" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Collaborative workspace" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Sharing permissions" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Admin tools" },
                    },
                  ],
                },
                {
                  blockName: "core/button",
                  attrs: {
                    className: "pricing-cta",
                    text: "Try for Free",
                  },
                },
              ],
            },
            {
              blockName: "core/column",
              attrs: {
                className: "pricing-card pricing-enterprise-white",
                width: "25%",
                id: "pricing-enterprise",
              },
              innerBlocks: [
                {
                  blockName: "core/heading",
                  attrs: {
                    className: "pricing-title",
                    content: "Enterprise",
                    level: 3,
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-price ai-text-block",
                    content: "Custom",
                    style: {
                      typography: {
                        fontWeight: "700",
                        fontSize: "2.5rem",
                      },
                    },
                  },
                },
                {
                  blockName: "core/paragraph",
                  attrs: {
                    className: "pricing-desc ai-text-block",
                    content: "Run your company on your terms",
                  },
                },
                {
                  blockName: "core/list",
                  attrs: { className: "pricing-features" },
                  innerBlocks: [
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Everything in Team Plan" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Advanced security" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "Custom contract" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "User provisioning (SCIM)" },
                    },
                    {
                      blockName: "core/list-item",
                      attrs: { content: "SAML SSO" },
                    },
                  ],
                },
                {
                  blockName: "core/button",
                  attrs: {
                    className: "pricing-cta",
                    text: "Contact Us",
                  },
                },
              ],
            },
          ],
        },
      ],
    },
  },
];

export default featuresPricing;

```
