const ctaBlocks = [ { id: "cta-01", jsonBlocks: { blockName: "core/group", attrs: { align: "full", className: "cta-container", }, innerBlocks: [ { blockName: "core/group", attrs: { className: "cta-content", }, innerBlocks: [ { blockName: "core/heading", attrs: { content: "Ready to Transform Your Space?", level: 2, className: "cta-title", }, }, { blockName: "core/paragraph", attrs: { content: "Join thousands of satisfied customers who trust our cleaning services.", className: "cta-text ai-text-block", }, }, { blockName: "core/buttons", attrs: { className: "cta-buttons", }, innerBlocks: [ { blockName: "core/button", attrs: { text: "Get Started", className: "cta-button cta-button-primary", linkTarget: "_blank", style: { color: { background: "#2563eb", }, }, }, }, ], }, ], }, ], }, }, { id: "cta-02", jsonBlocks: { blockName: "core/group", attrs: { align: "full", className: "cta-container", }, innerBlocks: [ { blockName: "core/group", attrs: { className: "cta-content", }, innerBlocks: [ { blockName: "core/heading", attrs: { content: "Special Offer: 20% Off First Clean", level: 2, className: "cta-title", }, }, { blockName: "core/paragraph", attrs: { content: "Limited time offer for new customers. Book now and experience the difference.", className: "cta-text ai-text-block", }, }, { blockName: "core/buttons", attrs: { className: "cta-buttons", }, innerBlocks: [ { blockName: "core/button", attrs: { text: "Claim Offer", className: "cta-button cta-button-primary", style: { color: { background: "#2563eb", }, }, }, }, { blockName: "core/button", attrs: { text: "Learn More", className: "cta-button cta-button-secondary", }, }, ], }, ], }, ], }, }, { id: "cta-03", jsonBlocks: { blockName: "core/group", attrs: { align: "full", className: "cta-container", }, innerBlocks: [ { blockName: "core/columns", attrs: { align: "full", }, innerBlocks: [ { blockName: "core/column", attrs: {}, innerBlocks: [ { blockName: "core/group", attrs: { className: "cta-content", }, innerBlocks: [ { blockName: "core/heading", attrs: { content: "Professional Cleaning Services", level: 2, className: "cta-title", }, }, { blockName: "core/paragraph", attrs: { content: "Our expert team delivers exceptional results every time.", className: "cta-text ai-text-block", }, }, { blockName: "core/buttons", attrs: { className: "cta-buttons", }, innerBlocks: [ { blockName: "core/button", attrs: { text: "Book Now", className: "cta-button cta-button-primary", style: { color: { background: "#2563eb", }, }, }, }, ], }, ], }, ], }, { blockName: "core/column", attrs: {}, innerBlocks: [ { blockName: "core/image", attrs: { className: "ai-image-block", imageUrl: "", }, }, ], }, ], }, ], }, }, ]; export default ctaBlocks;