{"id":33678,"date":"2017-06-10T08:25:52","date_gmt":"2017-06-10T08:25:52","guid":{"rendered":"https:\/\/galitel.gr\/contact-2\/"},"modified":"2025-06-10T12:05:55","modified_gmt":"2025-06-10T12:05:55","slug":"contact","status":"publish","type":"page","link":"https:\/\/galitel.gr\/en\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column]<div id=\"cz_80603\" class=\"cz_80603 gmap\" data-api-key=\"AIzaSyD6ERZ_O5yjMd4mfa2GLltuAbUPRpM3nK8\"> <\/div><div ><\/div><script>\r\n\t\t\tfunction mapfucntion_cz_80603() {\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_80603 = new google.maps.Map(document.getElementById(\"cz_80603\"), 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_80603.setCenterWithOffset( latlng, 0, 0 );\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\tcz_80603.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_80603);\r\n\t\t\t}<\/script>[\/vc_column][\/vc_row][vc_row css=&#8221;.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;}&#8221;][vc_column css=&#8221;.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;}&#8221;]<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_95202\" class=\"cz_95202 cz_title clr cz_mobile_text_center cz_title_has_bg cz_title_pos_center tac\"><div class=\"cz_title_content\"><div class=\"cz_wpe_content\"><h3 style=\"text-align: center;\"><strong>Need help? Got a question? Let&#8217;s talk.<\/strong><\/h3>\n<\/div><\/div><\/div><div id=\"cz_26332\" class=\"cz_26332 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;\">At Galitel, we\u2019re always available for our clients and partners. Whether it\u2019s about our products, services, or a specific request, our team responds quickly and professionally.<\/p>\n<p style=\"text-align: center;\">Use the contact form or details below \u2014 we\u2019ll get back to you as soon as possible.<\/p>\n<\/div><\/div><\/div><div class=\"cz_gap clr  hide_on_tablet hide_on_mobile\" style=\"height: 120px\"><\/div><div class=\"cz_gap show_on_tablet clr  show_only_tablet\" style=\"height: 100px\"><\/div><div class=\"cz_gap show_on_mobile clr\" style=\"height: 75px\"><\/div><div id=\"cz_43176\" class=\"cz_43176 cz_cf7 clr\"><div>\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f34477-o1\" lang=\"el\" dir=\"ltr\" data-wpcf7-id=\"34477\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/33678#wpcf7-f34477-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"\u03a6\u03cc\u03c1\u03bc\u03b1 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"34477\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"el\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f34477-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\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03ac \u03c3\u03b1\u03c2 (*)\" 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\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"\u03a4\u03bf email \u03c3\u03b1\u03c2 (*)\" 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=\"\u0398\u03ad\u03bc\u03b1\" 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=\"\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd\">\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd<\/option><option value=\"\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd\">\u0395\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd<\/option><option value=\"\u03a1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd\">\u03a1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd<\/option><option value=\"\u0395\u03c1\u03ce\u03c4\u03b7\u03c3\u03b7\">\u0395\u03c1\u03ce\u03c4\u03b7\u03c3\u03b7<\/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=\"\u039c\u03ae\u03bd\u03c5\u03bc\u03b1\" name=\"your-message\"><\/textarea><\/span>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae\" \/>\n<\/p>\n<p>\u0391\u03c5\u03c4\u03ae \u03b7 \u03c6\u03cc\u03c1\u03bc\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af \u03c4\u03bf Akismet \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9 \u03c4\u03b1 spam. <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/akismet.com\/privacy\/\">\u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03c9\u03c2 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03ac\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9 \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c3\u03b1\u03c2.<\/a>\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=\"34\"\/><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]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column][\/vc_column][\/vc_row][vc_row css=&#8221;.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-33678","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>Contact - Food importer Greece contact<\/title>\n<meta name=\"description\" content=\"Contact Galitel \u2013 French and Greek premium products importer in Greece. Get it touch with us to learn more about how we can help.\" \/>\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\/en\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - Food importer Greece contact\" \/>\n<meta property=\"og:description\" content=\"Contact Galitel \u2013 French and Greek premium products importer in Greece. Get it touch with us to learn more about how we can help.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/galitel.gr\/en\/contact\/\" \/>\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-10T12:05:55+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:\/\/galitel.gr\/en\/contact\/\",\"url\":\"https:\/\/galitel.gr\/en\/contact\/\",\"name\":\"Contact - Food importer Greece contact\",\"isPartOf\":{\"@id\":\"https:\/\/galitel.gr\/en\/#website\"},\"datePublished\":\"2017-06-10T08:25:52+00:00\",\"dateModified\":\"2025-06-10T12:05:55+00:00\",\"description\":\"Contact Galitel \u2013 French and Greek premium products importer in Greece. Get it touch with us to learn more about how we can help.\",\"breadcrumb\":{\"@id\":\"https:\/\/galitel.gr\/en\/contact\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/galitel.gr\/en\/contact\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/galitel.gr\/en\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\/\/galitel.gr\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/galitel.gr\/en\/#website\",\"url\":\"https:\/\/galitel.gr\/en\/\",\"name\":\"Galitel SA\",\"description\":\"Import &amp; Exports French Products\",\"publisher\":{\"@id\":\"https:\/\/galitel.gr\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/galitel.gr\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/galitel.gr\/en\/#organization\",\"name\":\"Galitel SA - Import & Exports Fresh Products\",\"url\":\"https:\/\/galitel.gr\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/galitel.gr\/en\/#\/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\/en\/#\/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":"Contact - Food importer Greece contact","description":"Contact Galitel \u2013 French and Greek premium products importer in Greece. Get it touch with us to learn more about how we can help.","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\/en\/contact\/","og_locale":"en_US","og_type":"article","og_title":"Contact - Food importer Greece contact","og_description":"Contact Galitel \u2013 French and Greek premium products importer in Greece. Get it touch with us to learn more about how we can help.","og_url":"https:\/\/galitel.gr\/en\/contact\/","og_site_name":"Galitel SA","article_publisher":"https:\/\/www.facebook.com\/galitel.gr","article_modified_time":"2025-06-10T12:05:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/galitel.gr\/en\/contact\/","url":"https:\/\/galitel.gr\/en\/contact\/","name":"Contact - Food importer Greece contact","isPartOf":{"@id":"https:\/\/galitel.gr\/en\/#website"},"datePublished":"2017-06-10T08:25:52+00:00","dateModified":"2025-06-10T12:05:55+00:00","description":"Contact Galitel \u2013 French and Greek premium products importer in Greece. Get it touch with us to learn more about how we can help.","breadcrumb":{"@id":"https:\/\/galitel.gr\/en\/contact\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/galitel.gr\/en\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/galitel.gr\/en\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/galitel.gr\/en\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/galitel.gr\/en\/#website","url":"https:\/\/galitel.gr\/en\/","name":"Galitel SA","description":"Import &amp; Exports French Products","publisher":{"@id":"https:\/\/galitel.gr\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/galitel.gr\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/galitel.gr\/en\/#organization","name":"Galitel SA - Import & Exports Fresh Products","url":"https:\/\/galitel.gr\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/galitel.gr\/en\/#\/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\/en\/#\/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\/en\/wp-json\/wp\/v2\/pages\/33678","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/galitel.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/galitel.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/galitel.gr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/galitel.gr\/en\/wp-json\/wp\/v2\/comments?post=33678"}],"version-history":[{"count":9,"href":"https:\/\/galitel.gr\/en\/wp-json\/wp\/v2\/pages\/33678\/revisions"}],"predecessor-version":[{"id":35221,"href":"https:\/\/galitel.gr\/en\/wp-json\/wp\/v2\/pages\/33678\/revisions\/35221"}],"wp:attachment":[{"href":"https:\/\/galitel.gr\/en\/wp-json\/wp\/v2\/media?parent=33678"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}