| 1 |
const paragraphs = [ |
| 2 |
{ |
| 3 |
id: "paragraph-01", |
| 4 |
jsonBlocks: { |
| 5 |
blockName: "core/paragraph", |
| 6 |
attrs: { |
| 7 |
className: "paragraph-modern", |
| 8 |
content: |
| 9 |
"Créez des expériences web exceptionnelles avec notre solution innovante. Simple, rapide et efficace.", |
| 10 |
style: { |
| 11 |
typography: { |
| 12 |
fontSize: "18px", |
| 13 |
lineHeight: "1.6", |
| 14 |
}, |
| 15 |
color: { |
| 16 |
text: "#333333", |
| 17 |
}, |
| 18 |
}, |
| 19 |
}, |
| 20 |
}, |
| 21 |
}, |
| 22 |
{ |
| 23 |
id: "paragraph-02", |
| 24 |
jsonBlocks: { |
| 25 |
blockName: "core/paragraph", |
| 26 |
attrs: { |
| 27 |
className: "paragraph-accent ai-text-block ai-text-block", |
| 28 |
content: |
| 29 |
"Une approche unique pour vos projets web. Des fonctionnalités puissantes à portée de main.", |
| 30 |
style: { |
| 31 |
typography: { |
| 32 |
fontSize: "16px", |
| 33 |
lineHeight: "1.8", |
| 34 |
fontStyle: "italic", |
| 35 |
}, |
| 36 |
color: { |
| 37 |
text: "#666666", |
| 38 |
}, |
| 39 |
}, |
| 40 |
}, |
| 41 |
}, |
| 42 |
}, |
| 43 |
{ |
| 44 |
id: "paragraph-03", |
| 45 |
jsonBlocks: { |
| 46 |
blockName: "core/paragraph", |
| 47 |
attrs: { |
| 48 |
className: "paragraph-feature ai-text-block", |
| 49 |
content: |
| 50 |
"✓ Interface intuitive et moderne\n✓ Mises à jour régulières\n✓ Support technique réactif", |
| 51 |
style: { |
| 52 |
typography: { |
| 53 |
fontSize: "16px", |
| 54 |
lineHeight: "2", |
| 55 |
}, |
| 56 |
color: { |
| 57 |
text: "#444444", |
| 58 |
}, |
| 59 |
}, |
| 60 |
}, |
| 61 |
}, |
| 62 |
}, |
| 63 |
{ |
| 64 |
id: "paragraph-04", |
| 65 |
jsonBlocks: { |
| 66 |
blockName: "core/paragraph", |
| 67 |
attrs: { |
| 68 |
className: "paragraph-list ai-text-block", |
| 69 |
content: |
| 70 |
"• Design moderne et épuré\n• Performance optimisée\n• Compatible tous appareils\n• Support 24/7", |
| 71 |
style: { |
| 72 |
typography: { |
| 73 |
fontSize: "16px", |
| 74 |
lineHeight: "2", |
| 75 |
}, |
| 76 |
color: { |
| 77 |
text: "#2c3e50", |
| 78 |
}, |
| 79 |
}, |
| 80 |
}, |
| 81 |
}, |
| 82 |
}, |
| 83 |
{ |
| 84 |
id: "paragraph-05", |
| 85 |
jsonBlocks: { |
| 86 |
blockName: "core/paragraph", |
| 87 |
attrs: { |
| 88 |
className: "paragraph-highlight ai-text-block", |
| 89 |
content: |
| 90 |
"🚀 Transformez votre présence en ligne avec notre solution tout-en-un. Des résultats concrets et mesurables.", |
| 91 |
style: { |
| 92 |
typography: { |
| 93 |
fontSize: "20px", |
| 94 |
lineHeight: "1.5", |
| 95 |
fontWeight: "600", |
| 96 |
}, |
| 97 |
color: { |
| 98 |
text: "#1a73e8", |
| 99 |
}, |
| 100 |
backgroundColor: "#f8f9fa", |
| 101 |
}, |
| 102 |
}, |
| 103 |
}, |
| 104 |
}, |
| 105 |
]; |
| 106 |
|
| 107 |
export default paragraphs; |
| 108 |
|