# ai-builder/2.1.5/assets/JSON-Blocks/paragraphs.js

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

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

```javascript
const paragraphs = [
  {
    id: "paragraph-01",
    jsonBlocks: {
      blockName: "core/paragraph",
      attrs: {
        className: "paragraph-modern",
        content:
          "Créez des expériences web exceptionnelles avec notre solution innovante. Simple, rapide et efficace.",
        style: {
          typography: {
            fontSize: "18px",
            lineHeight: "1.6",
          },
          color: {
            text: "#333333",
          },
        },
      },
    },
  },
  {
    id: "paragraph-02",
    jsonBlocks: {
      blockName: "core/paragraph",
      attrs: {
        className: "paragraph-accent ai-text-block ai-text-block",
        content:
          "Une approche unique pour vos projets web. Des fonctionnalités puissantes à portée de main.",
        style: {
          typography: {
            fontSize: "16px",
            lineHeight: "1.8",
            fontStyle: "italic",
          },
          color: {
            text: "#666666",
          },
        },
      },
    },
  },
  {
    id: "paragraph-03",
    jsonBlocks: {
      blockName: "core/paragraph",
      attrs: {
        className: "paragraph-feature ai-text-block",
        content:
          "✓ Interface intuitive et moderne\n✓ Mises à jour régulières\n✓ Support technique réactif",
        style: {
          typography: {
            fontSize: "16px",
            lineHeight: "2",
          },
          color: {
            text: "#444444",
          },
        },
      },
    },
  },
  {
    id: "paragraph-04",
    jsonBlocks: {
      blockName: "core/paragraph",
      attrs: {
        className: "paragraph-list ai-text-block",
        content:
          "• Design moderne et épuré\n• Performance optimisée\n• Compatible tous appareils\n• Support 24/7",
        style: {
          typography: {
            fontSize: "16px",
            lineHeight: "2",
          },
          color: {
            text: "#2c3e50",
          },
        },
      },
    },
  },
  {
    id: "paragraph-05",
    jsonBlocks: {
      blockName: "core/paragraph",
      attrs: {
        className: "paragraph-highlight ai-text-block",
        content:
          "🚀 Transformez votre présence en ligne avec notre solution tout-en-un. Des résultats concrets et mesurables.",
        style: {
          typography: {
            fontSize: "20px",
            lineHeight: "1.5",
            fontWeight: "600",
          },
          color: {
            text: "#1a73e8",
          },
          backgroundColor: "#f8f9fa",
        },
      },
    },
  },
];

export default paragraphs;

```
