{"id":17806,"date":"2026-03-27T17:03:13","date_gmt":"2026-03-27T17:03:13","guid":{"rendered":"https:\/\/beebizz.io\/fr\/?page_id=17806"},"modified":"2026-05-05T15:46:04","modified_gmt":"2026-05-05T15:46:04","slug":"contact","status":"publish","type":"page","link":"https:\/\/beebizz.io\/fr\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<style>\n  :root{\n    --bb-yellow:#fbd414;\n    --bb-black:#111111;\n    --bb-black-2:#1a1a1a;\n    --bb-white:#ffffff;\n    --bb-bg:#f7f5ef;\n    --bb-bg-2:#fffdf8;\n    --bb-surface:#ffffff;\n    --bb-surface-2:#fcfaf4;\n    --bb-text:#2a2a2a;\n    --bb-muted:#6f6f6f;\n    --bb-line:rgba(17,17,17,.10);\n    --bb-line-strong:rgba(17,17,17,.16);\n    --bb-card:rgba(255,255,255,.82);\n    --bb-card-2:rgba(255,255,255,.68);\n    --bb-shadow:0 18px 60px rgba(28,24,12,.10);\n    --bb-radius:24px;\n    --bb-radius-sm:16px;\n    --bb-wrap:1240px;\n  }\n  .bb-contact,\n  .bb-contact *{\n    box-sizing:border-box;\n  }\n  .bb-contact{\n    position:relative;\n    left:50%;\n    right:50%;\n    width:100vw;\n    max-width:100vw;\n    margin-left:-50vw;\n    margin-right:-50vw;\n    overflow-x:hidden;\n    background:\n      radial-gradient(circle at top left, rgba(251,212,20,.16), transparent 28%),\n      radial-gradient(circle at 85% 10%, rgba(251,212,20,.10), transparent 24%),\n      linear-gradient(180deg, #fffdf8 0%, #f7f5ef 54%, #f3efe5 100%);\n    color:var(--bb-text);\n    font-family:Inter, Arial, Helvetica, sans-serif;\n  }\n  .bb-contact a{\n    color:inherit;\n    text-decoration:none;\n  }\n  .bb-wrap{\n    width:min(var(--bb-wrap), calc(100% - 32px));\n    margin:0 auto;\n  }\n  .bb-sec{\n    position:relative;\n    padding:88px 0;\n  }\n  .bb-sec + .bb-sec{\n    border-top:1px solid rgba(17,17,17,.05);\n  }\n  .bb-kicker{\n    display:inline-flex;\n    align-items:center;\n    gap:10px;\n    padding:10px 14px;\n    border:1px solid rgba(251,212,20,.34);\n    background:rgba(251,212,20,.14);\n    color:#8f7300;\n    border-radius:999px;\n    font-size:12px;\n    line-height:1;\n    font-weight:700;\n    letter-spacing:.14em;\n    text-transform:uppercase;\n  }\n  .bb-kicker:before{\n    content:\"\";\n    width:8px;\n    height:8px;\n    border-radius:50%;\n    background:var(--bb-yellow);\n    box-shadow:0 0 0 6px rgba(251,212,20,.16);\n  }\n  .bb-title{\n    margin:18px 0 16px;\n    font-size:clamp(38px, 6vw, 72px);\n    line-height:1.02;\n    font-weight:800;\n    letter-spacing:-.045em;\n    max-width:940px;\n    color:#111;\n  }\n  .bb-lead{\n    max-width:780px;\n    color:#4d4d4d;\n    font-size:18px;\n    line-height:1.8;\n    margin:0;\n  }\n  .bb-section-head{\n    display:grid;\n    grid-template-columns:1.1fr .9fr;\n    gap:28px;\n    align-items:end;\n    margin-bottom:38px;\n  }\n  .bb-section-head h2{\n    margin:0;\n    font-size:clamp(28px, 4vw, 48px);\n    line-height:1.04;\n    letter-spacing:-.03em;\n    color:#111;\n  }\n  .bb-section-head p{\n    margin:0;\n    color:var(--bb-muted);\n    font-size:16px;\n    line-height:1.8;\n  }\n  .bb-hero{\n    padding:34px 0 78px;\n  }\n  .bb-hero-card{\n    position:relative;\n    overflow:hidden;\n    border:1px solid rgba(17,17,17,.08);\n    border-radius:32px;\n    background:\n      linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,253,248,.84)),\n      linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.32));\n    box-shadow:var(--bb-shadow);\n  }\n  .bb-hero-card:before{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    background:\n      radial-gradient(circle at 15% 20%, rgba(251,212,20,.16), transparent 24%),\n      radial-gradient(circle at 80% 15%, rgba(251,212,20,.10), transparent 18%);\n    pointer-events:none;\n  }\n  .bb-hero-grid{\n    position:relative;\n    display:grid;\n    grid-template-columns:1.02fr .98fr;\n    gap:28px;\n    padding:56px;\n  }\n  .bb-hero-copy{\n    position:relative;\n    z-index:2;\n  }\n  .bb-hero-actions{\n    display:flex;\n    flex-wrap:wrap;\n    gap:14px;\n    margin-top:34px;\n  }\n  .bb-btn{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    min-height:54px;\n    padding:0 22px;\n    border-radius:16px;\n    font-weight:700;\n    font-size:15px;\n    transition:.25s ease;\n  }\n  .bb-btn--primary{\n    background:var(--bb-yellow);\n    color:#111;\n    border:1px solid var(--bb-yellow);\n  }\n  .bb-btn--primary:hover{\n    transform:translateY(-2px);\n    box-shadow:0 12px 28px rgba(251,212,20,.22);\n  }\n  .bb-btn--ghost{\n    background:rgba(255,255,255,.58);\n    border:1px solid rgba(17,17,17,.12);\n    color:#111;\n  }\n  .bb-btn--ghost:hover{\n    transform:translateY(-2px);\n    border-color:rgba(17,17,17,.22);\n    background:#fff;\n  }\n  .bb-hero-panel{\n    position:relative;\n    z-index:2;\n    display:grid;\n    gap:16px;\n    align-content:start;\n  }\n  .bb-panel{\n    border:1px solid rgba(17,17,17,.08);\n    border-radius:26px;\n    background:rgba(255,255,255,.74);\n    padding:24px;\n    backdrop-filter:blur(8px);\n  }\n  .bb-panel-label{\n    color:#8f7300;\n    font-size:12px;\n    letter-spacing:.14em;\n    text-transform:uppercase;\n    font-weight:700;\n  }\n  .bb-panel-title{\n    margin:14px 0 10px;\n    font-size:24px;\n    line-height:1.15;\n    font-weight:800;\n    letter-spacing:-.03em;\n    color:#111;\n  }\n  .bb-panel-text{\n    margin:0;\n    color:#4e4e4e;\n    line-height:1.75;\n    font-size:15px;\n  }\n  .bb-stat-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:14px;\n    margin-top:18px;\n  }\n  .bb-stat{\n    padding:18px;\n    border-radius:18px;\n    background:rgba(255,255,255,.78);\n    border:1px solid rgba(17,17,17,.08);\n  }\n  .bb-stat strong{\n    display:block;\n    font-size:20px;\n    line-height:1.2;\n    color:#111;\n    font-weight:800;\n    letter-spacing:-.03em;\n    margin-bottom:6px;\n  }\n  .bb-stat span{\n    display:block;\n    color:var(--bb-muted);\n    font-size:13px;\n    line-height:1.6;\n  }\n  .bb-contact-grid{\n    display:grid;\n    grid-template-columns:.95fr 1.05fr;\n    gap:24px;\n    align-items:start;\n  }\n  .bb-contact-info{\n    display:grid;\n    gap:18px;\n  }\n  .bb-info-card{\n    padding:28px;\n    border-radius:24px;\n    border:1px solid rgba(17,17,17,.08);\n    background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(252,250,244,.88));\n    box-shadow:0 10px 28px rgba(28,24,12,.05);\n  }\n  .bb-info-card h3{\n    margin:0 0 14px;\n    font-size:24px;\n    line-height:1.12;\n    letter-spacing:-.03em;\n    color:#111;\n  }\n  .bb-info-card p{\n    margin:0;\n    color:#4e4e4e;\n    line-height:1.85;\n    font-size:15px;\n  }\n  .bb-contact-list{\n    display:grid;\n    gap:14px;\n    margin-top:18px;\n  }\n  .bb-contact-item{\n    display:grid;\n    grid-template-columns:70px 1fr;\n    gap:16px;\n    align-items:start;\n    padding:18px;\n    border-radius:18px;\n    border:1px solid rgba(17,17,17,.08);\n    background:rgba(255,255,255,.74);\n  }\n  .bb-contact-icon{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    width:70px;\n    height:70px;\n    border-radius:20px;\n    background:rgba(251,212,20,.18);\n    border:1px solid rgba(251,212,20,.28);\n    color:#7a6400;\n    font-size:14px;\n    font-weight:800;\n    letter-spacing:.08em;\n    text-transform:uppercase;\n  }\n  .bb-contact-item h4{\n    margin:4px 0 6px;\n    font-size:20px;\n    line-height:1.15;\n    letter-spacing:-.02em;\n    color:#111;\n  }\n  .bb-contact-item p{\n    margin:0;\n    color:#4e4e4e;\n    line-height:1.75;\n    font-size:15px;\n  }\n  .bb-contact-item a{\n    color:#111;\n    font-weight:700;\n  }\n  .bb-form-card{\n    padding:30px;\n    border-radius:28px;\n    border:1px solid rgba(17,17,17,.08);\n    background:rgba(255,255,255,.82);\n    box-shadow:0 12px 32px rgba(28,24,12,.06);\n  }\n  .bb-form-head{\n    margin-bottom:22px;\n  }\n  .bb-form-head h3{\n    margin:0 0 10px;\n    font-size:30px;\n    line-height:1.08;\n    letter-spacing:-.03em;\n    color:#111;\n  }\n  .bb-form-head p{\n    margin:0;\n    color:#4e4e4e;\n    line-height:1.8;\n    font-size:15px;\n  }\n  .bb-form-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:16px;\n  }\n  .bb-field{\n    display:grid;\n    gap:8px;\n  }\n  .bb-field--full{\n    grid-column:1 \/ -1;\n  }\n  .bb-field label{\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:.06em;\n    text-transform:uppercase;\n    color:#6b5700;\n  }\n  .bb-input,\n  .bb-select,\n  .bb-textarea{\n    width:100%;\n    border:1px solid rgba(17,17,17,.10);\n    background:#fff;\n    color:#111;\n    border-radius:16px;\n    padding:16px 18px;\n    font-family:Inter, Arial, Helvetica, sans-serif;\n    font-size:15px;\n    outline:none;\n    transition:.2s ease;\n    appearance:none;\n  }\n  .bb-input:focus,\n  .bb-select:focus,\n  .bb-textarea:focus{\n    border-color:rgba(251,212,20,.78);\n    box-shadow:0 0 0 4px rgba(251,212,20,.14);\n  }\n  .bb-textarea{\n    min-height:160px;\n    resize:vertical;\n  }\n  .bb-form-note{\n    margin-top:16px;\n    color:var(--bb-muted);\n    font-size:13px;\n    line-height:1.7;\n  }\n  .bb-process{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:20px;\n  }\n  .bb-process-card{\n    padding:26px 24px;\n    border-radius:24px;\n    border:1px solid rgba(17,17,17,.08);\n    background:rgba(255,255,255,.78);\n    box-shadow:0 10px 28px rgba(28,24,12,.05);\n  }\n  .bb-process-no{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    width:44px;\n    height:44px;\n    border-radius:50%;\n    background:rgba(251,212,20,.18);\n    border:1px solid rgba(251,212,20,.28);\n    color:#7a6400;\n    font-size:14px;\n    font-weight:800;\n    margin-bottom:18px;\n  }\n  .bb-process-card h3{\n    margin:0 0 10px;\n    font-size:23px;\n    line-height:1.12;\n    letter-spacing:-.03em;\n    color:#111;\n  }\n  .bb-process-card p{\n    margin:0;\n    color:#4e4e4e;\n    line-height:1.8;\n    font-size:15px;\n  }\n  .bb-faq-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:20px;\n  }\n  .bb-faq{\n    padding:24px;\n    border-radius:22px;\n    border:1px solid rgba(17,17,17,.08);\n    background:rgba(255,255,255,.78);\n  }\n  .bb-faq h3{\n    margin:0 0 10px;\n    font-size:22px;\n    line-height:1.15;\n    letter-spacing:-.03em;\n    color:#111;\n  }\n  .bb-faq p{\n    margin:0;\n    color:#4e4e4e;\n    line-height:1.8;\n    font-size:15px;\n  }\n  .bb-cta{\n    padding:88px 0 100px;\n  }\n  .bb-cta-card{\n    border:1px solid rgba(251,212,20,.22);\n    border-radius:32px;\n    padding:46px;\n    background:\n      radial-gradient(circle at top right, rgba(251,212,20,.14), transparent 28%),\n      linear-gradient(180deg, rgba(255,255,255,.92), rgba(252,250,244,.90));\n    box-shadow:var(--bb-shadow);\n  }\n  .bb-cta-grid{\n    display:grid;\n    grid-template-columns:1.05fr .95fr;\n    gap:28px;\n    align-items:center;\n  }\n  .bb-cta-title{\n    margin:14px 0 14px;\n    font-size:clamp(30px, 4vw, 52px);\n    line-height:1.04;\n    letter-spacing:-.04em;\n    color:#111;\n    max-width:760px;\n  }\n  .bb-cta-text{\n    margin:0;\n    color:#4e4e4e;\n    font-size:18px;\n    line-height:1.8;\n    max-width:760px;\n  }\n  .bb-cta-side{\n    display:grid;\n    gap:14px;\n  }\n  .bb-cta-point{\n    padding:18px 20px;\n    border-radius:18px;\n    border:1px solid rgba(17,17,17,.08);\n    background:rgba(255,255,255,.74);\n    color:#4e4e4e;\n    line-height:1.7;\n    font-size:15px;\n  }\n  .bb-cta-point strong{\n    color:#111;\n  }\n  @media (max-width:1100px){\n    .bb-hero-grid,\n    .bb-section-head,\n    .bb-contact-grid,\n    .bb-cta-grid{\n      grid-template-columns:1fr;\n    }\n    .bb-process,\n    .bb-faq-grid{\n      grid-template-columns:1fr;\n    }\n  }\n  @media (max-width:820px){\n    .bb-sec{\n      padding:72px 0;\n    }\n    .bb-hero{\n      padding:20px 0 64px;\n    }\n    .bb-hero-grid,\n    .bb-cta-card,\n    .bb-form-card{\n      padding:28px;\n    }\n    .bb-stat-grid,\n    .bb-form-grid{\n      grid-template-columns:1fr;\n    }\n    .bb-title{\n      font-size:clamp(36px, 11vw, 56px);\n    }\n    .bb-lead,\n    .bb-cta-text{\n      font-size:16px;\n    }\n    .bb-contact-item{\n      grid-template-columns:1fr;\n    }\n    .bb-contact-icon{\n      width:64px;\n      height:64px;\n    }\n  }\n<\/style>\n<section>\n            Contact BeeBizz<\/p>\n<h1>Let\u2019s talk about what your business actually needs to grow.<\/h1>\n<p>\n              Whether you need sharper positioning, a stronger website, a better funnel, cleaner acquisition systems, or more structured digital execution, the first step is a focused conversation built around your real business priorities.\n            <\/p>\n<p>              <a href=\"#bb-contact-form\">Start Your Project<\/a><br \/>\n              <a href=\"#bb-contact-info\">Contact Details<\/a><br \/>\n              What to expect<\/p>\n<h3>A commercial conversation, not a generic sales call.<\/h3>\n<p>\n                The goal is to understand where your business stands, what is blocking growth, and what kind of structure, positioning, or system would create the strongest next move.\n              <\/p>\n<p>                  <strong>Clarity First<\/strong><br \/>\n                  We focus on what needs fixing before discussing outputs.<br \/>\n                  <strong>Strategic Fit<\/strong><br \/>\n                  Every business does not need the same solution.<br \/>\n                  <strong>Premium Execution<\/strong><br \/>\n                  Clean, structured work aligned with commercial goals.<br \/>\n                  <strong>Systems Thinking<\/strong><br \/>\n                  Pages, funnels, CRM, ads, and automation should work together.<br \/>\n  <\/section>\n<section id=\"bb-contact-info\">\n          Get In Touch<\/p>\n<h2>Choose the channel that fits your project stage best.<\/h2>\n<p>\n          Some businesses are still exploring direction. Others already know what they need and want to move fast. This page is built to support both.\n        <\/p>\n<h3>Who BeeBizz works best with<\/h3>\n<p>\n              BeeBizz is built for businesses that want stronger positioning, clearer digital structure, more premium presentation, and growth systems that make commercial sense. If you care about how your business is perceived and how your digital assets perform, this is the right place to start.\n            <\/p>\n<p>              Email<\/p>\n<h4>Email<\/h4>\n<p>Use email for project inquiries, service discussions, and detailed business context.<\/p>\n<p><a href=\"mailto:hello@beebizz.io\/fr\">hello@beebizz.io\/fr<\/a><\/p>\n<p>              Call<\/p>\n<h4>Phone \/ WhatsApp<\/h4>\n<p>Best for faster conversations, direct follow-up, and qualified project discussions.<\/p>\n<p><a href=\"tel:+212600000000\">+212 6 00 00 00 00<\/a><\/p>\n<p>              Base<\/p>\n<h4>Based In<\/h4>\n<p>Working with businesses in Morocco and internationally across digital consulting, growth systems, and premium web execution.<\/p>\n<p>Casablanca, Morocco<\/p>\n<p>            Project Inquiry<\/p>\n<h3>Tell us about your business and what you need.<\/h3>\n<p>\n              The better the context, the better the direction. Share the essentials so the conversation starts with clarity.\n            <\/p>\n<form action=\"#\" method=\"post\">\n                <label for=\"bb-name\">Full Name<\/label><br \/>\n                <input type=\"text\" id=\"bb-name\" name=\"full_name\" placeholder=\"Your name\"><br \/>\n                <label for=\"bb-company\">Company \/ Brand<\/label><br \/>\n                <input type=\"text\" id=\"bb-company\" name=\"company\" placeholder=\"Your business name\"><br \/>\n                <label for=\"bb-email\">Email Address<\/label><br \/>\n                <input type=\"email\" id=\"bb-email\" name=\"email\" placeholder=\"name@company.com\"><br \/>\n                <label for=\"bb-phone\">Phone \/ WhatsApp<\/label><br \/>\n                <input type=\"text\" id=\"bb-phone\" name=\"phone\" placeholder=\"+212 ...\"><br \/>\n                <label for=\"bb-service\">What do you need?<\/label><br \/>\n                <select id=\"bb-service\" name=\"service\"><option value=\"\">Select service<\/option><option>Growth Audit<\/option><option>Website Creation<\/option><option>Meta &#038; Performance Ads<\/option><option>Lead Generation System<\/option><option>Funnel Architecture<\/option><option>CRM Implementation<\/option><option>WhatsApp Sales System<\/option><option>AI Marketing Automation<\/option><option>Tracking &#038; Analytics<\/option><option>Growth Advisory<\/option><\/select><br \/>\n                <label for=\"bb-stage\">Project Stage<\/label><br \/>\n                <select id=\"bb-stage\" name=\"stage\"><option value=\"\">Select stage<\/option><option>Just Exploring<\/option><option>Need Strategy First<\/option><option>Ready To Start Soon<\/option><option>Need Immediate Support<\/option><\/select><br \/>\n                <label for=\"bb-message\">Project Details<\/label><br \/>\n                <textarea id=\"bb-message\" name=\"message\" placeholder=\"Tell us about your business, current situation, what is not working well, and what you want to improve.\"><\/textarea><br \/>\n                <button type=\"submit\">Send Inquiry<\/button><br \/>\n          <\/form>\n<p>\n            Replace this form action with your Elementor form, Fluent Forms, WPForms, or your preferred form system.\n          <\/p>\n<\/section>\n<section>\n          How It Works<\/p>\n<h2>What happens after you reach out.<\/h2>\n<p>\n          The process is simple on purpose. The objective is to create a clear next step, not unnecessary back and forth.\n        <\/p>\n<p>          01<\/p>\n<h3>You share context<\/h3>\n<p>\n            We review your business, your current situation, your growth goals, and where the main friction seems to be.\n          <\/p>\n<p>          02<\/p>\n<h3>We identify the right path<\/h3>\n<p>\n            Instead of forcing a standard package, we clarify what kind of strategic, design, or system work would actually create value.\n          <\/p>\n<p>          03<\/p>\n<h3>We move with structure<\/h3>\n<p>\n            Once the direction is clear, the project moves into a cleaner scope, better execution logic, and a more focused growth plan.\n          <\/p>\n<\/section>\n<section>\n          Before You Contact Us<\/p>\n<h2>A few common questions.<\/h2>\n<p>\n          These answers help set the tone: BeeBizz is built around fit, clarity, and high-value execution.\n        <\/p>\n<h3>Do I need to know exactly what service I want?<\/h3>\n<p>\n            No. Many businesses know the pain but not the right solution yet. That is normal. The first discussion is there to identify the real need.\n          <\/p>\n<h3>Can BeeBizz help with both strategy and execution?<\/h3>\n<p>\n            Yes. BeeBizz is designed to connect strategic thinking with execution across website structure, offers, funnels, ads, CRM, and automation.\n          <\/p>\n<h3>Is BeeBizz only for big companies?<\/h3>\n<p>\n            No. It is for businesses that care about quality, clarity, and commercial logic. The fit matters more than size.\n          <\/p>\n<h3>What makes BeeBizz different from a generic agency?<\/h3>\n<p>\n            The focus is not random output. The focus is building a stronger business system with premium presentation and better decision-making underneath it.\n          <\/p>\n<\/section>\n<section>\n            Next Step<\/p>\n<h2>If your business is ready for sharper thinking and stronger execution, let\u2019s begin with the right conversation.<\/h2>\n<p>\n              Good growth starts with clarity. Reach out with your business context, and we\u2019ll identify what should be improved, structured, or rebuilt first.\n            <\/p>\n<p>              <a href=\"#bb-contact-form\">Send Your Inquiry<\/a><br \/>\n              <a href=\"mailto:hello@beebizz.io\/fr\">Email BeeBizz<\/a><br \/>\n            <strong>For B2B businesses:<\/strong> improve credibility, positioning, and lead quality.<br \/>\n            <strong>For brands:<\/strong> improve digital structure, product communication, and conversion logic.<br \/>\n            <strong>For ambitious founders:<\/strong> build systems that feel more premium, more focused, and more scalable.<br \/>\n  <\/section>\n","protected":false},"excerpt":{"rendered":"<p>Contact BeeBizz Let\u2019s talk about what your business actually needs to grow. Whether you need sharper positioning, a stronger website, a better funnel, cleaner acquisition systems, or more structured digital execution, the first step is a focused conversation built around [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-17806","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/beebizz.io\/fr\/wp-json\/wp\/v2\/pages\/17806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beebizz.io\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/beebizz.io\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/beebizz.io\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/beebizz.io\/fr\/wp-json\/wp\/v2\/comments?post=17806"}],"version-history":[{"count":14,"href":"https:\/\/beebizz.io\/fr\/wp-json\/wp\/v2\/pages\/17806\/revisions"}],"predecessor-version":[{"id":17994,"href":"https:\/\/beebizz.io\/fr\/wp-json\/wp\/v2\/pages\/17806\/revisions\/17994"}],"wp:attachment":[{"href":"https:\/\/beebizz.io\/fr\/wp-json\/wp\/v2\/media?parent=17806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}