{"id":52,"date":"2024-12-28T10:09:04","date_gmt":"2024-12-28T09:09:04","guid":{"rendered":"https:\/\/luminvolt.com\/?page_id=52"},"modified":"2026-08-19T14:14:52","modified_gmt":"2026-08-19T06:14:52","slug":"contact","status":"publish","type":"page","link":"https:\/\/luminvolt.com\/fr\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n<style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700;800;900&display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            background: #f9fafb;\n            color: #111827;\n            overflow-x: hidden;\n        }\n\n        .bento-container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 60px 20px;\n        }\n\n        .bento-grid {\n            display: grid;\n            grid-template-columns: repeat(12, 1fr);\n            gap: 20px;\n            margin-bottom: 20px;\n        }\n\n        .bento-item {\n            background: #ffffff;\n            border-radius: 24px;\n            padding: 40px;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid #e5e7eb;\n            box-shadow: none;\n            transition: all 0.3s ease;\n        }\n\n        .bento-item:hover {\n            box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);\n            transform: translateY(-2px);\n        }\n\n        .bento-item::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.03) 0%, transparent 60%);\n            pointer-events: none;\n        }\n\n        .hero {\n            grid-column: span 12;\n            min-height: 500px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::after {\n            content: '';\n            position: absolute;\n            top: -5%;\n            left: -5%;\n            right: -5%;\n            bottom: -5%;\n            background-image: url('https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/solar-power-power-station.webp');\n            background-size: cover;\n            background-position: center;\n            background-repeat: no-repeat;\n            animation: heroZoom 20s ease-in-out infinite alternate;\n            z-index: 0;\n        }\n\n        @keyframes heroZoom {\n            0% {\n                transform: scale(1);\n            }\n            100% {\n                transform: scale(1.05);\n            }\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(135deg, rgba(30, 64, 175, 0.85) 0%, rgba(59, 130, 246, 0.75) 100%);\n            border-radius: 24px;\n            pointer-events: none;\n            z-index: 1;\n        }\n\n        .hero > * {\n            position: relative;\n            z-index: 2;\n        }\n\n        .hero-fullwidth {\n            width: 100%;\n            padding: 140px 20px 160px;\n            border-radius: 0;\n            margin: 0;\n        }\n\n        .hero-fullwidth::before {\n            border-radius: 0;\n        }\n\n        .hero-fullwidth::after {\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n        }\n\n        .hero-title {\n            font-size: clamp(60px, 10vw, 140px);\n            font-weight: 900;\n            line-height: 0.9;\n            margin-bottom: 30px;\n            background: linear-gradient(135deg, #ffffff 0%, #dbeafe 50%, #93c5fd 100%);\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n            text-shadow: none;\n            letter-spacing: -0.03em;\n            filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));\n        }\n\n        .hero-subtitle {\n            font-size: 24px;\n            color: #f0f9ff;\n            max-width: 600px;\n            line-height: 1.5;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n            margin: 0 auto;\n        }\n\n        .large {\n            grid-column: span 8;\n            min-height: 450px;\n        }\n\n        .medium {\n            grid-column: span 6;\n            min-height: 400px;\n        }\n\n        .small {\n            grid-column: span 4;\n            min-height: 300px;\n        }\n\n        .full {\n            grid-column: span 12;\n        }\n\n        .glow-blue-bg {\n            background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);\n        }\n\n        .glow-green-bg {\n            background: linear-gradient(135deg, #d1fae5 0%, #ecfdf5 100%);\n        }\n\n        .glow-purple-bg {\n            background: linear-gradient(135deg, #e9d5ff 0%, #f5f3ff 100%);\n        }\n\n        .contact-icon {\n            width: 80px;\n            height: 80px;\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 36px;\n            margin-bottom: 24px;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        .bento-item:hover .contact-icon {\n            transform: scale(1.1) rotate(5deg);\n        }\n\n        .contact-title {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 16px;\n            line-height: 1.2;\n        }\n\n        .contact-detail {\n            font-size: 18px;\n            color: #1f2937;\n            line-height: 1.8;\n            font-weight: 500;\n        }\n\n        .contact-detail a {\n            color: #2563eb;\n            text-decoration: none;\n            transition: all 0.3s ease;\n        }\n\n        .contact-detail a:hover {\n            color: #1e40af;\n            text-decoration: underline;\n        }\n\n        .form-container {\n            background: #ffffff;\n            border-radius: 20px;\n            padding: 40px;\n            box-shadow: none;\n            border: 1px solid #e5e7eb;\n        }\n\n        .map-container {\n            width: 100%;\n            height: 100%;\n            min-height: 400px;\n            border-radius: 16px;\n            overflow: hidden;\n            background: #f3f4f6;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n        }\n\n        .map-placeholder {\n            text-align: center;\n            color: #6b7280;\n        }\n\n        .map-placeholder i {\n            font-size: 64px;\n            margin-bottom: 16px;\n            color: #3b82f6;\n        }\n\n        @media (max-width: 1024px) {\n            .large, .medium, .small {\n                grid-column: span 12;\n            }\n        }\n\n        @media (max-width: 640px) {\n            .bento-item {\n                padding: 30px 24px;\n            }\n\n            .contact-title {\n                font-size: 24px;\n            }\n\n            .form-container {\n                padding: 30px 20px;\n            }\n        }\n\n        \/* Scroll Animation *\/\n        [data-scroll] {\n            opacity: 0;\n            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        [data-scroll].visible {\n            opacity: 1;\n            transform: translateY(0) !important;\n        }\n\n        .frm-fluent-form,\n        .frm-fluent-form .ff-el-group,\n        .frm-fluent-form .ff-el-input--label,\n        .frm-fluent-form .ff-el-input--label label,\n        .frm-fluent-form .ff-el-form-control,\n        .frm-fluent-form textarea,\n        .frm-fluent-form select,\n        .frm-fluent-form .ff_submit_btn_wrapper,\n        .frm-fluent-form .ff-t-container,\n        .frm-fluent-form .ff-t-cell {\n            text-align: left !important;\n        }\n        .frm-fluent-form .ff-el-input--label {\n            justify-content: flex-start !important;\n        }\n    <\/style>\n\n    <!-- Hero Section -->\n    <section class=\"hero hero-fullwidth\" data-scroll=\"hero\">\n        <div class=\"hero-title\">\n            CONTACT<br>US\n        <\/div>\n        <p class=\"hero-subtitle\">\n            Get in touch with our solar energy experts<br>We&#8217;re here to help bring your solar vision to life\n        <\/p>\n    <\/section>\n\n    <div class=\"bento-container\">\n        <!-- Contact Information Cards -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item small glow-blue-bg\" data-scroll=\"fade-up\">\n                <div class=\"contact-icon\" style=\"background: rgba(59, 130, 246, 0.15);\">\n                    <i class=\"fas fa-map-marker-alt\" style=\"color: #2563eb;\"><\/i>\n                <\/div>\n                <h3 class=\"contact-title\" style=\"color: #1e40af; font-size: 22px;\">Our Location<\/h3>\n                <p class=\"contact-detail\" style=\"font-size: 16px;\">\n                    Zhangjiagang City<br>\n                    Suzhou, Jiangsu Province<br>\n                    China\n                <\/p>\n            <\/div>\n\n            <div class=\"bento-item small glow-green-bg\" data-scroll=\"fade-up\" data-delay=\"100\">\n                <div class=\"contact-icon\" style=\"background: rgba(16, 185, 129, 0.15);\">\n                    <i class=\"fas fa-envelope\" style=\"color: #059669;\"><\/i>\n                <\/div>\n                <h3 class=\"contact-title\" style=\"color: #065f46; font-size: 22px;\">Email Us<\/h3>\n                <p class=\"contact-detail\" style=\"font-size: 16px;\">\n                    <a href=\"mailto:sales@luminvolt.com\">sales@luminvolt.com<\/a>\n                <\/p>\n                <p style=\"font-size: 13px; color: #6b7280; margin-top: 12px; line-height: 1.6;\">\n                    24-hour response time\n                <\/p>\n            <\/div>\n\n            <div class=\"bento-item small glow-purple-bg\" data-scroll=\"fade-up\" data-delay=\"200\">\n                <div class=\"contact-icon\" style=\"background: rgba(139, 92, 246, 0.15);\">\n                    <i class=\"fas fa-phone-alt\" style=\"color: #7c3aed;\"><\/i>\n                <\/div>\n                <h3 class=\"contact-title\" style=\"color: #5b21b6; font-size: 22px;\">Call Us<\/h3>\n                <p class=\"contact-detail\" style=\"font-size: 16px;\">\n                    +86 189-157-8213\n                <\/p>\n                <p style=\"font-size: 13px; color: #6b7280; margin-top: 12px; line-height: 1.6;\">\n                    Mon &#8211; Fri, 9AM &#8211; 6PM\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Map Section - Full Width -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\" style=\"padding: 0; min-height: 500px;\">\n                <div class=\"map-container\" style=\"min-height: 500px; border-radius: 24px;\">\n                    <iframe\n                        src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d108839.84289890628!2d120.46875265820312!3d31.87500000000001!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x35b3c1e3c3c3c3c3%3A0x3c3c3c3c3c3c3c3c!2sZhangjiagang%2C%20Suzhou%2C%20Jiangsu%2C%20China!5e0!3m2!1sen!2sus!4v1234567890123!5m2!1sen!2sus\"\n                        width=\"100%\"\n                        height=\"100%\"\n                        style=\"border:0; border-radius: 24px;\"\n                        allowfullscreen=\"\"\n                        loading=\"lazy\"\n                        referrerpolicy=\"no-referrer-when-downgrade\">\n                    <\/iframe>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Section Header -->\n        <div class=\"bento-grid\" style=\"margin-top: 60px;\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\" style=\"text-align: center; background: transparent; border: none; box-shadow: none; padding: 20px;\">\n                <div style=\"display: inline-block; padding: 8px 20px; background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%); border-radius: 50px; margin-bottom: 20px;\">\n                    <span style=\"color: #3b82f6; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;\">\n                        <i class=\"fas fa-paper-plane\" style=\"margin-right: 8px;\"><\/i>Get in Touch\n                    <\/span>\n                <\/div>\n                <h2 style=\"font-size: 48px; font-weight: 700; margin-bottom: 16px; color: #111827;\">\n                    Send Us a Message\n                <\/h2>\n                <p style=\"font-size: 18px; color: #6b7280; max-width: 600px; margin: 0 auto;\">\n                    Fill out the form below and our team will get back to you as soon as possible\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Contact Form -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\" style=\"background: #ffffff;\">\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 ff_has_v3_recptcha ffs_default\" data-form_instance=\"ff_form_instance_1_1\" method=\"POST\" data-recptcha_key=\"6LfKLmktAAAAAF0dRI3uJAkVhWUbtQueYaSobp37\" ><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\" id=\"__fluent_protection_token_1\" class=\"fluent-form-token-field\" name=\"__fluent_protection_token_1\">\n        <input type='hidden' name='__fluent_form_embded_post_id' value='52' \/><input type=\"hidden\" id=\"_fluentform_1_fluentformnonce\" name=\"_fluentform_1_fluentformnonce\" value=\"f17f0656d3\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/fr\/wp-json\/wp\/v2\/pages\/52\" \/><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><input type=\"hidden\" name=\"lead_source\" data-name=\"lead_source\" ><input type=\"hidden\" name=\"lead_intent\" data-name=\"lead_intent\" ><input type=\"hidden\" name=\"lead_system\" data-name=\"lead_system\" ><input type=\"hidden\" name=\"lead_source_page\" data-name=\"lead_source_page\" ><input type=\"hidden\" name=\"lead_origin_page\" data-name=\"lead_origin_page\" ><input type=\"hidden\" name=\"lead_form_page\" data-name=\"lead_form_page\" ><input type=\"hidden\" name=\"utm_source\" data-name=\"utm_source\" ><input type=\"hidden\" name=\"utm_medium\" data-name=\"utm_medium\" ><input type=\"hidden\" name=\"utm_campaign\" data-name=\"utm_campaign\" ><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><\/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\",\"ajaxUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-admin\\\/admin-ajax.php\",\"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,\"file_upload_settings\":[]};\n                            <\/script>\n            \n            <\/div>\n        <\/div>\n\n        <!-- Business Hours & Why Contact Us -->\n        <div class=\"bento-grid\" style=\"margin-top: 40px;\">\n            <div class=\"bento-item medium\" data-scroll=\"fade-up\" style=\"background: linear-gradient(135deg, #fef3c7 0%, #fef9e7 100%); position: relative;\">\n                <div class=\"contact-icon\" style=\"background: rgba(245, 158, 11, 0.15);\">\n                    <i class=\"fas fa-clock\" style=\"color: #d97706;\"><\/i>\n                <\/div>\n                <h3 class=\"contact-title\" style=\"color: #92400e; font-size: 24px; margin-bottom: 24px;\">Business Hours<\/h3>\n                <div style=\"display: flex; flex-direction: column; gap: 16px;\">\n                    <div style=\"display: flex; align-items: center; gap: 12px; padding: 16px; background: rgba(255, 255, 255, 0.6); border-radius: 12px;\">\n                        <i class=\"fas fa-calendar-day\" style=\"color: #f59e0b; font-size: 24px;\"><\/i>\n                        <div>\n                            <div style=\"font-size: 15px; font-weight: 700; color: #111827; margin-bottom: 4px;\">Monday &#8211; Friday<\/div>\n                            <div style=\"font-size: 14px; color: #6b7280;\">9:00 AM &#8211; 6:00 PM (CST)<\/div>\n                        <\/div>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 12px; padding: 16px; background: rgba(255, 255, 255, 0.6); border-radius: 12px;\">\n                        <i class=\"fas fa-calendar-week\" style=\"color: #f59e0b; font-size: 24px;\"><\/i>\n                        <div>\n                            <div style=\"font-size: 15px; font-weight: 700; color: #111827; margin-bottom: 4px;\">Weekend<\/div>\n                            <div style=\"font-size: 14px; color: #6b7280;\">By Appointment Only<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"bento-item medium\" data-scroll=\"fade-up\" data-delay=\"100\" style=\"background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);\">\n                <div style=\"margin-bottom: 24px;\">\n                    <h3 style=\"font-size: 28px; font-weight: 700; color: #1e40af; margin-bottom: 16px;\">Why Choose Us?<\/h3>\n                    <p style=\"font-size: 15px; color: #6b7280; line-height: 1.8;\">\n                        Partner with industry leaders in solar mounting solutions. Our commitment to excellence ensures your project success.\n                    <\/p>\n                <\/div>\n                <div style=\"display: flex; flex-direction: column; gap: 12px;\">\n                    <div style=\"display: flex; align-items: center; gap: 12px; padding: 12px; background: rgba(255, 255, 255, 0.5); border-radius: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #10b981; font-size: 20px;\"><\/i>\n                        <span style=\"font-size: 14px; font-weight: 600; color: #1f2937;\">25-Year Structural Warranty<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 12px; padding: 12px; background: rgba(255, 255, 255, 0.5); border-radius: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #10b981; font-size: 20px;\"><\/i>\n                        <span style=\"font-size: 14px; font-weight: 600; color: #1f2937;\">24-Hour Response Time<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 12px; padding: 12px; background: rgba(255, 255, 255, 0.5); border-radius: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #10b981; font-size: 20px;\"><\/i>\n                        <span style=\"font-size: 14px; font-weight: 600; color: #1f2937;\">5,000+ Completed Projects<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 12px; padding: 12px; background: rgba(255, 255, 255, 0.5); border-radius: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #10b981; font-size: 20px;\"><\/i>\n                        <span style=\"font-size: 14px; font-weight: 600; color: #1f2937;\">Free Consultation &#038; Quote<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Scroll Animation Observer\n        const observerOptions = {\n            threshold: 0.15,\n            rootMargin: '0px 0px -100px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    const delay = entry.target.dataset.delay || 0;\n                    setTimeout(() => {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0) scale(1)';\n                        entry.target.classList.add('visible');\n                    }, delay);\n                }\n            });\n        }, observerOptions);\n\n        \/\/ Initialize animations\n        document.querySelectorAll('[data-scroll]').forEach(el => {\n            const animType = el.dataset.scroll;\n\n            \/\/ Set initial state\n            el.style.opacity = '0';\n            el.style.transition = 'all 0.8s cubic-bezier(0.4, 0, 0.2, 1)';\n\n            switch(animType) {\n                case 'fade-up':\n                    el.style.transform = 'translateY(40px)';\n                    break;\n                case 'hero':\n                    el.style.transform = 'translateY(20px)';\n                    break;\n            }\n\n            observer.observe(el);\n        });\n\n        \/\/ Smooth scroll for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                const href = this.getAttribute('href');\n                if (href !== '#') {\n                    const target = document.querySelector(href);\n                    if (target) {\n                        e.preventDefault();\n                        target.scrollIntoView({\n                            behavior: 'smooth',\n                            block: 'start'\n                        });\n                    }\n                }\n            });\n        });\n    <\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>CONTACT : \u00c9changez avec nos experts en \u00e9nergie solaire. Nous sommes l\u00e0 pour donner vie \u00e0 votre projet solaire. Notre localisation : Zhangjiagang, Suzhou, Province du Jiangsu, Chine. \u00c9crivez-nous : sales@luminvolt.com, r\u00e9ponse sous 24 h. Appelez-nous : +86 189-157-8213, du lundi au vendredi de 9h \u00e0 18h. Envoyez-nous un message via le formulaire ci-dessous\u2026 <a title=\"Contact\" class=\"read-more\" href=\"https:\/\/luminvolt.com\/fr\/contact\/\" aria-label=\"En savoir plus sur Contact\">Lire la suite<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_yoast_wpseo_focuskw":"contact luminvolt","_yoast_wpseo_title":"Contact Luminvolt for Solar & Energy Storage Solutions","_yoast_wpseo_metadesc":"Contact Luminvolt for solar mounting systems, solar trackers, and energy storage solutions. Reach our team for product details and project support.","footnotes":""},"class_list":["post-52","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Contact Luminvolt for Solar &amp; Energy Storage Solutions<\/title>\n<meta name=\"description\" content=\"Contact Luminvolt for solar mounting systems, solar trackers, and energy storage solutions. Reach our team for product details and project support.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/luminvolt.com\/fr\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact\" \/>\n<meta property=\"og:description\" content=\"Contact Luminvolt for solar mounting systems, solar trackers, and energy storage solutions. Reach our team for product details and project support.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/luminvolt.com\/fr\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"LuminVolt\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-19T06:14:52+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:\\\/\\\/luminvolt.com\\\/contact\\\/\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/contact\\\/\",\"name\":\"Contact Luminvolt for Solar & Energy Storage Solutions\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#website\"},\"datePublished\":\"2024-12-28T09:09:04+00:00\",\"dateModified\":\"2026-08-19T06:14:52+00:00\",\"description\":\"Contact Luminvolt for solar mounting systems, solar trackers, and energy storage solutions. Reach our team for product details and project support.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/contact\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/luminvolt.com\\\/contact\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/contact\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/luminvolt.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#website\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/\",\"name\":\"LuminVolt\",\"description\":\"Your Partner in Advanced Solar Mounting Systems &amp; Energy Storage\",\"publisher\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/luminvolt.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#organization\",\"name\":\"LuminVolt\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LuminVolt-02.webp\",\"contentUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LuminVolt-02.webp\",\"width\":512,\"height\":512,\"caption\":\"LuminVolt\"},\"image\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Contactez Luminvolt pour des solutions en mati\u00e8re de solaire et de stockage d'\u00e9nergie","description":"Contactez Luminvolt pour les syst\u00e8mes de montage solaire, les trackers solaires et les solutions de stockage d'\u00e9nergie. Contactez notre \u00e9quipe pour obtenir des informations sur les produits et un soutien technique.","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:\/\/luminvolt.com\/fr\/contact\/","og_locale":"fr_FR","og_type":"article","og_title":"Contact","og_description":"Contact Luminvolt for solar mounting systems, solar trackers, and energy storage solutions. Reach our team for product details and project support.","og_url":"https:\/\/luminvolt.com\/fr\/contact\/","og_site_name":"LuminVolt","article_modified_time":"2026-08-19T06:14:52+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:\/\/luminvolt.com\/contact\/","url":"https:\/\/luminvolt.com\/contact\/","name":"Contactez Luminvolt pour des solutions en mati\u00e8re de solaire et de stockage d'\u00e9nergie","isPartOf":{"@id":"https:\/\/luminvolt.com\/#website"},"datePublished":"2024-12-28T09:09:04+00:00","dateModified":"2026-08-19T06:14:52+00:00","description":"Contactez Luminvolt pour les syst\u00e8mes de montage solaire, les trackers solaires et les solutions de stockage d'\u00e9nergie. Contactez notre \u00e9quipe pour obtenir des informations sur les produits et un soutien technique.","breadcrumb":{"@id":"https:\/\/luminvolt.com\/contact\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/luminvolt.com\/contact\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/luminvolt.com\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/luminvolt.com\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/luminvolt.com\/#website","url":"https:\/\/luminvolt.com\/","name":"LuminVolt","description":"Votre partenaire pour les syst\u00e8mes de montage solaire avanc\u00e9s et le stockage d'\u00e9nergie","publisher":{"@id":"https:\/\/luminvolt.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/luminvolt.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/luminvolt.com\/#organization","name":"LuminVolt","url":"https:\/\/luminvolt.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/luminvolt.com\/#\/schema\/logo\/image\/","url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2024\/12\/LuminVolt-02.webp","contentUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2024\/12\/LuminVolt-02.webp","width":512,"height":512,"caption":"LuminVolt"},"image":{"@id":"https:\/\/luminvolt.com\/#\/schema\/logo\/image\/"}}]}},"yoast_social":{"twitter_title":"","twitter_description":"","twitter_image":""},"_links":{"self":[{"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/pages\/52","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/comments?post=52"}],"version-history":[{"count":2,"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/pages\/52\/revisions"}],"predecessor-version":[{"id":720,"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/pages\/52\/revisions\/720"}],"wp:attachment":[{"href":"https:\/\/luminvolt.com\/fr\/wp-json\/wp\/v2\/media?parent=52"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}