# ai-builder/2.7.10/assets/JSON-Blocks/blocks-metadatas/features-metadata.js

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

- Page: https://pluginprobe.com/plugins/ai-builder/2.7.10/code/assets/JSON-Blocks/blocks-metadatas/features-metadata.js
- Raw: https://pluginprobe.com/plugins/ai-builder/2.7.10/raw/assets/JSON-Blocks/blocks-metadatas/features-metadata.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.10/code/assets/JSON-Blocks/blocks-metadatas/features-metadata.js#L10-L20`.

```javascript
const featuresMetadata = [
  {
    id: "features-01",
    type: "features",
    style: ["three-columns", "modern"],
    description:
      "Modern features section with centered main title and subtitle. Three columns showcasing key benefits (Easy to Use, Fast Performance, 24/7 Support) with icons, titles, and descriptions. Clean design with generous spacing. Perfect for service presentation pages.",
  },
  {
    id: "features-02",
    type: "features",
    style: ["four-columns", "grid"],
    description:
      "Grid of four features (Smart Design, Secure, Customizable, Analytics) with icons, titles, and short descriptions. Compact and professional layout. Ideal for technical product or service pages.",
  },
  {
    id: "features-03",
    type: "features",
    style: ["cards", "colorful"],
    description:
      "Features section with catchy title and detailed subtitle. Four colorful cards presenting features (Task Management, Real-time Updates, Team Collaboration, Goal Tracking) with thematic icons. Modern and dynamic design. Perfect for project management pages.",
  },
];

export default featuresMetadata;

```
