{"id":72,"date":"2024-08-14T03:41:22","date_gmt":"2024-08-14T03:41:22","guid":{"rendered":"https:\/\/palavraseartes.com\/?page_id=72"},"modified":"2024-08-14T03:41:23","modified_gmt":"2024-08-14T03:41:23","slug":"contact","status":"publish","type":"page","link":"https:\/\/palavraseartes.com\/en\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-palavras-e-artes\">Words and Arts<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Want to share your insights or suggest improvements? We greatly value your input!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Please fill out the form below and expect a prompt response from our team. At Palavras e Artes, we consider your feedback extremely important, as it helps us continually improve our content and services. We are committed to transparency and respect your privacy. We guarantee the confidentiality of all information you provide to us.<\/p>\n<\/div><div class=\"wp-block-lazyblock-contact lazyblock-contact-2ryYI1\"><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                        E-mail                    <\/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>Words and Arts Would you like to share your insights or suggest improvements? We greatly value your input! Please fill out the form below and expect a prompt response from our team. At Words and Arts, we consider your feedback extremely important as it helps us continually improve our content and services. We are committed to transparency\u2026 <a class=\"more-link\" href=\"https:\/\/palavraseartes.com\/en\/contact\/\">Continue reading <span class=\"screen-reader-text\">Contact<\/span><\/a><\/p>","protected":false},"author":34,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v23.3) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contato - P&amp;A<\/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:\/\/palavraseartes.com\/en\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contato\" \/>\n<meta property=\"og:description\" content=\"Palavras e Artes Deseja compartilhar suas percep\u00e7\u00f5es ou sugerir aprimoramentos? Valorizamos imensamente sua contribui\u00e7\u00e3o! Por favor, preencha o formul\u00e1rio a seguir, e espere por uma resposta r\u00e1pida de nosso time. No Palavras e Artes, consideramos seu feedback extremamente importante, pois ele nos ajuda a melhorar continuamente nossos conte\u00fados e servi\u00e7os. Nos comprometemos com a transpar\u00eancia&hellip; Continue reading Contato\" \/>\n<meta property=\"og:url\" content=\"https:\/\/palavraseartes.com\/en\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"P&amp;A\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-14T03:41:23+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:\/\/palavraseartes.com\/contact\/\",\"url\":\"https:\/\/palavraseartes.com\/contact\/\",\"name\":\"Contato - P&amp;A\",\"isPartOf\":{\"@id\":\"https:\/\/palavraseartes.com\/#website\"},\"datePublished\":\"2024-08-14T03:41:22+00:00\",\"dateModified\":\"2024-08-14T03:41:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/palavraseartes.com\/contact\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/palavraseartes.com\/contact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/palavraseartes.com\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/palavraseartes.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contato\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/palavraseartes.com\/#website\",\"url\":\"https:\/\/palavraseartes.com\/\",\"name\":\"P&amp;A\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/palavraseartes.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Contato - P&amp;A","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:\/\/palavraseartes.com\/en\/contact\/","og_locale":"en_US","og_type":"article","og_title":"Contato","og_description":"Palavras e Artes Deseja compartilhar suas percep\u00e7\u00f5es ou sugerir aprimoramentos? Valorizamos imensamente sua contribui\u00e7\u00e3o! Por favor, preencha o formul\u00e1rio a seguir, e espere por uma resposta r\u00e1pida de nosso time. No Palavras e Artes, consideramos seu feedback extremamente importante, pois ele nos ajuda a melhorar continuamente nossos conte\u00fados e servi\u00e7os. Nos comprometemos com a transpar\u00eancia&hellip; Continue reading Contato","og_url":"https:\/\/palavraseartes.com\/en\/contact\/","og_site_name":"P&amp;A","article_modified_time":"2024-08-14T03:41:23+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/palavraseartes.com\/contact\/","url":"https:\/\/palavraseartes.com\/contact\/","name":"Contato - P&amp;A","isPartOf":{"@id":"https:\/\/palavraseartes.com\/#website"},"datePublished":"2024-08-14T03:41:22+00:00","dateModified":"2024-08-14T03:41:23+00:00","breadcrumb":{"@id":"https:\/\/palavraseartes.com\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/palavraseartes.com\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/palavraseartes.com\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/palavraseartes.com\/"},{"@type":"ListItem","position":2,"name":"Contato"}]},{"@type":"WebSite","@id":"https:\/\/palavraseartes.com\/#website","url":"https:\/\/palavraseartes.com\/","name":"P&amp;A","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/palavraseartes.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/palavraseartes.com\/en\/wp-json\/wp\/v2\/pages\/72"}],"collection":[{"href":"https:\/\/palavraseartes.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/palavraseartes.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/palavraseartes.com\/en\/wp-json\/wp\/v2\/users\/34"}],"replies":[{"embeddable":true,"href":"https:\/\/palavraseartes.com\/en\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":1,"href":"https:\/\/palavraseartes.com\/en\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"predecessor-version":[{"id":73,"href":"https:\/\/palavraseartes.com\/en\/wp-json\/wp\/v2\/pages\/72\/revisions\/73"}],"wp:attachment":[{"href":"https:\/\/palavraseartes.com\/en\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}