const coupletBlocks = [ { id: "couplet-01", jsonBlocks: { blockName: "core/group", attrs: { align: "center", className: "couplet-container", style: { color: { background: "#ffffff", }, }, }, innerBlocks: [ { blockName: "core/group", attrs: { className: "couplet-content", }, innerBlocks: [ { blockName: "core/heading", attrs: { content: "Poetic Verses", level: 2, className: "couplet-title", textAlign: "center", }, }, { blockName: "core/paragraph", attrs: { content: "A collection of timeless verses", className: "couplet-subtitle ai-text-block", textAlign: "center", }, }, { blockName: "core/group", attrs: { className: "couplet-verse", }, innerBlocks: [ { blockName: "core/paragraph", attrs: { content: "In the quiet of the night,", className: "couplet-line ai-text-block", textAlign: "center", }, }, { blockName: "core/paragraph", attrs: { content: "Where stars dance in delight,", className: "couplet-line ai-text-block", textAlign: "center", }, }, { blockName: "core/paragraph", attrs: { content: "Dreams take flight in the air,", className: "couplet-line ai-text-block", textAlign: "center", }, }, { blockName: "core/paragraph", attrs: { content: "With beauty beyond compare.", className: "couplet-line ai-text-block", textAlign: "center", }, }, ], }, { blockName: "core/paragraph", attrs: { content: "— Anonymous", className: "couplet-author ai-text-block", textAlign: "center", }, }, ], }, ], }, }, ]; export default coupletBlocks;