{"id":25,"date":"2025-08-07T03:18:24","date_gmt":"2025-08-07T03:18:24","guid":{"rendered":"https:\/\/tpuglove.com\/?page_id=25"},"modified":"2026-02-05T13:09:56","modified_gmt":"2026-02-05T05:09:56","slug":"contact","status":"publish","type":"page","link":"https:\/\/tpuglove.com\/fr\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n<style>\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        line-height: 1.6;\n        overflow-x: hidden;\n        color: #1d1d1f;\n    }\n\n    .hero {\n        height: 60vh;\n        background: linear-gradient(135deg, #0ba360 0%, #3ddc97 50%, #8ce99a 100%);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);\n        animation: float 20s ease-in-out infinite;\n    }\n\n    @keyframes float {\n        0%,\n        100% {\n            transform: translateX(0px) scale(1);\n        }\n\n        50% {\n            transform: translateX(20px) scale(1.05);\n        }\n    }\n\n    .hero-content {\n        text-align: center;\n        color: white;\n        z-index: 2;\n        max-width: 700px;\n        padding: 0 20px;\n    }\n\n    .hero h1 {\n        font-size: 48px;\n        font-weight: 700;\n        margin-bottom: 20px;\n        letter-spacing: -0.02em;\n        animation: slideInUp 1s ease-out;\n    }\n\n    .hero p {\n        font-size: 19px;\n        opacity: 0.9;\n        font-weight: 400;\n        animation: slideInUp 1s ease-out 0.2s both;\n    }\n\n    @keyframes slideInUp {\n        from {\n            opacity: 0;\n            transform: translateY(30px);\n        }\n\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    .container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    .contact-methods {\n        padding: 100px 0;\n        background: #f5f5f7;\n    }\n\n    .methods-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n\n    .method-card {\n        background: white;\n        padding: 40px 30px;\n        border-radius: 18px;\n        border: 1px solid #e5e5e7;\n        text-align: center;\n        transition: all 0.3s ease;\n    }\n\n    .method-card:hover {\n        transform: translateY(-5px);\n        border-color: #0ba360;\n    }\n\n    .method-icon {\n        width: 60px;\n        height: 60px;\n        margin: 0 auto 20px;\n        background: linear-gradient(135deg, #0ba360, #3ddc97);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: white;\n        font-size: 24px;\n    }\n\n    .method-card h3 {\n        font-size: 21px;\n        margin-bottom: 15px;\n        color: #1d1d1f;\n        font-weight: 600;\n    }\n\n    .method-card p {\n        color: #86868b;\n        margin-bottom: 20px;\n        line-height: 1.5;\n    }\n\n    .method-details {\n        color: #0ba360;\n        font-weight: 500;\n        font-size: 18px;\n    }\n\n    .method-details a {\n        color: inherit;\n        text-decoration: none;\n    }\n\n    .method-details a:hover {\n        text-decoration: underline;\n    }\n\n    .contact-form-section {\n        padding: 100px 0;\n        background: white;\n    }\n\n    .form-container {\n        max-width: 800px;\n        margin: 0 auto;\n    }\n\n    .section-title {\n        text-align: center;\n        font-size: 40px;\n        font-weight: 700;\n        margin-bottom: 20px;\n        color: #1d1d1f;\n        letter-spacing: -0.02em;\n    }\n\n    .section-subtitle {\n        text-align: center;\n        font-size: 19px;\n        color: #86868b;\n        margin-bottom: 60px;\n        max-width: 600px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .office-locations {\n        padding: 100px 0;\n        background: #1d1d1f;\n        color: white;\n    }\n\n    .office-locations .section-title {\n        color: white;\n    }\n\n    .office-locations .section-subtitle {\n        color: #a1a1a6;\n    }\n\n    .location-card {\n        background: rgba(255, 255, 255, 0.05);\n        backdrop-filter: blur(20px);\n        padding: 40px 35px;\n        border-radius: 18px;\n        border: 1px solid rgba(255, 255, 255, 0.1);\n        transition: all 0.3s ease;\n    }\n\n    .location-card:hover {\n        background: rgba(255, 255, 255, 0.1);\n        transform: translateY(-5px);\n        border-color: rgba(0, 122, 255, 0.5);\n    }\n\n    .location-header {\n        display: flex;\n        align-items: center;\n        gap: 15px;\n        margin-bottom: 25px;\n    }\n\n    .location-icon {\n        width: 50px;\n        height: 50px;\n        background: linear-gradient(135deg, #0ba360, #3ddc97);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: white;\n        font-size: 21px;\n    }\n\n    .location-card h3 {\n        font-size: 22px;\n        font-weight: 600;\n        color: white;\n    }\n\n    .location-details {\n        line-height: 1.8;\n    }\n\n    .location-details p {\n        color: #a1a1a6;\n        margin-bottom: 15px;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n    }\n\n    .location-details i {\n        color: #0ba360;\n        width: 16px;\n    }\n\n    .business-hours {\n        padding: 100px 0;\n        background: #f5f5f7;\n    }\n\n    .hours-container {\n        max-width: 600px;\n        margin: 0 auto;\n        background: white;\n        border-radius: 18px;\n        padding: 50px 40px;\n        border: 1px solid #e5e5e7;\n    }\n\n    .hours-list {\n        display: grid;\n        gap: 20px;\n    }\n\n    .hours-item {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 15px 0;\n        border-bottom: 1px solid #f5f5f7;\n    }\n\n    .hours-item:last-child {\n        border-bottom: none;\n    }\n\n    .day {\n        font-weight: 500;\n        color: #1d1d1f;\n    }\n\n    .time {\n        color: #0ba360;\n        font-weight: 500;\n    }\n\n    .closed {\n        color: #86868b;\n    }\n\n    .faq-section {\n        padding: 100px 0;\n        background: white;\n    }\n\n    .faq-container {\n        max-width: 800px;\n        margin: 0 auto;\n    }\n\n    .faq-item {\n        background: #f5f5f7;\n        margin-bottom: 15px;\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid #e5e5e7;\n    }\n\n    .faq-question {\n        padding: 25px 30px;\n        cursor: pointer;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        font-weight: 500;\n        color: #1d1d1f;\n        transition: background-color 0.3s ease;\n    }\n\n    .faq-question:hover {\n        background: #e8e8ed;\n    }\n\n    .faq-icon {\n        color: #86868b;\n        transition: transform 0.3s ease;\n    }\n\n    .faq-answer {\n        padding: 0 30px 25px;\n        color: #86868b;\n        line-height: 1.6;\n        display: none;\n        background: white;\n    }\n\n    .faq-item.active .faq-answer {\n        display: block;\n    }\n\n    .faq-item.active .faq-icon {\n        transform: rotate(180deg);\n    }\n\n    @media (max-width: 768px) {\n        .hero h1 {\n            font-size: 35px;\n        }\n\n        .methods-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .hours-container {\n            padding: 30px 25px;\n        }\n\n        .hours-item {\n            flex-direction: column;\n            align-items: flex-start;\n            gap: 5px;\n        }\n    }\n<\/style>\n<\/head>\n\n<body>\n    <section class=\"hero\">\n        <div class=\"hero-content\">\n            <h1>Get In Touch<\/h1>\n            <p>Ready to discuss your TPU glove requirements? Our expert team is here to provide customized solutions for\n                your business needs.<\/p>\n        <\/div>\n    <\/section>\n\n    <section class=\"contact-methods\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Contact Methods<\/h2>\n            <p class=\"section-subtitle\">Choose the most convenient way to reach our team<\/p>\n\n            <div class=\"methods-grid\">\n                <div class=\"method-card\">\n                    <div class=\"method-icon\">\n                        <i class=\"fas fa-phone\"><\/i>\n                    <\/div>\n                    <h3>Phone Support<\/h3>\n                    <p>Speak directly with our product specialists for immediate assistance and technical guidance.<\/p>\n                    <div class=\"method-details\">\n                        <a href=\"tel:+8618662231992\">+86 186-6223-1992<\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"method-card\">\n                    <div class=\"method-icon\">\n                        <i class=\"fas fa-envelope\"><\/i>\n                    <\/div>\n                    <h3>Email Support<\/h3>\n                    <p>Send detailed inquiries and receive comprehensive responses within 24 hours.<\/p>\n                    <div class=\"method-details\">\n                        <a href=\"mailto:info@damao-tech.com\">info@damao-tech.com<\/a>\n                    <\/div>\n                <\/div>\n\n                <div class=\"method-card\">\n                    <div class=\"method-icon\">\n                        <i class=\"fas fa-comments\"><\/i>\n                    <\/div>\n                    <h3>Live Chat<\/h3>\n                    <p>Get instant answers to your questions through our real-time chat support system.<\/p>\n                    <div class=\"method-details\">\n                        Available 24\/7\n                    <\/div>\n                <\/div>\n\n                <div class=\"method-card\">\n                    <div class=\"method-icon\">\n                        <i class=\"fas fa-calendar-alt\"><\/i>\n                    <\/div>\n                    <h3>Schedule Meeting<\/h3>\n                    <p>Book a consultation with our technical team to discuss custom solutions and bulk orders.<\/p>\n                    <div class=\"method-details\">\n                        <a href=\"#schedule\">Book Appointment<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"contact-form-section\">\n        <div class=\"container\">\n            <div class=\"form-container\">\n                <h2 class=\"section-title\">Send Us A Message<\/h2>\n                <p class=\"section-subtitle\">Fill out the form below and we&#8217;ll get back to you as soon as possible<\/p>\n\n                <div class='fluentform ff-default fluentform_wrapper_1 ffs_default_wrap'><form data-form_id=\"1\" id=\"fluentform_1\" class=\"frm-fluent-form fluent_form_1 ff-el-form-top ff_form_instance_1_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_1_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Contact Form<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='25' \/><input type=\"hidden\" id=\"_fluentform_1_fluentformnonce\" name=\"_fluentform_1_fluentformnonce\" value=\"d4d931261c\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/fr\/wp-json\/wp\/v2\/pages\/25\" \/><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_first_name_' id='label_ff_1_names_first_name_' >First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_1_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"First Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><div class='ff-t-cell '><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_names_last_name_' id='label_ff_1_names_last_name_' >Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[last_name]\" id=\"ff_1_names_last_name_\" class=\"ff-el-form-control\" placeholder=\"Last Name\" aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_email' id='label_ff_1_email' aria-label=\"Email\">Email<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_1_email\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_1_subject' id='label_ff_1_subject' aria-label=\"Subject\">Subject<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"subject\" class=\"ff-el-form-control\" placeholder=\"Subject\" data-name=\"subject\" id=\"ff_1_subject\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_1_message' id='label_ff_1_message' aria-label=\"Your Message\">Your Message<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"true\" aria-labelledby=\"label_ff_1_message\" name=\"message\" id=\"ff_1_message\" class=\"ff-el-form-control\" placeholder=\"Your Message\" rows=\"4\" cols=\"2\" data-name=\"message\" ><\/textarea><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style wpf_has_custom_css\"  aria-label=\"Submit Form\">Submit Form<\/button><\/div>\t\t<div id=\"cf-turnstile-fluent-2891442838\"\r\n\t\tclass=\"cf-turnstile\" \t\tdata-sitekey=\"0x4AAAAAACUPoeIEt4-GRDCT\"\r\n\t\tdata-theme=\"auto\"\r\n\t\tdata-language=\"auto\"\r\n\t\tdata-size=\"normal\"\r\n\t\tdata-retry=\"auto\" data-retry-interval=\"1000\"\r\n\t\tdata-refresh-expired=\"auto\"\r\n\t\tdata-action=\"fluent-form-1\"\r\n\t\t\t\tdata-appearance=\"always\"><\/div>\r\n\t\t\t<script>document.addEventListener(\"DOMContentLoaded\", function() { setTimeout(function(){ var e=document.getElementById(\"cf-turnstile-fluent-2891442838\"); e&&!e.innerHTML.trim()&&(turnstile.remove(\"#cf-turnstile-fluent-2891442838\"), turnstile.render(\"#cf-turnstile-fluent-2891442838\", {sitekey:\"0x4AAAAAACUPoeIEt4-GRDCT\"})); }, 100); });<\/script>\r\n\t\t\t<br class=\"cf-turnstile-br cf-turnstile-br-fluent-2891442838\">\r\n\t\t\t\t<style>#cf-turnstile-fluent-2891442838 { margin-left: -15px; }<\/style>\r\n\t\t<\/fieldset><\/form><div id='fluentform_1_errors' class='ff-errors-in-stack ff_form_instance_1_1 ff-form-loading_errors ff_form_instance_1_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_1_1 = {\"id\":\"1\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_1_1\",\"form_id_selector\":\"fluentform_1\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global\":false,\"global_message\":\"This field must contain a valid email\"}},\"subject\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}},\"message\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global\":false,\"global_message\":\"This field is required\"}}},\"debounce_time\":300};\n                            <\/script>\n            \n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"office-locations\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Our Locations<\/h2>\n            <p class=\"section-subtitle\">Visit our offices worldwide for direct support and partnership opportunities<\/p>\n\n            <div class=\"location-card\">\n                <div class=\"location-header\">\n                    <div class=\"location-icon\">\n                        <i class=\"fas fa-globe-americas\"><\/i>\n                    <\/div>\n                    <h3>Office<\/h3>\n                <\/div>\n                <div class=\"location-details\">\n                    <p><i class=\"fas fa-map-marker-alt\"><\/i>Fenghuang Town, Zhangjiagang City, Suzhou City, Jiangsu\n                        Province, China<\/p>\n                    <p><i class=\"fas fa-phone\"><\/i>+86 186-6223-1992<\/p>\n                    <p><i class=\"fas fa-envelope\"><\/i>info@damao-tech.com<\/p>\n                    <p><i class=\"fas fa-clock\"><\/i>Monday &#8211; Friday: 9:00 AM &#8211; 5:00 PM PST<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"business-hours\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Business Hours<\/h2>\n            <p class=\"section-subtitle\">Our global support team is available across multiple time zones<\/p>\n\n            <div class=\"hours-container\">\n                <div class=\"hours-list\">\n                    <div class=\"hours-item\">\n                        <span class=\"day\">Monday &#8211; Friday<\/span>\n                        <span class=\"time\">9:00 AM &#8211; 6:00 PM<\/span>\n                    <\/div>\n                    <div class=\"hours-item\">\n                        <span class=\"day\">Saturday<\/span>\n                        <span class=\"time\">10:00 AM &#8211; 4:00 PM<\/span>\n                    <\/div>\n                    <div class=\"hours-item\">\n                        <span class=\"day\">Sunday<\/span>\n                        <span class=\"time closed\">Closed<\/span>\n                    <\/div>\n                    <div class=\"hours-item\">\n                        <span class=\"day\">Emergency Support<\/span>\n                        <span class=\"time\">24\/7 Available<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"faq-section\">\n        <div class=\"container\">\n            <div class=\"faq-container\">\n                <h2 class=\"section-title\">Contact FAQ<\/h2>\n                <p class=\"section-subtitle\">Common questions about getting in touch with our team<\/p>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <span>What&#8217;s the best way to get a quick response?<\/span>\n                        <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        For urgent inquiries, we recommend using our live chat feature or calling our direct phone line.\n                        Email responses are typically sent within 24 hours during business days.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <span>Do you offer technical support for product specifications?<\/span>\n                        <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Yes, our technical team provides comprehensive support for product specifications, application\n                        guidance, and custom solution development. You can reach them through any of our contact\n                        methods.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <span>Can I schedule a facility tour or product demonstration?<\/span>\n                        <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Absolutely! We welcome facility visits and can arrange product demonstrations. Please contact us\n                        at least 48 hours in advance to schedule your visit to any of our locations.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <span>Do you provide support in multiple languages?<\/span>\n                        <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Yes, our global team provides support in English, Chinese (Mandarin), German, and Spanish.\n                        Additional language support can be arranged for large-volume clients.\n                    <\/div>\n                <\/div>\n\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        <span>How do I request product samples?<\/span>\n                        <i class=\"fas fa-chevron-down faq-icon\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        Product samples can be requested through our contact form, email, or by calling our sales team\n                        directly. Please specify your application requirements and shipping address for sample delivery.\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', function () {\n                const faqItem = this.parentElement;\n                const isActive = faqItem.classList.contains('active');\n\n                document.querySelectorAll('.faq-item').forEach(item => {\n                    item.classList.remove('active');\n                });\n\n                if (!isActive) {\n                    faqItem.classList.add('active');\n                }\n            });\n        });\n\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach((entry) => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n\n        document.querySelectorAll('.method-card, .location-card').forEach((element) => {\n            element.style.opacity = '0';\n            element.style.transform = 'translateY(30px)';\n            element.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(element);\n        });\n    <\/script>\n<\/body>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Get In Touch Ready to discuss your TPU glove requirements? Our expert team is here to provide customized solutions for your business needs. Contact Methods Choose the most convenient way to reach our team Phone Support Speak directly with our product specialists for immediate assistance and technical guidance. +86 186-6223-1992 Email Support Send detailed inquiries &#8230; <a title=\"Contact\" class=\"read-more\" href=\"https:\/\/tpuglove.com\/fr\/contact\/\" aria-label=\"En savoir plus sur Contact\">Lire plus<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-25","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/pages\/25","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/comments?post=25"}],"version-history":[{"count":6,"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/pages\/25\/revisions"}],"predecessor-version":[{"id":85,"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/pages\/25\/revisions\/85"}],"wp:attachment":[{"href":"https:\/\/tpuglove.com\/fr\/wp-json\/wp\/v2\/media?parent=25"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}