{"id":1322,"date":"2025-05-29T02:03:09","date_gmt":"2025-05-29T02:03:09","guid":{"rendered":"https:\/\/zaladecoration.com\/home\/"},"modified":"2025-12-05T06:14:53","modified_gmt":"2025-12-05T06:14:53","slug":"home","status":"publish","type":"page","link":"https:\/\/zaladecoration.com\/es\/","title":{"rendered":"Inicio"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-494c42c4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-uagb-info-box uagb-block-cd2517a4 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top wp-block-uagb-info-box--has-margin\"><div class=\"uagb-infobox-margin-wrapper\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h2 class=\"uagb-ifb-title-prefix\">DECORATION<\/h2><h1 class=\"uagb-ifb-title\">ZALA<\/h1><\/div><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https:\/\/zaladecoration.com\/product\/\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" onclick=\"return true;\"><span class=\"uagb-inline-editing\">MORE PRODUCT<\/span><\/a><\/div><\/div><\/div><\/div>\n\n\n\n<div id=\"sphere-container\" style=\"width:320px; height:320px; margin:40px auto; perspective:800px;\">\n  <div class=\"sphere\"><\/div>\n<\/div>\n\n<style>\n  #sphere-container .sphere {\n    width: 100%;\n    height: 100%;\n    position: relative;\n    transform-style: preserve-3d;\n    user-select: none;\n  }\n\n  #sphere-container .sphere span {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    color: #fff;\n    font-family: Arial, sans-serif;\n    font-weight: 600;\n    font-size: 18px;\n    white-space: nowrap;\n    cursor: pointer;\n    transform-style: preserve-3d;\n    transition: color 0.3s;\n    \n    will-change: transform;\n    backface-visibility: hidden;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n    text-rendering: optimizeLegibility;\n  }\n\n  #sphere-container .sphere span:hover {\n    color: #e67e22;\n  }\n<\/style><script> \n  (function(){\n    const products = [\n      'PVC Ceiling', 'WPC Fluted Panel', ' PS Wall Panel', 'PVC Wall Panel', ' ',\n      ' ', 'UV Wall Panel', ' ', 'PVC Veneer', ' ',\n      ' ', 'SPC Flooring', ' ', 'Outdoor WPC', ' '\n    ];\n\n    const productLinks = [\n      'https:\/\/zaladecoration.com\/product\/pvc-ceiling-panel\/',\n      'https:\/\/zaladecoration.com\/product\/wpc-fluted-panel\/',\n      '#', \/\/ \u7a7a\u683c\u6216\u65e0\u6548\u9879\u53ef\u6307\u5411 \"#\"\n      'https:\/\/zaladecoration.com\/product\/pvc-ceiling-panel\/',\n      'https:\/\/zaladecoration.com\/product\/ps-wall-panel\/',\n      '#',\n      'https:\/\/zaladecoration.com\/product\/uv-panel\/',\n      '#',\n      'https:\/\/zaladecoration.com\/product\/wpc-wood-veneer\/',\n      '#',\n      '#',\n      'https:\/\/zaladecoration.com\/product\/spc-flooring\/',\n      '#',\n      'https:\/\/zaladecoration.com\/product\/outdoor-wpc-panel\/',\n      '#'\n    ];\n\n    const sphere = document.querySelector('#sphere-container .sphere');\n    const radius = 140;\n    const count = products.length;\n    const spans = [];\n\n    for(let i = 0; i < count; i++){\n      const span = document.createElement('span');\n\n      if (products[i].trim() !== '') {\n        const link = document.createElement('a');\n        link.href = productLinks[i] || '#';\n        link.textContent = products[i];\n        link.style.color = 'inherit';\n        link.style.textDecoration = 'none';\n        link.target = '_blank'; \/\/ \u53ef\u9009\uff0c\u662f\u5426\u65b0\u7a97\u53e3\u6253\u5f00\n\n        span.appendChild(link);\n      }\n\n      const phi = Math.acos(1 - 2*(i + 0.5)\/count);\n      const theta = Math.PI * (1 + Math.sqrt(5)) * (i + 0.5);\n\n      span.dataset.phi = phi;\n      span.dataset.theta = theta;\n\n      sphere.appendChild(span);\n      spans.push(span);\n    }\n\n    let angleY = 0;\n    let paused = false;\n\n    function animate(){\n      if (!paused) {\n        angleY += 0.3;\n        sphere.style.transform = `rotateY(${angleY}deg)`;\n\n        spans.forEach(span => {\n          const phi = parseFloat(span.dataset.phi);\n          const theta = parseFloat(span.dataset.theta) + angleY * Math.PI \/ 180;\n\n          const x = Math.round(radius * Math.cos(theta) * Math.sin(phi));\n          const y = Math.round(radius * Math.sin(theta) * Math.sin(phi));\n          const z = Math.round(radius * Math.cos(phi));\n\n          const inverseY = -angleY;\n\n          span.style.transform = `translate3d(${x}px, ${y}px, ${z}px) translate(-50%, -50%) rotateY(${inverseY}deg)`;\n        });\n      }\n      requestAnimationFrame(animate);\n    }\n    animate();\n\n    sphere.addEventListener('mouseover', e => {\n      if (e.target.tagName === 'SPAN' || e.target.tagName === 'A') paused = true;\n    });\n    sphere.addEventListener('mouseout', e => {\n      if (e.target.tagName === 'SPAN' || e.target.tagName === 'A') paused = false;\n    });\n  })();\n<\/script>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-5fcee4f8 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-2b5f3149\"><h2 class=\"uagb-heading-text\">Products <\/h2><div class=\"uagb-separator\"><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-4a8e1942\">\n<div class=\"wp-block-uagb-container uagb-block-c988f562\">\n<div class=\"wp-block-uagb-image alignleft uagb-block-a35d235b wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><a class=\"\" href=\"https:\/\/zaladecoration.com\/product\/pvc-ceiling-panel\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" srcset=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240626115016-768x1024.jpg ,https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240626115016-scaled.jpg 780w, https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240626115016-scaled.jpg 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240626115016-768x1024.jpg\" alt=\"PVC wall panel\" class=\"uag-image-2702\" width=\"373\" height=\"464\" title=\"PVC wall panel\" loading=\"lazy\" role=\"img\"\/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b07219d5\"><h3 class=\"uagb-heading-text\"><a href=\"https:\/\/zaladecoration.com\/product\/pvc-ceiling-panel\/\" target=\"_blank\" rel=\"noreferrer noopener\">PVC panel(ceiling and wall)<\/a><\/h3><p class=\"uagb-desc-text\">Ceiling and Wall Panel<\/p><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-0ad6ff4e\">\n<div class=\"wp-block-uagb-image alignleft uagb-block-930d8e85 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><a class=\"\" href=\"https:\/\/zaladecoration.com\/product\/uv-panel\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" srcset=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/4-1-768x1024.jpg ,https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/4-1.jpg 780w, https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/4-1.jpg 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/4-1-768x1024.jpg\" alt=\"UV Marble Sheet\" class=\"uag-image-2703\" width=\"373\" height=\"464\" title=\"UV Marble Sheet\" loading=\"lazy\" role=\"img\"\/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-3974de5a\"><h3 class=\"uagb-heading-text\"><a href=\"https:\/\/zaladecoration.com\/product\/uv-panel\/\" target=\"_blank\" rel=\"noreferrer noopener\">UV wall panel<\/a><\/h3><p class=\"uagb-desc-text\">WPC,PVC,PS<\/p><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-48a31e6a\">\n<div class=\"wp-block-uagb-image alignleft uagb-block-2675d6b0 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><a class=\"\" href=\"https:\/\/zaladecoration.com\/product\/wpc-fluted-panel\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" srcset=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20230928154527-1-768x1024.jpg ,https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20230928154527-1.jpg 780w, https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20230928154527-1.jpg 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20230928154527-1-768x1024.jpg\" alt=\"WPC Grille panel\" class=\"uag-image-2704\" width=\"373\" height=\"464\" title=\"_____20230928154527\" loading=\"lazy\" role=\"img\"\/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-8f982c10\"><h3 class=\"uagb-heading-text\"><a href=\"https:\/\/zaladecoration.com\/product\/wpc-fluted-panel\/\" target=\"_blank\" rel=\"noreferrer noopener\">WPC Fluted panel<\/a><\/h3><p class=\"uagb-desc-text\">Indoor and Outdoor<\/p><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-16669fcf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-a1d8d17c\">\n<div class=\"wp-block-uagb-container uagb-block-cd7cf94f\">\n<div class=\"wp-block-uagb-image alignleft uagb-block-5d44fbe1 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><a class=\"\" href=\"https:\/\/zaladecoration.com\/product\/wpc-wood-veneer\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" srcset=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240312163247-768x1024.jpg ,https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240312163247-scaled.jpg 780w, https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240312163247-scaled.jpg 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240312163247-768x1024.jpg\" alt=\"wood veneer\" class=\"uag-image-2754\" width=\"373\" height=\"464\" title=\"wood veneer\" loading=\"lazy\" role=\"img\"\/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-0da13444\"><h3 class=\"uagb-heading-text\"><a href=\"https:\/\/zaladecoration.com\/product\/wpc-wood-veneer\/\" target=\"_blank\" rel=\"noreferrer noopener\">WPC Veneer<\/a><\/h3><\/div>\n\n\n\n<p class=\"has-text-align-center\" style=\"margin-top:0;margin-bottom:0\">WPC<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-297c774a\">\n<div class=\"wp-block-uagb-image alignleft uagb-block-a350cf37 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><a class=\"\" href=\"https:\/\/zaladecoration.com\/product\/outdoor-wpc-panel\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" srcset=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240327165654-1024x1024.jpg ,https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240327165654-scaled.jpg 780w, https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240327165654-scaled.jpg 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/20240327165654-1024x1024.jpg\" alt=\"outdoor WPC panel\" class=\"uag-image-2705\" width=\"373\" height=\"464\" title=\"outdoor WPC panel\" loading=\"lazy\" role=\"img\"\/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-eafced8f\"><h3 class=\"uagb-heading-text\"><a href=\"https:\/\/zaladecoration.com\/product\/outdoor-wpc-panel\/\">Outdoor WPC Flooring<\/a><\/h3><\/div>\n\n\n\n<p class=\"has-text-align-center\" style=\"margin-top:0;margin-bottom:0\">WPC<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-4189a1d4\">\n<div class=\"wp-block-uagb-image alignleft uagb-block-4166a27c wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-left\"><figure class=\"wp-block-uagb-image__figure\"><a class=\"\" href=\"https:\/\/zaladecoration.com\/product\/ps-wall-panel\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" srcset=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/06\/1-8-1024x768.jpg ,https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/06\/1-8.jpg 780w, https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/06\/1-8-1024x768.jpg 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/06\/1-8-1024x768.jpg\" alt=\"PS wall panel\" class=\"uag-image-3200\" width=\"373\" height=\"464\" title=\"PS wall panel\" loading=\"lazy\" role=\"img\"\/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-635bc911\"><h3 class=\"uagb-heading-text\"><a href=\"https:\/\/zaladecoration.com\/product\/ps-wall-panel\/\"><font style=\"vertical-align: inherit;\"><font style=\"vertical-align: inherit;\">PS<\/font><\/font> wall panel<\/a><\/h3><\/div>\n\n\n\n<p class=\"has-text-align-center\" style=\"margin-top:0;margin-bottom:0\">PS<\/p>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-fb32e4bf alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<p class=\"has-text-align-center p { margin-top: 8px; margin-bottom: line-height: 1.4; } has-ast-global-color-1-color has-ast-global-color-4-background-color has-text-color has-background has-link-color has-medium-font-size wp-elements-3afaec3bfe18f6f3c6e22ba1dec3048b\" style=\"border-style:none;border-width:0px;line-height:0\">Why Choose ZALA<\/p>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-54aaf525 uagb-infobox__content-wrap  uagb-infobox-icon-below-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h4 class=\"uagb-ifb-title\">We don\u2019t just sell panels \u2014 we help you grow your business.<br>\u26aa\ufe0f Low MOQ \u2013 Start from 300 sqm per design<br>\u26aa\ufe0f 100+ Designs \u2013 Custom size, color, and packaging<br>\u26aa\ufe0f Fast Delivery \u2013 7\u201315 days, on-time rate: 100% (last 3 years)<br>\u26aa\ufe0f Factory Price \u2013 Direct from ISO-certified manufacturer<br>\u26aa\ufe0f Strict QC \u2013 3-stage inspection: raw, in-line, final<br>\u26aa\ufe0f Mixed Container \u2013 Up to vary SKUs per shipment<br>\u26aa\ufe0f Global Service \u2013 Exported to 30+ countries<br>\u26aa\ufe0f Quick Response \u2013 Replies within 12 hours<\/h4><\/div><div class=\"uagb-ifb-image-content\"><img decoding=\"async\" src=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/\u5fae\u4fe1\u56fe\u7247_20250529123213-150x127.png\" alt=\"\" width=\"100\" height=\"84\" loading=\"lazy\"\/><\/div><p class=\"uagb-ifb-desc\">Breeze Dong<\/p><\/div><\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-uagb-container uagb-layout-grid uagb-block-0186287e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-info-box uagb-block-03550eeb uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top wp-block-uagb-info-box--has-margin\"><div class=\"uagb-infobox-margin-wrapper\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h4 class=\"uagb-ifb-title\"><strong>Our Vision<\/strong><br>To become a trusted global partner in interior building materials by delivering consistent quality, reliable service, and long-term value to importers and distributors worldwide.<br>We aim to make sourcing from China <strong>easier, faster, and more dependable<\/strong>\u2014one container at a time.<\/h4><\/div><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https:\/\/zaladecoration.com\/product\/\" class=\"uagb-infobox-cta-link ast-outline-button\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"border-width:revert-layer\" onclick=\"return true;\"><span class=\"uagb-inline-editing\">Find Out More<\/span><\/a><\/div><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-image alignright uagb-block-37933192 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-right\"><figure class=\"wp-block-uagb-image__figure\"><img decoding=\"async\" srcset=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/horizontal-1024x348.png ,https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/horizontal.png 780w, https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/horizontal.png 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/zaladecoration.com\/wp-content\/uploads\/2025\/05\/horizontal-1024x348.png\" alt=\"\" class=\"uag-image-2092\" width=\"2008\" height=\"365\" title=\"horizontal\" loading=\"lazy\" role=\"img\"\/><\/figure><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-05a4a518 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-info-box uagb-block-9a97965e uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top wp-block-uagb-info-box--has-margin\"><div class=\"uagb-infobox-margin-wrapper\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">From SKU to System <br>\u2014ZALA makes your interior projects effortless<\/h3><\/div><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https:\/\/wa.me\/8618258308408\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_blank\" rel=\"noopener noreferrer\" onclick=\"return true;\"><span class=\"uagb-inline-editing\">Let&#8217;s Talk Now<\/span><\/a><\/div><\/div><\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Products PVC panel(ceiling and wall) Ceiling and Wall Panel UV wall panel WPC,PVC,PS WPC Fluted panel Indoor and Outdoor WPC Veneer WPC Outdoor WPC Flooring WPC PS wall panel PS Why Choose ZALA<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1322","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"markzg0573@gmail.com","author_link":"https:\/\/zaladecoration.com\/es\/author\/markzg0573gmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Products PVC panel(ceiling and wall) Ceiling and Wall Panel UV wall panel WPC,PVC,PS WPC Fluted panel Indoor and Outdoor WPC Veneer WPC Outdoor WPC Flooring WPC PS wall panel PS Why Choose ZALA","_links":{"self":[{"href":"https:\/\/zaladecoration.com\/es\/wp-json\/wp\/v2\/pages\/1322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zaladecoration.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zaladecoration.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zaladecoration.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zaladecoration.com\/es\/wp-json\/wp\/v2\/comments?post=1322"}],"version-history":[{"count":83,"href":"https:\/\/zaladecoration.com\/es\/wp-json\/wp\/v2\/pages\/1322\/revisions"}],"predecessor-version":[{"id":4277,"href":"https:\/\/zaladecoration.com\/es\/wp-json\/wp\/v2\/pages\/1322\/revisions\/4277"}],"wp:attachment":[{"href":"https:\/\/zaladecoration.com\/es\/wp-json\/wp\/v2\/media?parent=1322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}