{"id":33681,"date":"2017-06-10T08:25:52","date_gmt":"2017-06-10T08:25:52","guid":{"rendered":"https:\/\/galitel.gr\/contactez-nous-2\/"},"modified":"2025-06-11T15:06:48","modified_gmt":"2025-06-11T15:06:48","slug":"contactez-nous","status":"publish","type":"page","link":"https:\/\/galitel.gr\/fr\/contactez-nous\/","title":{"rendered":"Contactez-Nous"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb][vc_column]<div id=\"cz_90900\" class=\"cz_90900 gmap\" data-api-key=\"AIzaSyD6ERZ_O5yjMd4mfa2GLltuAbUPRpM3nK8\"> <\/div><div ><\/div><script>\r\n\t\t\tfunction mapfucntion_cz_90900() {\r\n\r\n\t\t\t\tgoogle.maps.Map.prototype.setCenterWithOffset = function(latlng, offsetX, offsetY) {\r\n\t\t\t\t    var map = this;\r\n\t\t\t\t    var ov = new google.maps.OverlayView();\r\n\t\t\t\t    ov.onAdd = function() {\r\n\t\t\t\t        var proj = this.getProjection();\r\n\t\t\t\t        var aPoint = proj.fromLatLngToContainerPixel(latlng);\r\n\t\t\t\t        aPoint.x = aPoint.x+offsetX;\r\n\t\t\t\t        aPoint.y = aPoint.y+offsetY;\r\n\t\t\t\t        map.setCenter(proj.fromContainerPixelToLatLng(aPoint));\r\n\t\t\t\t    }; \r\n\t\t\t\t    ov.draw = function() {}; \r\n\t\t\t\t    ov.setMap(this); \r\n\t\t\t\t};\r\n\r\n\t\t\t\tvar windx = jQuery(window), \r\n\r\n\t\t\t\t\tlatlng = { lat:38.08802473239057, lng:23.76220906355635},\r\n\r\n\t\t\t\t\tmyOptions = {\r\n\t\t\t\t\t\tmapId: \"AIzaSyD6ERZ_O5yjMd4mfa2GLltuAbUPRpM3nK8\",\r\n\t\t\t\t\t\tzoom: 15,\r\n\t\t\t\t\t\tscrollwheel: false,\r\n\t\t\t\t\t\tdisableDefaultUI: false,\r\n\t\t\t\t\t\tcenter: latlng\r\n\t\t\t\t\t},\r\n\r\n\t\t\t\t\tcz_90900 = new google.maps.Map(document.getElementById(\"cz_90900\"), myOptions ),\r\n\r\n\t\t\t\t\tsetCenterOffset = function() {\r\n\r\n\t\t\t\t\t\tif ( windx.width() < 768 ) {\r\n\t\t\t\t\t\t\tcz_90900.setCenterWithOffset( latlng, 0, 0 );\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\tcz_90900.setCenterWithOffset( latlng, 0, 0 );\r\n\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t};\r\n\r\n\t\t\t\tsetCenterOffset();\r\n\r\n\t\t\t\twindx.on( \"resize\", function() {\r\n\t\t\t\t\tsetCenterOffset();\r\n\t\t\t\t});\r\n\t\t\tclass CustomMarker extends google.maps.OverlayView {\r\n\t\t\t    constructor(position, map) {\r\n\t\t\t        super();\r\n\t\t\t        this.position = position;\r\n\t\t\t        this.map = map;\r\n\t\t\t        this.div = null;\r\n\t\t\t        this.setMap(map);\r\n\t\t\t    }\r\n\r\n\t\t\t    onAdd() {\r\n\t\t\t        this.div = document.createElement(\"div\");\r\n\t\t\t        this.div.style.position = \"absolute\";\r\n\t\t\t        this.div.style.cursor = \"pointer\";\r\n\t\t\t        this.div.style.transform = \"translate(-50%, -100%)\";\r\n\t\t\t        this.div.innerHTML = `<div style=\"position:relative; text-align:center;\">\r\n\t\t\t                                <div style=\"position:absolute;top: -10px;left: 50%;transform: translate(-50%, -100%);background: white;color: #202020;padding: 15px 20px;border-radius: 2px;font-size: 15px;white-space: nowrap;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);display: none;font-family: Arial, sans-serif;\" class=\"codevz-map-tooltip\">\r\n\t\t\t                                \tGalitel S.A.\r\n\t\t\t                                <\/div>\r\n\t\t\t                                <img decoding=\"async\" src=\"https:\/\/galitel.gr\/wp-content\/uploads\/2020\/02\/icon-Galitel.png\" style=\"display:block;\" class=\"lazyDone\" \/>\r\n\t\t\t                              <\/div>`;\r\n\r\n\t\t\t        this.getPanes().overlayMouseTarget.appendChild(this.div);\r\n\t\t\t        this.tooltip = this.div.querySelector(\".codevz-map-tooltip\");\r\n\r\n\t\t\t        \/\/ Show title on click\r\n\t\t\t        this.div.addEventListener(\"click\", (event) => {\r\n\t\t\t            event.stopPropagation();\r\n\t\t\t            this.tooltip.style.display = this.tooltip.style.display === \"block\" ? \"none\" : \"block\";\r\n\t\t\t        });\r\n\r\n\t\t\t        \/\/ Hide title when clicking outside\r\n\t\t\t        google.maps.event.addListener(this.map, \"click\", () => {\r\n\t\t\t            this.tooltip.style.display = \"none\";\r\n\t\t\t        });\r\n\t\t\t    }\r\n\r\n\t\t\t    draw() {\r\n\t\t\t        const overlayProjection = this.getProjection();\r\n\t\t\t        const position = overlayProjection.fromLatLngToDivPixel(this.position);\r\n\r\n\t\t\t        if (position && this.div) {\r\n\t\t\t            this.div.style.left = `${position.x}px`;\r\n\t\t\t            this.div.style.top = `${position.y}px`;\r\n\t\t\t        }\r\n\t\t\t    }\r\n\r\n\t\t\t    onRemove() {\r\n\t\t\t        if (this.div) {\r\n\t\t\t            this.div.parentNode.removeChild(this.div);\r\n\t\t\t            this.div = null;\r\n\t\t\t        }\r\n\t\t\t    }\r\n\t\t\t}\r\n\r\n\t\t\t\/\/ Add a custom marker at a specific location\r\n\t\t\tnew CustomMarker(new google.maps.LatLng(38.08802473239057, 23.76220906355635), cz_90900);\r\n\t\t\t}<\/script>[\/vc_column][\/vc_row][vc_row css=\u00a0\u00bb.vc_custom_1713805653794{margin-top: 20px !important;margin-right: 0px !important;margin-bottom: 120px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;background-color: rgba(255,255,255,0.02) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;*background-color: rgb(255,255,255) !important;}\u00a0\u00bb][vc_column css=\u00a0\u00bb.vc_custom_1655539192769{margin-top: 0px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}\u00a0\u00bb]<div class=\"cz_eqh cz_content_box_parent_fx  \"><div id=\"cz_14390\" class=\"cz_14390 cz_content_box clr\"><div class=\"cz_box_front clr\"><div class=\"cz_box_front_inner clr \"><span><\/span><div><div id=\"cz_100791\" class=\"cz_100791 cz_title clr cz_mobile_text_center cz_title_has_bg cz_title_pos_center\"><div class=\"cz_title_content\"><div class=\"cz_wpe_content\"><h3><strong>Une question ? Un besoin ? Parlons-en<\/strong><\/h3>\n<\/div><\/div><\/div><div id=\"cz_108582\" class=\"cz_108582 cz_title clr cz_mobile_text_center cz_title_pos_center tac\"><div class=\"cz_title_content\"><div class=\"cz_wpe_content\"><p style=\"text-align: center;\">Chez Galitel, nous restons disponibles pour nos clients et partenaires. Que ce soit \u00e0 propos de nos produits, services ou d&rsquo;une demande sp\u00e9cifique, notre \u00e9quipe vous r\u00e9pond avec r\u00e9activit\u00e9 et s\u00e9rieux.<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center;\">Utilisez le formulaire ci-dessous : nous reviendrons vers vous rapidement.<\/p>\n<\/div><\/div><\/div><div class=\"cz_gap clr \" style=\"height: 50px\"><\/div><div id=\"cz_38464\" class=\"cz_38464 cz_cf7 clr\"><div>\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f505-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"505\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/fr\/wp-json\/wp\/v2\/pages\/33681#wpcf7-f505-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"505\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f505-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Votre nom (*)\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Votre email (*)\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" placeholder=\"Objet\" value=\"\" type=\"text\" name=\"your-subject\" \/><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"menu-178\"><select class=\"wpcf7-form-control wpcf7-select\" aria-invalid=\"false\" name=\"menu-178\"><option value=\"Pr\u00e9sentation du produit\">Pr\u00e9sentation du produit<\/option><option value=\"Exportation de produits\">Exportation de produits<\/option><option value=\"Rendez-vous\">Rendez-vous<\/option><option value=\"Question\">Question<\/option><\/select><\/span>\n<\/p>\n<p><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" placeholder=\"Message\" name=\"your-message\"><\/textarea><\/span>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Envoyer\" \/>\n<\/p><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"_wpcf7_ak_js\" value=\"88\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row css=\u00a0\u00bb.vc_custom_1749645118831{margin-right: 300px !important;margin-left: 200px !important;}\u00a0\u00bb][vc_column css=\u00a0\u00bb.vc_custom_1749645128369{margin-right: 300px !important;margin-left: 200px !important;}\u00a0\u00bb][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=\u00a0\u00bbstretch_row_content_no_spaces\u00a0\u00bb][vc_column][\/vc_column][\/vc_row][vc_row css=\u00a0\u00bb.vc_custom_1713805653794{margin-top: 20px !important;margin-right: 0px !important;margin-bottom: 120px !important;margin-left: 0px !important;padding-top: &#8230; <\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":6,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-33681","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Galitel - Contact importateur alimentaire Gr\u00e8ce<\/title>\n<meta name=\"description\" content=\"Contactez Galitel pour toute demande sur nos produits alimentaires fran\u00e7ais et grecs. Notre \u00e9quipe vous r\u00e9pond rapidement et avec r\u00e9activit\u00e9.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/galitel.gr\/fr\/contactez-nous\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Galitel - Contact importateur alimentaire Gr\u00e8ce\" \/>\n<meta property=\"og:description\" content=\"Contactez Galitel pour toute demande sur nos produits alimentaires fran\u00e7ais et grecs. Notre \u00e9quipe vous r\u00e9pond rapidement et avec r\u00e9activit\u00e9.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/galitel.gr\/fr\/contactez-nous\/\" \/>\n<meta property=\"og:site_name\" content=\"Galitel SA\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/galitel.gr\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-11T15:06:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\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:\/\/galitel.gr\/fr\/contactez-nous\/\",\"url\":\"https:\/\/galitel.gr\/fr\/contactez-nous\/\",\"name\":\"Galitel - Contact importateur alimentaire Gr\u00e8ce\",\"isPartOf\":{\"@id\":\"https:\/\/galitel.gr\/fr\/#website\"},\"datePublished\":\"2017-06-10T08:25:52+00:00\",\"dateModified\":\"2025-06-11T15:06:48+00:00\",\"description\":\"Contactez Galitel pour toute demande sur nos produits alimentaires fran\u00e7ais et grecs. Notre \u00e9quipe vous r\u00e9pond rapidement et avec r\u00e9activit\u00e9.\",\"breadcrumb\":{\"@id\":\"https:\/\/galitel.gr\/fr\/contactez-nous\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/galitel.gr\/fr\/contactez-nous\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/galitel.gr\/fr\/contactez-nous\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\/\/galitel.gr\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contactez-Nous\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/galitel.gr\/fr\/#website\",\"url\":\"https:\/\/galitel.gr\/fr\/\",\"name\":\"Galitel SA\",\"description\":\"Import &amp; Exports French Products\",\"publisher\":{\"@id\":\"https:\/\/galitel.gr\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/galitel.gr\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/galitel.gr\/fr\/#organization\",\"name\":\"Galitel SA - Import & Exports Fresh Products\",\"url\":\"https:\/\/galitel.gr\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/galitel.gr\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/galitel.gr\/wp-content\/uploads\/2020\/02\/Logo-Galitel-Blue.png\",\"contentUrl\":\"https:\/\/galitel.gr\/wp-content\/uploads\/2020\/02\/Logo-Galitel-Blue.png\",\"width\":325,\"height\":110,\"caption\":\"Galitel SA - Import & Exports Fresh Products\"},\"image\":{\"@id\":\"https:\/\/galitel.gr\/fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/galitel.gr\",\"https:\/\/www.instagram.com\/galitel.gr\/\",\"https:\/\/www.linkedin.com\/company\/galitel\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Galitel - Contact importateur alimentaire Gr\u00e8ce","description":"Contactez Galitel pour toute demande sur nos produits alimentaires fran\u00e7ais et grecs. Notre \u00e9quipe vous r\u00e9pond rapidement et avec r\u00e9activit\u00e9.","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:\/\/galitel.gr\/fr\/contactez-nous\/","og_locale":"fr_FR","og_type":"article","og_title":"Galitel - Contact importateur alimentaire Gr\u00e8ce","og_description":"Contactez Galitel pour toute demande sur nos produits alimentaires fran\u00e7ais et grecs. Notre \u00e9quipe vous r\u00e9pond rapidement et avec r\u00e9activit\u00e9.","og_url":"https:\/\/galitel.gr\/fr\/contactez-nous\/","og_site_name":"Galitel SA","article_publisher":"https:\/\/www.facebook.com\/galitel.gr","article_modified_time":"2025-06-11T15:06:48+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/galitel.gr\/fr\/contactez-nous\/","url":"https:\/\/galitel.gr\/fr\/contactez-nous\/","name":"Galitel - Contact importateur alimentaire Gr\u00e8ce","isPartOf":{"@id":"https:\/\/galitel.gr\/fr\/#website"},"datePublished":"2017-06-10T08:25:52+00:00","dateModified":"2025-06-11T15:06:48+00:00","description":"Contactez Galitel pour toute demande sur nos produits alimentaires fran\u00e7ais et grecs. Notre \u00e9quipe vous r\u00e9pond rapidement et avec r\u00e9activit\u00e9.","breadcrumb":{"@id":"https:\/\/galitel.gr\/fr\/contactez-nous\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/galitel.gr\/fr\/contactez-nous\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/galitel.gr\/fr\/contactez-nous\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/galitel.gr\/fr\/"},{"@type":"ListItem","position":2,"name":"Contactez-Nous"}]},{"@type":"WebSite","@id":"https:\/\/galitel.gr\/fr\/#website","url":"https:\/\/galitel.gr\/fr\/","name":"Galitel SA","description":"Import &amp; Exports French Products","publisher":{"@id":"https:\/\/galitel.gr\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/galitel.gr\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/galitel.gr\/fr\/#organization","name":"Galitel SA - Import & Exports Fresh Products","url":"https:\/\/galitel.gr\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/galitel.gr\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/galitel.gr\/wp-content\/uploads\/2020\/02\/Logo-Galitel-Blue.png","contentUrl":"https:\/\/galitel.gr\/wp-content\/uploads\/2020\/02\/Logo-Galitel-Blue.png","width":325,"height":110,"caption":"Galitel SA - Import & Exports Fresh Products"},"image":{"@id":"https:\/\/galitel.gr\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/galitel.gr","https:\/\/www.instagram.com\/galitel.gr\/","https:\/\/www.linkedin.com\/company\/galitel\/"]}]}},"_links":{"self":[{"href":"https:\/\/galitel.gr\/fr\/wp-json\/wp\/v2\/pages\/33681","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/galitel.gr\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/galitel.gr\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/galitel.gr\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/galitel.gr\/fr\/wp-json\/wp\/v2\/comments?post=33681"}],"version-history":[{"count":11,"href":"https:\/\/galitel.gr\/fr\/wp-json\/wp\/v2\/pages\/33681\/revisions"}],"predecessor-version":[{"id":35339,"href":"https:\/\/galitel.gr\/fr\/wp-json\/wp\/v2\/pages\/33681\/revisions\/35339"}],"wp:attachment":[{"href":"https:\/\/galitel.gr\/fr\/wp-json\/wp\/v2\/media?parent=33681"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}