{"id":10,"date":"2026-07-11T20:56:59","date_gmt":"2026-07-11T20:56:59","guid":{"rendered":"https:\/\/b2b.braskil.pl\/?page_id=10"},"modified":"2026-09-01T21:26:55","modified_gmt":"2026-09-01T20:26:55","slug":"braskil-b2b","status":"publish","type":"page","link":"https:\/\/b2b.braskil.pl\/","title":{"rendered":"BRASKIL B2B"},"content":{"rendered":"\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');\n    \n    \/* ZMIANA T\u0141A CA\u0141EGO WORDPRESSA NA CIEMNE - LIKWIDACJA BIA\u0141YCH PAS\u00d3W *\/\n    html, body {\n        background-color: #07090e !important;\n    }\n\n    .braskil-enterprise-wrapper {\n        font-family: 'Montserrat', sans-serif;\n        color: #f3f4f6;\n        background-color: #07090e;\n        width: 100%;\n        margin: 0 auto;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    .braskil-enterprise-wrapper *, .braskil-enterprise-wrapper *::before, .braskil-enterprise-wrapper *::after {\n        box-sizing: border-box;\n    }\n\n    @keyframes fadeInUp {\n        from {\n            opacity: 0;\n            transform: translateY(30px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    @keyframes pulseGlow {\n        0%, 100% { opacity: 0.4; }\n        50% { opacity: 0.8; }\n    }\n\n    .anim-fade-in {\n        animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;\n    }\n\n    \/* SEKCJA HERO *\/\n    .ent-hero {\n        position: relative;\n        background: linear-gradient(135deg, rgba(7, 9, 14, 0.92) 0%, rgba(15, 23, 42, 0.98) 100%), url('https:\/\/images.unsplash.com\/photo-1541888087588-92695576269e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center\/cover;\n        padding: 140px 20px 120px;\n        text-align: center;\n        color: white;\n        border-bottom: 1px solid rgba(46, 125, 50, 0.3);\n    }\n\n    .ent-hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 50%;\n        transform: translateX(-50%);\n        width: 800px;\n        height: 300px;\n        background: radial-gradient(circle, rgba(46, 125, 50, 0.15) 0%, transparent 70%);\n        animation: pulseGlow 6s infinite ease-in-out;\n        z-index: 1;\n        pointer-events: none;\n    }\n\n    .ent-hero-content {\n        max-width: 1200px;\n        margin: 0 auto;\n        position: relative;\n        z-index: 2;\n    }\n\n    .ent-badge {\n        display: inline-flex;\n        align-items: center;\n        gap: 10px;\n        background: rgba(46, 125, 50, 0.15);\n        color: #4ade80;\n        padding: 10px 24px;\n        border-radius: 40px;\n        font-weight: 800;\n        letter-spacing: 2.5px;\n        text-transform: uppercase;\n        margin-bottom: 30px;\n        border: 1px solid rgba(74, 222, 128, 0.3);\n        box-shadow: 0 0 30px rgba(46, 125, 50, 0.2);\n        font-size: 12px;\n    }\n\n    .ent-hero h1 {\n        font-size: 54px;\n        font-weight: 900;\n        margin-bottom: 25px;\n        line-height: 1.15;\n        letter-spacing: -0.5px;\n        color: #ffffff;\n        text-transform: uppercase;\n    }\n\n    .ent-hero h1 span {\n        background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n    }\n\n    .ent-hero p {\n        font-size: 19px;\n        color: #94a3b8;\n        max-width: 900px;\n        margin: 0 auto 45px auto;\n        line-height: 1.8;\n        font-weight: 400;\n    }\n\n    .ent-btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);\n        color: #ffffff;\n        font-weight: 800;\n        padding: 22px 48px;\n        font-size: 16px;\n        border-radius: 8px;\n        text-decoration: none;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n        box-shadow: 0 15px 35px rgba(46, 125, 50, 0.35);\n        border: 1px solid rgba(255, 255, 255, 0.15);\n    }\n\n    .ent-btn:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 20px 45px rgba(46, 125, 50, 0.55);\n        background: linear-gradient(135deg, #388e3c 0%, #2e7d32 100%);\n        color: #ffffff;\n    }\n\n    \/* SEKCJA US\u0141UG *\/\n    .ent-services {\n        padding: 110px 20px;\n        background-color: #07090e;\n    }\n\n    .ent-services-inner {\n        max-width: 1400px;\n        margin: 0 auto;\n    }\n\n    .ent-section-header {\n        text-align: center;\n        margin-bottom: 70px;\n    }\n\n    .ent-section-title {\n        font-size: 42px;\n        font-weight: 900;\n        color: #ffffff;\n        margin-bottom: 15px;\n        text-transform: uppercase;\n        letter-spacing: -0.5px;\n    }\n\n    .ent-section-subtitle {\n        font-size: 18px;\n        color: #94a3b8;\n        font-weight: 500;\n    }\n\n    .ent-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));\n        gap: 35px;\n    }\n\n    .ent-card {\n        background: #0f172a;\n        border-radius: 16px;\n        overflow: hidden;\n        border: 1px solid rgba(255, 255, 255, 0.06);\n        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);\n        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n        display: flex;\n        flex-direction: column;\n        position: relative;\n    }\n\n    .ent-card::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 3px;\n        background: linear-gradient(90deg, #2e7d32, #4ade80);\n        opacity: 0.8;\n    }\n\n    .ent-card:hover {\n        transform: translateY(-8px);\n        border-color: rgba(74, 222, 128, 0.3);\n        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);\n    }\n\n    .ent-card-img-wrap {\n        height: 260px;\n        overflow: hidden;\n        position: relative;\n    }\n\n    .ent-card-img-wrap::after {\n        content: '';\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        width: 100%;\n        height: 60%;\n        background: linear-gradient(to top, #0f172a, transparent);\n    }\n\n    .ent-card-img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.6s ease;\n    }\n\n    .ent-card:hover .ent-card-img {\n        transform: scale(1.06);\n    }\n\n    .ent-card-body {\n        padding: 40px 35px;\n        flex-grow: 1;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .ent-card-title {\n        font-size: 24px;\n        font-weight: 900;\n        color: #ffffff;\n        margin-bottom: 25px;\n        text-transform: uppercase;\n        border-bottom: 1px solid rgba(255, 255, 255, 0.08);\n        padding-bottom: 20px;\n        letter-spacing: -0.5px;\n    }\n\n    .ent-list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n        flex-grow: 1;\n    }\n\n    .ent-list li {\n        position: relative;\n        padding-left: 32px;\n        margin-bottom: 18px;\n        font-size: 15px;\n        color: #cbd5e1;\n        line-height: 1.6;\n    }\n\n    .ent-list li::before {\n        content: '\u2713';\n        position: absolute;\n        left: 0;\n        top: 0;\n        color: #4ade80;\n        font-weight: 900;\n        font-size: 14px;\n        background: rgba(74, 222, 128, 0.12);\n        width: 22px;\n        height: 22px;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        border: 1px solid rgba(74, 222, 128, 0.3);\n    }\n\n    \/* PASEK STATYSTYK *\/\n    .ent-stats {\n        background: #0b0f17;\n        padding: 80px 20px;\n        border-top: 1px solid rgba(255, 255, 255, 0.06);\n        border-bottom: 1px solid rgba(255, 255, 255, 0.06);\n    }\n\n    .ent-stats-inner {\n        max-width: 1200px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 40px;\n        text-align: center;\n    }\n\n    .ent-stat-box h4 {\n        font-size: 48px;\n        font-weight: 900;\n        color: #4ade80;\n        margin: 0 0 10px 0;\n        letter-spacing: -1px;\n    }\n\n    .ent-stat-box p {\n        font-size: 15px;\n        color: #94a3b8;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        font-weight: 700;\n        margin: 0;\n    }\n\n    \/* SEKCJA KONTAKTOWA *\/\n    .ent-contact {\n        background: radial-gradient(circle at center, #0f172a 0%, #07090e 100%);\n        padding: 120px 20px;\n        text-align: center;\n    }\n\n    .ent-contact-box {\n        max-width: 900px;\n        margin: 0 auto;\n        background: rgba(15, 23, 42, 0.75);\n        backdrop-filter: blur(16px);\n        border: 1px solid rgba(46, 125, 50, 0.3);\n        border-radius: 24px;\n        padding: 70px 40px;\n        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .ent-contact-box::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 4px;\n        background: linear-gradient(90deg, #2e7d32, #4ade80);\n    }\n\n    .ent-contact-tag {\n        display: inline-block;\n        background: rgba(46, 125, 50, 0.2);\n        color: #4ade80;\n        padding: 8px 20px;\n        font-size: 13px;\n        font-weight: 800;\n        border-radius: 30px;\n        text-transform: uppercase;\n        margin-bottom: 25px;\n        letter-spacing: 2px;\n        border: 1px solid rgba(74, 222, 128, 0.3);\n    }\n\n    .ent-contact-box h2 {\n        font-size: 42px;\n        font-weight: 900;\n        color: #ffffff;\n        margin-bottom: 20px;\n        text-transform: uppercase;\n        letter-spacing: -0.5px;\n    }\n\n    .ent-contact-box p {\n        font-size: 18px;\n        color: #94a3b8;\n        margin-bottom: 40px;\n        line-height: 1.7;\n    }\n\n    .ent-massive-phone {\n        display: inline-block;\n        font-size: 64px;\n        font-weight: 900;\n        color: #ffffff;\n        margin: 10px 0 35px 0;\n        text-decoration: none;\n        letter-spacing: -2px;\n        transition: color 0.3s ease;\n    }\n\n    .ent-massive-phone:hover {\n        color: #4ade80;\n    }\n\n    @media (max-width: 768px) {\n        .ent-hero h1 { font-size: 38px; }\n        .ent-massive-phone { font-size: 42px; letter-spacing: -1px; }\n        .ent-contact-box { padding: 40px 20px; }\n        .ent-grid { grid-template-columns: 1fr; }\n    }\n<\/style>\n\n<div class=\"braskil-enterprise-wrapper\">\n\n    <!-- SEKCJA HERO -->\n    <div class=\"ent-hero anim-fade-in\">\n        <div class=\"ent-hero-content\">\n            <div class=\"ent-badge\">Generalny Wykonawca Inwestycji Komercyjnych i Deweloperskich<\/div>\n            <h1>BRASKIL B2B.<br><span>Przejmujemy pe\u0142n\u0105 kontrol\u0119<\/span> nad terenem.<\/h1>\n            <p>Bierzemy na siebie 100% logistyki inwestycji przemys\u0142owych, obiekt\u00f3w komercyjnych oraz osiedli deweloperskich. Od dostarczenia ci\u0119\u017ckiego sprz\u0119tu i niwelacji terenu, przez za\u0142atwienie kruszywa i kontener\u00f3w, po nawierzchnie brukowe, ziele\u0144 wok\u00f3\u0142 nowych budynk\u00f3w i finalne oddanie obiektu w stanie nienagannym.<\/p>\n            <a href=\"tel:508085623\" class=\"ent-btn\">Zadzwo\u0144 do zarz\u0105du: 508 085 623<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- SEKCJA US\u0141UG -->\n    <div class=\"ent-services\" id=\"oferta\">\n        <div class=\"ent-services-inner\">\n            <div class=\"ent-section-header\">\n                <h2 class=\"ent-section-title\">Kompleksowa obs\u0142uga inwestycji B2B<\/h2>\n                <p class=\"ent-section-subtitle\">Profesjonalny partner dla deweloper\u00f3w, zarz\u0105dc\u00f3w nieruchomo\u015bci i inwestor\u00f3w<\/p>\n            <\/div>\n            \n            <div class=\"ent-grid\">\n                \n                <!-- KAFELEK 1 -->\n                <div class=\"ent-card\">\n                    <div class=\"ent-card-img-wrap\">\n                        <img decoding=\"async\" src=\"http:\/\/b2b.braskil.pl\/wp-content\/uploads\/2026\/08\/zdj12333-scaled.png\" alt=\"Logistyka i roboty ziemne B2B\" class=\"ent-card-img\">\n                    <\/div>\n                    <div class=\"ent-card-body\">\n                        <h3 class=\"ent-card-title\">1. Logistyka i Roboty Ziemne<\/h3>\n                        <ul class=\"ent-list\">\n                            <li><strong>Pe\u0142ne zaplecze logistyczne:<\/strong> Koordynujemy dostawy materia\u0142\u00f3w, kruszyw oraz organizujemy podstawienie i odbi\u00f3r kontener\u00f3w na odpady budowlane.<\/li>\n                            <li><strong>Ci\u0119\u017cki sprz\u0119t i niwelacja:<\/strong> Wje\u017cd\u017camy wydajnymi maszynami koparkami. Realizujemy masowe oczyszczanie dzia\u0142ek, karczowanie oraz profesjonalne mulczowanie pod inwestycje.<\/li>\n                            <li><strong>Przygotowanie grunt\u00f3w:<\/strong> G\u0142\u0119bokie profilowanie terenu, wykopy i korytowanie pod parkingi, drogi dojazdowe, szeregowce oraz fundamenty nowych budynk\u00f3w i blok\u00f3w.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- KAFELEK 2 -->\n                <div class=\"ent-card\">\n                    <div class=\"ent-card-img-wrap\">\n                        <img decoding=\"async\" src=\"http:\/\/b2b.braskil.pl\/wp-content\/uploads\/2026\/08\/1b6690d3-d659-4491-9eeb-3d02661941ca.png\" alt=\"Infrastruktura i ziele\u0144 B2B\" class=\"ent-card-img\">\n                    <\/div>\n                    <div class=\"ent-card-body\">\n                        <h3 class=\"ent-card-title\">2. Infrastruktura i Ziele\u0144 Deweloperska<\/h3>\n                        <ul class=\"ent-list\">\n                            <li><strong>Nawierzchnie dla deweloper\u00f3w:<\/strong> Precyzyjne uk\u0142adanie kostki brukowej wok\u00f3\u0142 nowych budynk\u00f3w, blok\u00f3w, osiedli szeregowc\u00f3w, na parkingach i drogach manewrowych.<\/li>\n                            <li><strong>Architektura otoczenia:<\/strong> Monta\u017c solidnych obrze\u017cy wok\u00f3\u0142 firm i budynk\u00f3w deweloperskich, palisad oraz wysypywanie kruszyw ozdobnych zgodnie z projektem zagospodarowania.<\/li>\n                            <li><strong>Zielona infrastruktura:<\/strong> Szybkie zak\u0142adanie wielkopowierzchniowych trawnik\u00f3w z rolki lub siewu na nowo powstaj\u0105cych osiedlach i wok\u00f3\u0142 obiekt\u00f3w komercyjnych.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n                <!-- KAFELEK 3 -->\n                <div class=\"ent-card\">\n                    <div class=\"ent-card-img-wrap\">\n                        <img decoding=\"async\" src=\"http:\/\/b2b.braskil.pl\/wp-content\/uploads\/2026\/07\/hala-przed-po.png\" alt=\"Sprz\u0105tanie hal i utrzymanie B2B\" class=\"ent-card-img\">\n                    <\/div>\n                    <div class=\"ent-card-body\">\n                        <h3 class=\"ent-card-title\">3. Utrzymanie Hal i Sprz\u0105tanie Pobudowlane<\/h3>\n                        <ul class=\"ent-list\">\n                            <li><strong>Partnerstwo z wyspecjalizowanymi ekipami:<\/strong> Dzi\u0119ki sta\u0142ej wsp\u00f3\u0142pracy ze sprawdzonymi firmami sprz\u0105taj\u0105cymi, oferujemy kompleksowe czyszczenie po budowach i remontach.<\/li>\n                            <li><strong>B\u0142ysk pobudowlany:<\/strong> Gruntowne i bezkompromisowe sprz\u0105tanie hal produkcyjnych, magazyn\u00f3w wysokiego sk\u0142adowania oraz nowych budynk\u00f3w przed oficjalnym oddaniem do u\u017cytku.<\/li>\n                            <li><strong>Utrzymanie teren\u00f3w zewn\u0119trznych:<\/strong> Okresowa i sta\u0142a opieka nad obiektami biznesowymi \u2013 koszenie wielkopowierzchniowe trawy dooko\u0142a hal, mycie ci\u015bnieniowe plac\u00f3w i elewacji.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- PASEK STATYSTYK -->\n    <div class=\"ent-stats\">\n        <div class=\"ent-stats-inner\">\n            <div class=\"ent-stat-box\">\n                <h4>PRO<\/h4>\n                <p>Niezale\u017cna logistyka, maszyny i materia\u0142y<\/p>\n            <\/div>\n            <div class=\"ent-stat-box\">\n                <h4>B2B<\/h4>\n                <p>Dedykowana obs\u0142uga firm i deweloper\u00f3w<\/p>\n            <\/div>\n            <div class=\"ent-stat-box\">\n                <h4>100%<\/h4>\n                <p>Terminowo\u015b\u0107 i bezproblemowe odbiory inwestycji<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- SEKCJA KONTAKTOWA -->\n    <div class=\"ent-contact\">\n        <div class=\"ent-contact-box\">\n            <span class=\"ent-contact-tag\">Dzia\u0142 Inwestycji i Wsp\u00f3\u0142pracy B2B<\/span>\n            <h2>Om\u00f3wmy Twoj\u0105 inwestycj\u0119 komercyjn\u0105<\/h2>\n            <p>Szukasz generalnego wykonawcy, kt\u00f3ry przejmie na siebie ca\u0142\u0105 logistyk\u0119, roboty ziemne, infrastruktur\u0119 wok\u00f3\u0142 nowych blok\u00f3w oraz wyko\u0144czenie terenu obiekt\u00f3w? Skontaktuj si\u0119 bezpo\u015brednio z zarz\u0105dem firmy Braskil.<\/p>\n            \n            <a href=\"tel:508085623\" class=\"ent-massive-phone\">508 085 623<\/a>\n            \n            <div>\n                <a href=\"tel:508085623\" class=\"ent-btn\">Zacznij wsp\u00f3\u0142prac\u0119 ju\u017c dzi\u015b<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Generalny Wykonawca Inwestycji Komercyjnych i Deweloperskich BRASKIL B2B.Przejmujemy pe\u0142n\u0105 kontrol\u0119 nad terenem. Bierzemy na siebie 100% logistyki inwestycji przemys\u0142owych, obiekt\u00f3w [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/b2b.braskil.pl\/index.php\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/b2b.braskil.pl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/b2b.braskil.pl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/b2b.braskil.pl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/b2b.braskil.pl\/index.php\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":16,"href":"https:\/\/b2b.braskil.pl\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":50,"href":"https:\/\/b2b.braskil.pl\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions\/50"}],"wp:attachment":[{"href":"https:\/\/b2b.braskil.pl\/index.php\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}