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;