{"id":1051,"date":"2020-07-28T10:14:02","date_gmt":"2020-07-28T10:14:02","guid":{"rendered":"https:\/\/startersites.io\/brizy\/modern-shop\/?page_id=1051"},"modified":"2026-09-08T20:50:18","modified_gmt":"2026-09-08T20:50:18","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/veryusefull.eu\/en\/kontakt\/","title":{"rendered":"Kontakt"},"content":{"rendered":"<div class=\"brz brz-root__container brz-reset-all brz-root__container-page\" >\n<section id=\"yewqSBF1EeIx_yewqSBF1EeIx\" class=\"brz-section brz-css-d-ynf0il brz-css-150iz0p\">\n<div class=\"brz-section__content brz-section--boxed brz-css-d-oh3bvl brz-css-pwpy9v\" data-brz-custom-id=\"qyOluCFVvtYY\">\n<div class=\"brz-container brz-css-d-x9rvyp brz-css-hgmezl\">\n<div id=\"\" class=\"brz-css-d-1wonu5h brz-css-jmh8ho brz-wrapper\">\n<div class=\"brz-wp-shortcode brz-css-d-19rsjz0 brz-css-1xnb3fl\" data-brz-custom-id=\"wA45DhY2PXpH\">\n<div>    \n    <!-- \u0141adowanie Google Material Symbols (dla ikony email) -->\n    <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200\" \/>\n    \n    <style>\n    \/* ============================================================\n       RESET I PODSTAWY\n       ============================================================ *\/\n    .contact-page {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 40px 20px;\n        font-family: 'Poppins', sans-serif;\n        color: #1a1a1a;\n        background: #ffffff;\n    }\n    \n    \/* ============================================================\n       HERO KONTAKTOWY\n       ============================================================ *\/\n    .contact-hero {\n        text-align: center;\n        padding: 40px 20px 30px;\n        background: linear-gradient(135deg, #f8f9fa 0%, #e6f5fc 100%);\n        border-radius: 24px;\n        margin-bottom: 40px;\n    }\n    .contact-hero h1 {\n        font-size: clamp(2.4rem, 5vw, 3.6rem);\n        font-weight: 800;\n        color: #1a1a1a;\n        margin: 0 0 12px 0;\n        letter-spacing: -0.5px;\n    }\n    .contact-hero h1 .highlight { color: #009CDA; }\n    .contact-hero p {\n        font-size: clamp(1rem, 1.2vw, 1.3rem);\n        color: #4a4a4a;\n        max-width: 600px;\n        margin: 0 auto;\n        line-height: 1.7;\n    }\n    \n    \/* ============================================================\n       EMAIL \u2013 WYR\u00d3\u017bNIONY\n       ============================================================ *\/\n    .contact-email-block {\n        text-align: center;\n        padding: 30px 20px;\n        margin-bottom: 40px;\n        background: #ffffff;\n        border-radius: 20px;\n        border: 1px solid #e8edf2;\n        box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n    }\n    .contact-email-block .material-symbols-outlined {\n        font-size: 48px;\n        color: #009CDA;\n        display: block;\n        margin-bottom: 8px;\n        font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0;\n    }\n    .contact-email-block .email-label {\n        font-size: 0.9rem;\n        color: #888;\n        margin-bottom: 4px;\n    }\n    .contact-email-block .email-address {\n        font-size: 1.6rem;\n        font-weight: 700;\n        color: #009CDA;\n        text-decoration: none;\n        transition: all 0.3s ease;\n    }\n    .contact-email-block .email-address:hover {\n        color: #007bb5;\n        text-decoration: underline;\n    }\n    \n    \/* ============================================================\n       SOCIAL MEDIA BAR\n       ============================================================ *\/\n    .contact-social {\n        text-align: center;\n        padding: 30px 20px;\n        margin-bottom: 40px;\n        background: #f8f9fa;\n        border-radius: 24px;\n        border: 1px solid #e8edf2;\n    }\n    .contact-social .social-label {\n        font-size: 1.1rem;\n        font-weight: 600;\n        color: #1a1a1a;\n        margin-bottom: 16px;\n    }\n    .contact-social .social-label .highlight { color: #009CDA; }\n    .social-icons {\n        display: flex;\n        justify-content: center;\n        gap: 24px;\n        flex-wrap: wrap;\n    }\n    .social-icon {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 56px;\n        height: 56px;\n        border-radius: 50%;\n        background: #ffffff;\n        border: 1px solid #e0e7ed;\n        transition: all 0.3s ease;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n        text-decoration: none;\n    }\n    .social-icon:hover {\n        transform: translateY(-4px);\n        border-color: #009CDA;\n        box-shadow: 0 8px 24px rgba(0, 156, 218, 0.15);\n    }\n    .social-icon svg {\n        width: 28px;\n        height: 28px;\n        fill: #1a1a1a;\n        transition: fill 0.3s ease;\n    }\n    .social-icon:hover svg {\n        fill: #009CDA;\n    }\n    \n    \/* ============================================================\n       MAPA\n       ============================================================ *\/\n    .contact-map {\n        border-radius: 24px;\n        overflow: hidden;\n        border: 1px solid #e8edf2;\n        margin-bottom: 0;\n    }\n    .contact-map iframe {\n        width: 100%;\n        height: 400px;\n        border: none;\n        display: block;\n    }\n    \n    \/* ============================================================\n       RESPONSYWNO\u015a\u0106\n       ============================================================ *\/\n    @media (max-width: 768px) {\n        .contact-page { padding: 24px 12px; }\n        .contact-hero { padding: 30px 16px 24px; }\n        .contact-hero h1 { font-size: 2rem; }\n        .contact-email-block .email-address { font-size: 1.3rem; }\n        .social-icon { width: 48px; height: 48px; }\n        .social-icon svg { width: 24px; height: 24px; }\n        .contact-map iframe { height: 280px; }\n    }\n    @media (max-width: 480px) {\n        .contact-hero h1 { font-size: 1.6rem; }\n        .contact-email-block .email-address { font-size: 1.1rem; }\n        .social-icons { gap: 16px; }\n        .social-icon { width: 44px; height: 44px; }\n        .social-icon svg { width: 20px; height: 20px; }\n        .contact-map iframe { height: 200px; }\n    }\n    <\/style>\n    \n    <section class=\"contact-page\">\n    \n        <!-- HERO -->\n        <div class=\"contact-hero\">\n            <h1><span class=\"highlight\">Contact<\/span><\/h1>\n            <p>Have a question? Write to us \u2013 we reply quickly and gladly!<\/p>\n        <\/div>\n    \n        <!-- EMAIL -->\n        <div class=\"contact-email-block\">\n            <span class=\"material-symbols-outlined\">mail<\/span>\n            <div class=\"email-label\">Write to us<\/div>\n            <a href=\"mailto:Bardzoprzydatne@gmail.com\" class=\"email-address\">Bardzoprzydatne@gmail.com<\/a>\n        <\/div>\n    \n        <!-- SOCIAL MEDIA BAR -->\n        <div class=\"contact-social\">\n            <div class=\"social-label\">Find us on <span class=\"highlight\">social media<\/span><\/div>\n            <div class=\"social-icons\">\n    \n                <!-- Facebook -->\n                <a href=\"https:\/\/www.facebook.com\/profile.php?id=61578898898674\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-icon\" aria-label=\"Facebook\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/>\n                    <\/svg>\n                <\/a>\n    \n                <!-- TikTok PL -->\n                <a href=\"https:\/\/www.tiktok.com\/@bardzoprzydatne.pl\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-icon\" aria-label=\"TikTok PL\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M16.6 5.82s.51.5 1.5.6c.3.04.6.04.9-.02V4.1s-.6.04-1.2-.26c-.9-.4-1.3-1.2-1.3-1.2h-1.7v11.3c0 1.3-1.1 2.4-2.4 2.4s-2.4-1.1-2.4-2.4 1.1-2.4 2.4-2.4c.2 0 .5.04.7.1V9.6c-.2-.04-.5-.06-.7-.06-2.6 0-4.7 2.1-4.7 4.7s2.1 4.7 4.7 4.7 4.7-2.1 4.7-4.7V5.82z\"\/>\n                    <\/svg>\n                <\/a>\n    \n                <!-- TikTok EN -->\n                <a href=\"https:\/\/www.tiktok.com\/@veryusefull.eu\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-icon\" aria-label=\"TikTok EN\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M16.6 5.82s.51.5 1.5.6c.3.04.6.04.9-.02V4.1s-.6.04-1.2-.26c-.9-.4-1.3-1.2-1.3-1.2h-1.7v11.3c0 1.3-1.1 2.4-2.4 2.4s-2.4-1.1-2.4-2.4 1.1-2.4 2.4-2.4c.2 0 .5.04.7.1V9.6c-.2-.04-.5-.06-.7-.06-2.6 0-4.7 2.1-4.7 4.7s2.1 4.7 4.7 4.7 4.7-2.1 4.7-4.7V5.82z\"\/>\n                    <\/svg>\n                <\/a>\n    \n                <!-- YouTube -->\n                <a href=\"https:\/\/www.youtube.com\/channel\/UCmFQPGGKwwME6Z-gM_5YSnw\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-icon\" aria-label=\"YouTube\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M23.498 6.186a3.016 3.016 0 00-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 00.502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 002.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 002.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"\/>\n                    <\/svg>\n                <\/a>\n    \n            <\/div>\n        <\/div>\n    \n        <!-- MAPA -->\n        <div class=\"contact-map\">\n            <iframe \n                src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2431.622984018847!2d18.630349515802073!3d53.03311047991381!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x470335c0d81b7ba1%3A0x5d9c8ee54466a657!2sToru%C5%84%20G%C5%82%C3%B3wny!5e0!3m2!1spl!2spl!4v1700000000000\"\n                allowfullscreen=\"\"\n                loading=\"lazy\"\n                referrerpolicy=\"no-referrer-when-downgrade\"\n                title=\"Google Maps - lokalizacja\"\n            ><\/iframe>\n        <\/div>\n    \n    <\/section>\n    \n    <\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section><\/div>\n<p><!-- version:1788900618 --><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"brizy-blank-template.php","meta":{"footnotes":""},"class_list":["post-1051","page","type-page","status-publish","hentry"],"blocksy_meta":{"page_title_panel":"","has_hero_section":"disabled","1667bfed60a2e575eaef4ac63d6a1cfc":"","hero_section":"type-1","hero_elements":[{"id":"custom_title","enabled":true,"heading_tag":"h1","title":"Home"},{"id":"custom_description","enabled":true,"description_visibility":{"desktop":true,"tablet":true,"mobile":false}},{"id":"custom_meta","enabled":false,"meta_elements":[{"id":"author","enabled":true,"label":"By","has_author_avatar":"yes","avatar_size":25},{"id":"post_date","enabled":true,"label":"On","date_format_source":"default","date_format":"M j, Y"},{"id":"comments","enabled":true}],"page_meta_elements":{"joined":true,"articles_count":true,"comments":true}},{"id":"breadcrumbs","enabled":false}],"39798c53b94a591b894263fcd02fbb5a":"","hero_alignment1":"left","hero_alignment2":"center","hero_vertical_alignment":"center","hero_structure":"narrow","77d3fc9956e7489db001bed58bddabb6":"","hero_height":"230px","parallax":{"desktop":false,"tablet":false,"mobile":false},"pageTitleFont":{"family":"Default","variation":"Default","size":{"desktop":"32px","tablet":"30px","mobile":"25px"},"line-height":"1.3","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageTitleFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageMetaFont":{"family":"Default","variation":"n6","size":{"desktop":"12px","tablet":"12px","mobile":"12px"},"line-height":"1.3","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"pageMetaFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageExcerptFont":{"family":"Default","variation":"n5","size":"CT_CSS_SKIP_RULE","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"CT_CSS_SKIP_RULE","text-decoration":"CT_CSS_SKIP_RULE"},"pageExcerptColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"breadcrumbsFont":{"family":"Default","variation":"n6","size":"12px","line-height":"CT_CSS_SKIP_RULE","letter-spacing":"CT_CSS_SKIP_RULE","text-transform":"uppercase","text-decoration":"CT_CSS_SKIP_RULE"},"breadcrumbsFontColor":{"default":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"initial":{"color":"CT_CSS_SKIP_RULEDEFAULT"},"hover":{"color":"CT_CSS_SKIP_RULEDEFAULT"}},"pageTitleOverlay":{"default":{"color":"rgba(41, 51, 60, 0.2)"}},"pageTitleBackground":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"backgroundColor":{"default":{"color":"#EDEFF2"}}},"abf59183720545dc620a4f75a7e2f674":"","page_structure_type":"default","content_style":"inherit","vertical_spacing_source":"custom","content_area_spacing":"none","background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"backgroundColor":{"default":{"color":"CT_CSS_SKIP_RULE"}}},"content_background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"background_repeat":"no-repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"backgroundColor":{"default":{"color":"#ffffff"}}},"content_boxed_spacing":{"desktop":"40px","tablet":"35px","mobile":"20px"},"content_boxed_radius":{"top":"3px","bottom":"3px","left":"3px","right":"3px","linked":true},"content_boxed_shadow":{"blur":18,"spread":-6,"v_offset":12,"h_offset":0,"inset":false,"enable":true,"color":{"color":"rgba(34, 56, 101, 0.04)"}},"217d8b41f05e3b3f5a99023369e0a492":"","disable_featured_image":"no","disable_header":"no","disable_footer":"no","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kontakt - BardzoPrzydatne<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bardzoprzydatne.pl\/kontakt\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kontakt - BardzoPrzydatne\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bardzoprzydatne.pl\/kontakt\/\" \/>\n<meta property=\"og:site_name\" content=\"BardzoPrzydatne\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61578898898674\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-08T20:50:18+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/kontakt\\\/\",\"url\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/kontakt\\\/\",\"name\":\"Kontakt - BardzoPrzydatne\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/#website\"},\"datePublished\":\"2020-07-28T10:14:02+00:00\",\"dateModified\":\"2026-09-08T20:50:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/kontakt\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bardzoprzydatne.pl\\\/kontakt\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/kontakt\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kontakt\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/#website\",\"url\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/\",\"name\":\"BardzoPrzydatne\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/#organization\",\"name\":\"BardzoPrzydatne\",\"url\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/veryusefull.eu\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/02da8617a028b26446670fbc9950730d_tplv-tiktokx-cropcenter_1080_1080-e1788349972168.jpg\",\"contentUrl\":\"https:\\\/\\\/veryusefull.eu\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/02da8617a028b26446670fbc9950730d_tplv-tiktokx-cropcenter_1080_1080-e1788349972168.jpg\",\"width\":855,\"height\":469,\"caption\":\"BardzoPrzydatne\"},\"image\":{\"@id\":\"https:\\\/\\\/bardzoprzydatne.pl\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61578898898674\",\"https:\\\/\\\/www.tiktok.com\\\/@veryusefull.eu\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCmFQPGGKwwME6Z-gM_5YSnw\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kontakt - BardzoPrzydatne","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bardzoprzydatne.pl\/kontakt\/","og_locale":"en_US","og_type":"article","og_title":"Kontakt - BardzoPrzydatne","og_url":"https:\/\/bardzoprzydatne.pl\/kontakt\/","og_site_name":"BardzoPrzydatne","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61578898898674","article_modified_time":"2026-09-08T20:50:18+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bardzoprzydatne.pl\/kontakt\/","url":"https:\/\/bardzoprzydatne.pl\/kontakt\/","name":"Kontakt - BardzoPrzydatne","isPartOf":{"@id":"https:\/\/bardzoprzydatne.pl\/#website"},"datePublished":"2020-07-28T10:14:02+00:00","dateModified":"2026-09-08T20:50:18+00:00","breadcrumb":{"@id":"https:\/\/bardzoprzydatne.pl\/kontakt\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bardzoprzydatne.pl\/kontakt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bardzoprzydatne.pl\/kontakt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bardzoprzydatne.pl\/"},{"@type":"ListItem","position":2,"name":"Kontakt"}]},{"@type":"WebSite","@id":"https:\/\/bardzoprzydatne.pl\/#website","url":"https:\/\/bardzoprzydatne.pl\/","name":"BardzoPrzydatne","description":"","publisher":{"@id":"https:\/\/bardzoprzydatne.pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bardzoprzydatne.pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bardzoprzydatne.pl\/#organization","name":"BardzoPrzydatne","url":"https:\/\/bardzoprzydatne.pl\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bardzoprzydatne.pl\/#\/schema\/logo\/image\/","url":"https:\/\/veryusefull.eu\/wp-content\/uploads\/2026\/08\/02da8617a028b26446670fbc9950730d_tplv-tiktokx-cropcenter_1080_1080-e1788349972168.jpg","contentUrl":"https:\/\/veryusefull.eu\/wp-content\/uploads\/2026\/08\/02da8617a028b26446670fbc9950730d_tplv-tiktokx-cropcenter_1080_1080-e1788349972168.jpg","width":855,"height":469,"caption":"BardzoPrzydatne"},"image":{"@id":"https:\/\/bardzoprzydatne.pl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61578898898674","https:\/\/www.tiktok.com\/@veryusefull.eu","https:\/\/www.youtube.com\/channel\/UCmFQPGGKwwME6Z-gM_5YSnw"]}]}},"brizy_media":[],"_links":{"self":[{"href":"https:\/\/veryusefull.eu\/en\/wp-json\/wp\/v2\/pages\/1051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/veryusefull.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/veryusefull.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/veryusefull.eu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/veryusefull.eu\/en\/wp-json\/wp\/v2\/comments?post=1051"}],"version-history":[{"count":7,"href":"https:\/\/veryusefull.eu\/en\/wp-json\/wp\/v2\/pages\/1051\/revisions"}],"predecessor-version":[{"id":3266,"href":"https:\/\/veryusefull.eu\/en\/wp-json\/wp\/v2\/pages\/1051\/revisions\/3266"}],"wp:attachment":[{"href":"https:\/\/veryusefull.eu\/en\/wp-json\/wp\/v2\/media?parent=1051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}