{"id":6530,"date":"2026-03-01T12:30:42","date_gmt":"2026-03-01T17:30:42","guid":{"rendered":"https:\/\/www.codexconsulting.ca\/?page_id=6530"},"modified":"2026-03-01T12:33:14","modified_gmt":"2026-03-01T17:33:14","slug":"noye-dans-les-chiffres-transformez-le-bruit-en-signal","status":"publish","type":"page","link":"https:\/\/www.codexconsulting.ca\/en\/drowning-in-numbers\/","title":{"rendered":"Drowning in numbers? Turn noise into signal"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"6530\" class=\"elementor elementor-6530\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33a4010 dark:from-primary-900 dark:section-gradian dark:to-gray-900 e-flex e-con-boxed rt-default-class animejs-disable e-con e-parent\" data-id=\"33a4010\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-489737d rt-default-class animejs-disable elementor-widget elementor-widget-html\" data-id=\"489737d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link\n        href=\"https:\/\/fonts.googleapis.com\/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap\"\n        rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: transparent;\n            color: #1a1a1a;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 80px 20px;\n        }\n\n        .section-label {\n            display: inline-block;\n            font-size: 13px;\n            font-weight: 600;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: #5b61d6;\n            margin-bottom: 16px;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n            opacity: 0;\n            animation: fadeInUp 0.8s ease forwards;\n        }\n\n        .section-title {\n            font-size: clamp(32px, 5vw, 56px);\n            font-weight: 700;\n            background: linear-gradient(135deg, #363A95, #5b61d6);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 20px;\n            letter-spacing: -1px;\n        }\n\n        .section-subtitle {\n            font-size: 20px;\n            color: #555;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .solution-title {\n            font-size: clamp(28px, 4vw, 48px);\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 20px;\n            letter-spacing: -0.5px;\n        }\n\n        .icon-wrap svg {\n            width: 28px;\n            height: 28px;\n            stroke: #363A95;\n            fill: none;\n            stroke-width: 1.5;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        \/* Tags *\/\n        .tags-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            justify-content: center;\n            margin-bottom: 40px;\n        }\n\n        .tag {\n            background: rgba(54, 58, 149, 0.08);\n            color: #363A95;\n            padding: 10px 20px;\n            border-radius: 50px;\n            font-size: 15px;\n            font-weight: 500;\n            border: 1px solid rgba(54, 58, 149, 0.15);\n        }\n\n        \/* Pain Grid *\/\n        .pain-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 24px;\n            margin-bottom: 80px;\n        }\n\n        .pain-card {\n            background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));\n            border: 1px solid rgba(54, 58, 149, 0.1);\n            border-radius: 16px;\n            padding: 32px;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            opacity: 0;\n            animation: fadeInUp 0.6s ease forwards;\n        }\n\n        .pain-card:nth-child(1) { animation-delay: 0.1s; }\n        .pain-card:nth-child(2) { animation-delay: 0.2s; }\n        .pain-card:nth-child(3) { animation-delay: 0.3s; }\n        .pain-card:nth-child(4) { animation-delay: 0.4s; }\n\n        .pain-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 100%;\n            background: linear-gradient(180deg, #363A95, #5b61d6);\n            transform: scaleY(0);\n            transform-origin: top;\n            transition: transform 0.4s ease;\n        }\n\n        .pain-card:hover {\n            transform: translateX(4px);\n            box-shadow: 0 12px 30px rgba(54, 58, 149, 0.12);\n            border-color: rgba(54, 58, 149, 0.3);\n        }\n\n        .pain-card:hover::before { transform: scaleY(1); }\n\n        .pain-card .icon-wrap { margin-bottom: 16px; }\n\n        .pain-title {\n            font-size: 20px;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 10px;\n        }\n\n        .pain-text {\n            font-size: 16px;\n            line-height: 1.6;\n            color: #555;\n        }\n\n        \/* Before\/After Compact *\/\n        .before-after {\n            display: grid;\n            grid-template-columns: 1fr auto 1fr;\n            gap: 30px;\n            align-items: center;\n            margin-bottom: 60px;\n        }\n\n        .ba-card {\n            padding: 40px;\n            border-radius: 16px;\n            text-align: center;\n        }\n\n        .ba-card.before {\n            background: rgba(220, 53, 69, 0.05);\n            border: 2px dashed rgba(220, 53, 69, 0.2);\n        }\n\n        .ba-card.after {\n            background: rgba(40, 167, 69, 0.05);\n            border: 2px solid rgba(40, 167, 69, 0.3);\n            box-shadow: 0 8px 24px rgba(40, 167, 69, 0.1);\n        }\n\n        .ba-label {\n            font-size: 14px;\n            font-weight: 700;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            margin-bottom: 16px;\n        }\n\n        .ba-card.before .ba-label { color: #dc3545; }\n        .ba-card.after .ba-label { color: #28a745; }\n\n        .ba-text {\n            font-size: 18px;\n            font-weight: 500;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .ba-arrow {\n            font-size: 32px;\n            color: #363A95;\n            font-weight: 700;\n        }\n\n        \/* Dashboard Preview *\/\n        .dashboard-preview {\n            background: white;\n            border: 2px solid rgba(54, 58, 149, 0.2);\n            border-radius: 16px;\n            padding: 32px;\n            margin-bottom: 80px;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\n        }\n\n        .dashboard-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 24px;\n        }\n\n        .dashboard-title {\n            font-size: 20px;\n            font-weight: 700;\n            color: #1a1a1a;\n        }\n\n        .dashboard-badge {\n            background: rgba(40, 167, 69, 0.1);\n            color: #28a745;\n            padding: 6px 16px;\n            border-radius: 50px;\n            font-size: 14px;\n            font-weight: 600;\n        }\n\n        .dashboard-kpis {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 20px;\n        }\n\n        .kpi-card {\n            text-align: center;\n            padding: 24px 16px;\n            background: rgba(54, 58, 149, 0.03);\n            border-radius: 12px;\n            border-left: 3px solid #363A95;\n        }\n\n        .kpi-value {\n            font-size: clamp(28px, 3vw, 40px);\n            font-weight: 700;\n            background: linear-gradient(135deg, #363A95, #5b61d6);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 8px;\n        }\n\n        .kpi-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 500;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px;\n            margin-bottom: 80px;\n        }\n\n        .feature-card {\n            background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));\n            border: 1px solid rgba(54, 58, 149, 0.1);\n            border-radius: 16px;\n            padding: 32px;\n            text-align: center;\n            transition: all 0.4s ease;\n            opacity: 0;\n            animation: fadeInUp 0.6s ease forwards;\n        }\n\n        .feature-card:nth-child(1) { animation-delay: 0.1s; }\n        .feature-card:nth-child(2) { animation-delay: 0.2s; }\n        .feature-card:nth-child(3) { animation-delay: 0.3s; }\n        .feature-card:nth-child(4) { animation-delay: 0.4s; }\n        .feature-card:nth-child(5) { animation-delay: 0.5s; }\n        .feature-card:nth-child(6) { animation-delay: 0.6s; }\n\n        .feature-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 30px rgba(54, 58, 149, 0.12);\n            border-color: rgba(54, 58, 149, 0.3);\n        }\n\n        .feature-card .icon-wrap { margin-bottom: 16px; }\n\n        .feature-card .icon-wrap svg {\n            width: 32px;\n            height: 32px;\n        }\n\n        .feature-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin-bottom: 10px;\n        }\n\n        .feature-text {\n            font-size: 15px;\n            line-height: 1.6;\n            color: #555;\n        }\n\n        \/* CTA *\/\n        .cta-section {\n            background: linear-gradient(135deg, #363A95, #5b61d6);\n            padding: 70px 50px;\n            border-radius: 20px;\n            text-align: center;\n            box-shadow: 0 8px 32px rgba(54, 58, 149, 0.3);\n        }\n\n        .cta-title {\n            font-size: clamp(28px, 4vw, 48px);\n            font-weight: 700;\n            color: white;\n            margin-bottom: 20px;\n        }\n\n        .cta-text {\n            font-size: 19px;\n            color: rgba(255, 255, 255, 0.9);\n            margin-bottom: 36px;\n            line-height: 1.6;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-button {\n            background: white;\n            color: #363A95;\n            font-size: 18px;\n            font-weight: 700;\n            padding: 18px 48px;\n            border: none;\n            border-radius: 50px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);\n            text-decoration: none;\n            display: inline-block;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);\n        }\n\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        @media (max-width: 968px) {\n            .before-after { grid-template-columns: 1fr; gap: 16px; }\n            .ba-arrow { transform: rotate(90deg); text-align: center; }\n            .dashboard-kpis { grid-template-columns: repeat(2, 1fr); }\n            .features-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n\n        @media (max-width: 768px) {\n            .container { padding: 40px 15px; }\n            .pain-grid { grid-template-columns: 1fr; }\n            .features-grid { grid-template-columns: 1fr; }\n            .dashboard-kpis { grid-template-columns: 1fr 1fr; }\n            .cta-section { padding: 50px 30px; }\n            .cta-button { width: 100%; max-width: 300px; }\n        }\n    <\/style>\n<\/head>\n\n<body>\n    <div class=\"container\">\n\n        <div class=\"section-header\">\n            <span class=\"section-label\">Mastery Mindset<\/span>\n            <h2 class=\"section-title\">The entrepreneur drowning in numbers<\/h2>\n            <p class=\"section-subtitle\">Too much data, not enough answers. It's time to turn noise into signal.<\/p>\n        <\/div>\n\n        <!-- Le chaos des donn\u00e9es -->\n        <span class=\"section-label\">Your daily reality<\/span>\n        <h3 class=\"solution-title\" style=\"margin-bottom: 24px;\">Data chaos<\/h3>\n\n        <div class=\"tags-container\">\n            <span class=\"tag\">15 Excel files<\/span>\n            <span class=\"tag\">3 different systems<\/span>\n            <span class=\"tag\">Contradictory reports<\/span>\n            <span class=\"tag\">Outdated data<\/span>\n            <span class=\"tag\">Final_version_v3_FINAL.xlsx<\/span>\n        <\/div>\n\n        <div class=\"pain-grid\">\n            <div class=\"pain-card\">\n                <div class=\"icon-wrap\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><\/svg>\n                <\/div>\n                <h4 class=\"pain-title\">Too many reports<\/h4>\n                <p class=\"pain-text\">Each department produces its own numbers. Nobody has the same version of reality.<\/p>\n            <\/div>\n            <div class=\"pain-card\">\n                <div class=\"icon-wrap\">\n                    <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                <\/div>\n                <h4 class=\"pain-title\">Analysis paralysis<\/h4>\n                <p class=\"pain-text\">You have so much data that you no longer know where to start to make a decision.<\/p>\n            <\/div>\n            <div class=\"pain-card\">\n                <div class=\"icon-wrap\">\n                    <svg viewbox=\"0 0 24 24\"><polyline points=\"4 14 10 14 10 20\"\/><polyline points=\"20 10 14 10 14 4\"\/><line x1=\"14\" y1=\"10\" x2=\"21\" y2=\"3\"\/><line x1=\"3\" y1=\"21\" x2=\"10\" y2=\"14\"\/><\/svg>\n                <\/div>\n                <h4 class=\"pain-title\">Constant contradictions<\/h4>\n                <p class=\"pain-text\">The sales report says one thing, accounting says the opposite. Who do you believe?<\/p>\n            <\/div>\n            <div class=\"pain-card\">\n                <div class=\"icon-wrap\">\n                    <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M8 14s1.5 2 4 2 4-2 4-2\"\/><line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"\/><line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"\/><\/svg>\n                <\/div>\n                <h4 class=\"pain-title\">Forced intuition<\/h4>\n                <p class=\"pain-text\">Without reliable data, you end up deciding by gut feeling. It works... until it doesn't.<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Solution -->\n        <div style=\"text-align: center; margin-bottom: 40px;\">\n            <span class=\"section-label\">The ForgeX solution<\/span>\n            <h3 class=\"solution-title\" style=\"text-align: center;\">Fewer reports. More clarity.<\/h3>\n        <\/div>\n\n        <div class=\"before-after\">\n            <div class=\"ba-card before\">\n                <div class=\"ba-label\">Before<\/div>\n                <div class=\"ba-text\">15 reports, 15 versions of the truth, 15 headaches<\/div>\n            <\/div>\n            <div class=\"ba-arrow\">&rarr;<\/div>\n            <div class=\"ba-card after\">\n                <div class=\"ba-label\">After<\/div>\n                <div class=\"ba-text\">1 dashboard, 5 essential KPIs, informed decisions<\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Dashboard -->\n        <div class=\"dashboard-preview\">\n            <div class=\"dashboard-header\">\n                <span class=\"dashboard-title\">Your ForgeX dashboard<\/span>\n                <span class=\"dashboard-badge\">Real time<\/span>\n            <\/div>\n            <div class=\"dashboard-kpis\">\n                <div class=\"kpi-card\">\n                    <div class=\"kpi-value\">$2.4M<\/div>\n                    <div class=\"kpi-label\">Revenue YTD<\/div>\n                <\/div>\n                <div class=\"kpi-card\">\n                    <div class=\"kpi-value\">32%<\/div>\n                    <div class=\"kpi-label\">Gross margin<\/div>\n                <\/div>\n                <div class=\"kpi-card\">\n                    <div class=\"kpi-value\">847<\/div>\n                    <div class=\"kpi-label\">Active clients<\/div>\n                <\/div>\n                <div class=\"kpi-card\">\n                    <div class=\"kpi-value\">94%<\/div>\n                    <div class=\"kpi-label\">Retention rate<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Ce qu'on implante -->\n        <span class=\"section-label\">What we implement for you<\/span>\n        <h3 class=\"solution-title\" style=\"margin-bottom: 30px;\">Clarity, not complexity<\/h3>\n\n        <div class=\"features-grid\">\n            <div class=\"feature-card\">\n                <div class=\"icon-wrap\">\n                    <svg viewbox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\/><\/svg>\n                <\/div>\n                <h4 class=\"feature-title\">Custom KPIs<\/h4>\n                <p class=\"feature-text\">We identify the 5-10 metrics that truly matter for your business<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"icon-wrap\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M16 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3\"\/><path d=\"M12 2h7a2 2 0 0 1 2 2v7\"\/><line x1=\"9\" y1=\"15\" x2=\"21\" y2=\"3\"\/><\/svg>\n                <\/div>\n                <h4 class=\"feature-title\">Single source<\/h4>\n                <p class=\"feature-text\">All your data consolidated in one place, automatically synced<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"icon-wrap\">\n                    <svg viewbox=\"0 0 24 24\"><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"\/><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"\/><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"\/><\/svg>\n                <\/div>\n                <h4 class=\"feature-title\">Clear visualization<\/h4>\n                <p class=\"feature-text\">Charts that tell a story, not just numbers<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"icon-wrap\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\"\/><path d=\"M13.73 21a2 2 0 0 1-3.46 0\"\/><\/svg>\n                <\/div>\n                <h4 class=\"feature-title\">Smart alerts<\/h4>\n                <p class=\"feature-text\">Get notified when something important changes<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"icon-wrap\">\n                    <svg viewbox=\"0 0 24 24\"><rect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"\/><line x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"\/><\/svg>\n                <\/div>\n                <h4 class=\"feature-title\">Mobile access<\/h4>\n                <p class=\"feature-text\">Your KPIs available anywhere, anytime<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"icon-wrap\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n                <\/div>\n                <h4 class=\"feature-title\">Training included<\/h4>\n                <p class=\"feature-text\">Your team understands and uses data independently<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- CTA -->\n        <div class=\"cta-section\">\n            <h2 class=\"cta-title\">Ready to see clearly through your data?<\/h2>\n            <p class=\"cta-text\">Discover how ForgeX can transform your chaos into clarity.<\/p>\n            <a href=\"https:\/\/www.codexconsulting.ca\/en\/contact\/\" class=\"cta-button\">Request a free data audit<\/a>\n        <\/div>\n    <\/div>\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Noy\u00e9 dans les chiffres? Transformez le bruit en signal Noy\u00e9 dans les chiffres? Transformez le bruit en signal Mindset Ma\u00eetrise L&rsquo;entrepreneur noy\u00e9 dans les chiffres Trop de donn\u00e9es, pas assez de r\u00e9ponses. Il est temps de transformer le bruit en signal. Votre r\u00e9alit\u00e9 quotidienne Le chaos des donn\u00e9es 15 fichiers Excel 3 syst\u00e8mes diff\u00e9rents Rapports&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-6530","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/pages\/6530","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/comments?post=6530"}],"version-history":[{"count":5,"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/pages\/6530\/revisions"}],"predecessor-version":[{"id":6536,"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/pages\/6530\/revisions\/6536"}],"wp:attachment":[{"href":"https:\/\/www.codexconsulting.ca\/en\/wp-json\/wp\/v2\/media?parent=6530"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}