const headings = [ { id: "heading-01", jsonBlocks: { blockName: "core/heading", attrs: { className: "heading-modern", content: "Solutions web innovantes", level: 1, style: { typography: { fontSize: "48px", fontWeight: "800", lineHeight: "1.2", }, color: { text: "#1a1a1a", }, }, }, }, }, { id: "heading-02", jsonBlocks: { blockName: "core/heading", attrs: { className: "heading-minimal", content: "Créez l'expérience web de demain", level: 2, style: { typography: { fontSize: "36px", fontWeight: "600", lineHeight: "1.3", }, color: { text: "#333333", }, }, }, }, }, { id: "heading-03", jsonBlocks: { blockName: "core/heading", attrs: { className: "heading-accent", content: "Une approche unique", level: 3, style: { typography: { fontSize: "28px", fontWeight: "700", lineHeight: "1.4", }, color: { text: "#0066cc", }, }, }, }, }, ]; export default headings;