const filesBlocks = [ { id: "files-01", jsonBlocks: { blockName: "core/group", attrs: { align: "center", className: "files-container", style: { color: { background: "#ffffff", }, }, }, innerBlocks: [ { blockName: "core/heading", attrs: { content: "Download Our Files", level: 2, className: "files-title", textAlign: "center", }, }, { blockName: "core/paragraph", attrs: { content: "Get access to our resources and documents", className: "files-description ai-text-block", align: "center", }, }, { blockName: "core/file", attrs: { className: "files-upload", downloadButtonText: "Download Now", showDownloadButton: true, displayPreview: true, displayIcon: true, }, }, { blockName: "core/paragraph", attrs: { content: "Click the button above to download the file", className: "files-info ai-text-block", align: "center", }, }, ], }, }, ]; export default filesBlocks;