{"id":38336,"date":"2023-09-05T19:24:10","date_gmt":"2023-09-05T19:24:10","guid":{"rendered":"https:\/\/cafepost.com.br\/?page_id=38336"},"modified":"2024-05-17T00:36:32","modified_gmt":"2024-05-17T00:36:32","slug":"contact","status":"publish","type":"page","link":"https:\/\/cafepost.com.br\/en\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cafe Post<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Suggestions or criticisms? We value your contribution!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Fill out the form below, and our team will respond quickly.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>At Caf\u00e9 Post, your feedback shapes our content and services.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>We believe in transparency and respect your privacy. Your information will be confidential.<\/p>\n<\/div><div class=\"wp-block-lazyblock-contact lazyblock-contact-Z27GkNz\"><script type=\"module\"> import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"contact\", class extends Controller { static get targets() { return [ \"name\", \"email\", \"message\", \"button\", \"alertMessage\", \"returnMessage\" ]; } getName() { return this.nameTarget.value; } getEmail() { return this.emailTarget.value; } getMessage() { return this.messageTarget.value; } _beforeSend(response) { response.text().then((result) => { result = JSON.parse(result); this.alertMessageTarget.innerHTML = result.alert; }) } btnSubmitDisabled(event) { if (this.getName() != \"\" && this.getEmail() != \"\" && this.getMessage() != \"\") this.buttonTarget.disabled = false; else this.buttonTarget.disabled = true; } submit() { this.buttonTarget.disabled = true; let adminAjax = location.origin + '\/wp-json\/v1\/send_contact_message'; let objectContact = { name: this.getName(), email: this.getEmail(), message: this.getMessage() }; fetch(adminAjax, { method: 'POST', credentials: 'same-origin', headers: {'Content-Type': 'application\/x-www-form-urlencoded; charset=utf-8'}, body: JSON.stringify(objectContact) }).then(response => this._beforeSend(response)); this.nameTarget.value = ''; this.emailTarget.value = ''; this.messageTarget.value = ''; this.buttonTarget.disabled = false; } }) <\/script><section data-controller=\"contact\" class=\"mx-5 sm:mx-0 text-gray-600 body-font relative\">\n    <div class=\"container px-5 mx-auto\">\n      <div class=\"lg:w-1\/2 md:w-2\/3 mx-auto\">\n        <div class=\"flex flex-wrap -m-2\">\n            <div class=\"p-2 w-1\/2\">\n                <div class=\"relative\">\n                    <label for=\"name\" class=\"leading-7 text-sm text-gray-600\">\n                        Name                    <\/label>\n                    <input data-contact-target=\"name\" data-action=\"contact#btnSubmitDisabled\" type=\"text\" id=\"name\" name=\"name\" class=\"w-full bg-gray-100 bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out\">\n                <\/div>\n            <\/div>\n            <div class=\"p-2 w-1\/2\">\n                <div class=\"relative\">\n                    <label for=\"email\" class=\"leading-7 text-sm text-gray-600\">\n                        Email                    <\/label>\n                    <input data-contact-target=\"email\" data-action=\"contact#btnSubmitDisabled\" type=\"email\" id=\"email\" name=\"email\" class=\"w-full bg-gray-100 bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out\">\n                <\/div>\n            <\/div>\n            <div class=\"p-2 w-full\">\n                <div class=\"relative\">\n                    <label for=\"message\" class=\"leading-7 text-sm text-gray-600\">\n                        Message                    <\/label>\n                    <textarea data-contact-target=\"message\" data-action=\"contact#btnSubmitDisabled\" id=\"message\" name=\"message\" class=\"w-full bg-gray-100 bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 h-32 text-base outline-none text-gray-700 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out\"><\/textarea>\n                <\/div>\n            <\/div>\n            <div class=\"p-2 w-full\">\n                <button data-contact-target=\"button\" data-action='contact#submit' class=\"flex mx-auto border-0 py-2 px-8 focus:outline-none rounded text-lg disabled:opacity-50\" disabled>\n                    Send                <\/button>\n            <\/div>    \n            <div class=\"p-2 w-full pt-4 mt-4 text-center\" data-contact-target=\"alertMessage\">\n                <div role=\"alert\">\n                    <span class=\"block sm:inline\" data-contact-target=\"returnMessage\"><\/span>\n                <\/div>\n            <\/div>            \n        <\/div>\n      <\/div>\n    <\/div>\n<\/section>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Caf\u00e9 Post Suggestions or criticisms? We value your contribution! Fill out the form below, and our team will respond quickly. At Caf\u00e9 Post, your feedback shapes our content and services. We believe in transparency and respect your privacy. Your information will be confidential.<\/p>","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contato - Caf\u00e9 Post<\/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:\/\/cafepost.com.br\/en\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contato - Caf\u00e9 Post\" \/>\n<meta property=\"og:description\" content=\"Caf\u00e9 Post Sugest\u00f5es ou cr\u00edticas? Valorizamos sua contribui\u00e7\u00e3o! Preencha o formul\u00e1rio abaixo, e nossa equipe responder\u00e1 rapidamente. No Caf\u00e9 Post, seu feedback molda nosso conte\u00fado e servi\u00e7os. Acreditamos na transpar\u00eancia e respeitamos sua privacidade. Suas informa\u00e7\u00f5es ser\u00e3o confidenciais.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cafepost.com.br\/en\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"Caf\u00e9 Post\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-17T00:36:32+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cafepost.com.br\/contact\/\",\"url\":\"https:\/\/cafepost.com.br\/contact\/\",\"name\":\"Contato - Caf\u00e9 Post\",\"isPartOf\":{\"@id\":\"https:\/\/cafepost.com.br\/#website\"},\"datePublished\":\"2023-09-05T19:24:10+00:00\",\"dateModified\":\"2024-05-17T00:36:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cafepost.com.br\/contact\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cafepost.com.br\/contact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cafepost.com.br\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cafepost.com.br\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contato\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cafepost.com.br\/#website\",\"url\":\"https:\/\/cafepost.com.br\/\",\"name\":\"Caf\u00e9 Post\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cafepost.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contato - Caf\u00e9 Post","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:\/\/cafepost.com.br\/en\/contact\/","og_locale":"en_US","og_type":"article","og_title":"Contato - Caf\u00e9 Post","og_description":"Caf\u00e9 Post Sugest\u00f5es ou cr\u00edticas? Valorizamos sua contribui\u00e7\u00e3o! Preencha o formul\u00e1rio abaixo, e nossa equipe responder\u00e1 rapidamente. No Caf\u00e9 Post, seu feedback molda nosso conte\u00fado e servi\u00e7os. Acreditamos na transpar\u00eancia e respeitamos sua privacidade. Suas informa\u00e7\u00f5es ser\u00e3o confidenciais.","og_url":"https:\/\/cafepost.com.br\/en\/contact\/","og_site_name":"Caf\u00e9 Post","article_modified_time":"2024-05-17T00:36:32+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cafepost.com.br\/contact\/","url":"https:\/\/cafepost.com.br\/contact\/","name":"Contato - Caf\u00e9 Post","isPartOf":{"@id":"https:\/\/cafepost.com.br\/#website"},"datePublished":"2023-09-05T19:24:10+00:00","dateModified":"2024-05-17T00:36:32+00:00","breadcrumb":{"@id":"https:\/\/cafepost.com.br\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cafepost.com.br\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cafepost.com.br\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cafepost.com.br\/"},{"@type":"ListItem","position":2,"name":"Contato"}]},{"@type":"WebSite","@id":"https:\/\/cafepost.com.br\/#website","url":"https:\/\/cafepost.com.br\/","name":"Caf\u00e9 Post","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cafepost.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/cafepost.com.br\/en\/wp-json\/wp\/v2\/pages\/38336"}],"collection":[{"href":"https:\/\/cafepost.com.br\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cafepost.com.br\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cafepost.com.br\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/cafepost.com.br\/en\/wp-json\/wp\/v2\/comments?post=38336"}],"version-history":[{"count":0,"href":"https:\/\/cafepost.com.br\/en\/wp-json\/wp\/v2\/pages\/38336\/revisions"}],"wp:attachment":[{"href":"https:\/\/cafepost.com.br\/en\/wp-json\/wp\/v2\/media?parent=38336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}