{"id":186,"date":"2026-07-03T12:26:30","date_gmt":"2026-07-03T12:26:30","guid":{"rendered":"https:\/\/luminzaprojector.com\/?page_id=186"},"modified":"2026-07-03T12:26:31","modified_gmt":"2026-07-03T12:26:31","slug":"warranty","status":"publish","type":"page","link":"https:\/\/luminzaprojector.com\/index.php\/warranty\/","title":{"rendered":"warranty"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Luminza \u00b7 Warranty<\/title>\n    <!-- Font Awesome 6 (free icons) -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            background: #070b12;\n            color: #f0f4fc;\n            font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;\n            line-height: 1.5;\n            padding: 2rem 1.5rem;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        \/* header *\/\n        .hero h1 {\n            font-size: clamp(2.2rem, 8vw, 4rem);\n            font-weight: 700;\n            letter-spacing: -0.02em;\n            line-height: 1.1;\n            background: linear-gradient(135deg, #ffffff 0%, #b0c9ff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 0.75rem;\n        }\n        .hero p {\n            color: #9aaec9;\n            font-size: 1.2rem;\n            max-width: 580px;\n            margin-bottom: 2rem;\n        }\n\n        .btn-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 1rem;\n            margin-bottom: 3rem;\n        }\n        .btn-primary, .btn-outline {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.6rem;\n            padding: 0.8rem 2rem;\n            border-radius: 60px;\n            font-weight: 600;\n            text-decoration: none;\n            font-size: 1rem;\n            transition: 0.2s ease;\n            border: 1px solid transparent;\n        }\n        .btn-primary {\n            background: #2563eb;\n            color: #fff;\n            box-shadow: 0 8px 18px -6px #1d4ed880;\n        }\n        .btn-primary i {\n            color: #fff;\n        }\n        .btn-primary:hover {\n            background: #1d4ed8;\n            transform: scale(1.02);\n        }\n        .btn-outline {\n            border: 1px solid #2563eb;\n            color: #e0ecff;\n            background: transparent;\n        }\n        .btn-outline i {\n            color: #5b8cff;\n        }\n        .btn-outline:hover {\n            background: #0f1a2e;\n            border-color: #4a7aff;\n        }\n\n        \/* section title *\/\n        .section-title {\n            font-size: 1.8rem;\n            font-weight: 600;\n            text-align: center;\n            margin: 2.5rem 0 2rem;\n            letter-spacing: -0.01em;\n            color: #f0f6ff;\n        }\n        .section-sub {\n            text-align: center;\n            color: #8ba0c2;\n            margin-top: -0.5rem;\n            margin-bottom: 2.5rem;\n            font-size: 1rem;\n        }\n\n        \/* cards grid *\/\n        .grid-4, .grid-2 {\n            display: grid;\n            gap: 1.5rem;\n        }\n        .grid-4 {\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        }\n        .grid-2 {\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        }\n\n        .card {\n            background: #111a2a;\n            border-radius: 1.5rem;\n            padding: 1.8rem 1.2rem 1.8rem 1.5rem;\n            border: 1px solid #1e2a44;\n            transition: 0.2s;\n            backdrop-filter: blur(2px);\n            box-shadow: 0 12px 24px -12px #02070e;\n        }\n        .card:hover {\n            border-color: #2f4b8a;\n            background: #141f33;\n        }\n        .card i {\n            font-size: 2.2rem;\n            color: #3b7aff;\n            margin-bottom: 0.8rem;\n            display: inline-block;\n        }\n        .card h3 {\n            font-weight: 600;\n            font-size: 1.25rem;\n            margin-bottom: 0.4rem;\n            color: #eef4ff;\n        }\n        .card p, .card li {\n            color: #a7bddb;\n            font-size: 0.95rem;\n        }\n        .card ul {\n            list-style: none;\n            padding-left: 0;\n            margin-top: 0.5rem;\n        }\n        .card ul li {\n            padding: 0.25rem 0 0.25rem 1.8rem;\n            position: relative;\n        }\n        .card ul li::before {\n            content: \"\u2022\";\n            color: #3b7aff;\n            font-weight: bold;\n            position: absolute;\n            left: 0.2rem;\n        }\n        .card .badge-icon {\n            background: #1a2744;\n            padding: 0.3rem 0.9rem;\n            border-radius: 40px;\n            font-size: 0.75rem;\n            font-weight: 500;\n            color: #a6c0ff;\n            display: inline-block;\n            margin-top: 0.5rem;\n        }\n\n        \/* special card with icon + title *\/\n        .icon-card {\n            display: flex;\n            flex-direction: column;\n        }\n\n        \/* steps *\/\n        .steps-wrapper {\n            background: #0d1424;\n            border-radius: 2rem;\n            padding: 2rem 1.5rem 1.5rem;\n            margin: 2rem 0 2.5rem;\n            border: 1px solid #1f2d4a;\n        }\n        .steps-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 1.8rem;\n            text-align: center;\n        }\n        .step-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        .step-num {\n            background: #1d2b48;\n            width: 48px;\n            height: 48px;\n            border-radius: 60px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 1.3rem;\n            color: #86aaff;\n            border: 1px solid #2d4070;\n            margin-bottom: 0.6rem;\n        }\n        .step-item h4 {\n            font-weight: 600;\n            color: #e2ecff;\n        }\n        .step-item p {\n            color: #859fc9;\n            font-size: 0.9rem;\n            margin-top: 0.2rem;\n        }\n\n        \/* contact block *\/\n        .contact-block {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            justify-content: space-between;\n            background: #0d172b;\n            border-radius: 2rem;\n            padding: 1.8rem 2rem;\n            margin: 2.5rem 0 1rem;\n            border: 1px solid #20305a;\n        }\n        .contact-block .info {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            gap: 1rem 2rem;\n        }\n        .contact-block .info i {\n            color: #3b7aff;\n            width: 1.8rem;\n            font-size: 1.2rem;\n        }\n        .contact-block .info span {\n            color: #c2d5f5;\n        }\n        .contact-block .btn-primary {\n            padding: 0.7rem 2rem;\n            font-size: 0.95rem;\n        }\n\n        \/* footer icons row *\/\n        .footer-icons {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            align-items: center;\n            margin-top: 2.5rem;\n            padding-top: 1.5rem;\n            border-top: 1px solid #1b2842;\n            gap: 1rem;\n        }\n        .footer-icons .icon-item {\n            display: flex;\n            align-items: center;\n            gap: 0.6rem;\n            color: #afc3e5;\n            font-size: 0.95rem;\n        }\n        .footer-icons .icon-item i {\n            font-size: 1.4rem;\n            color: #3b7aff;\n            width: 2rem;\n            text-align: center;\n        }\n\n        \/* misc *\/\n        .text-muted {\n            color: #7086b0;\n        }\n        .mt-1 { margin-top: 1rem; }\n        .mb-1 { margin-bottom: 0.5rem; }\n        .flex { display: flex; align-items: center; gap: 0.5rem; }\n\n        @media (max-width: 480px) {\n            .contact-block {\n                flex-direction: column;\n                align-items: flex-start;\n                gap: 1rem;\n            }\n            .footer-icons {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<div class=\"container\">\n\n    <!-- HERO -->\n    <div class=\"hero\">\n        <h1>Quality You Can Trust.<br>Warranty You Can Rely On.<\/h1>\n        <p><i class=\"fas fa-shield-alt\" style=\"color: #3b7aff; margin-right: 8px;\"><\/i> At Luminza, we stand behind the quality and performance of our projectors. Our warranty ensures peace of mind with reliable coverage and dedicated support.<\/p>\n        <div class=\"btn-group\">\n            <a href=\"#\" class=\"btn-primary\"><i class=\"fas fa-clipboard-list\"><\/i> Register Your Product<\/a>\n            <a href=\"#\" class=\"btn-outline\"><i class=\"fas fa-circle-question\"><\/i> Warranty FAQ<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- WARRANTY OVERVIEW -->\n    <h2 class=\"section-title\">Warranty Overview<\/h2>\n    <p class=\"section-sub\"><i class=\"fas fa-arrow-right\" style=\"color: #3b7aff;\"><\/i> Simple. Transparent. Hassle-Free.<\/p>\n\n    <div class=\"grid-4\">\n        <div class=\"card icon-card\">\n            <i class=\"fas fa-calendar-check\"><\/i>\n            <h3>Standard Warranty<\/h3>\n            <p>All Luminza projectors come with <strong>1 Year Standard Warranty<\/strong> from the date of purchase.<\/p>\n        <\/div>\n        <div class=\"card icon-card\">\n            <i class=\"fas fa-gem\"><\/i>\n            <h3>Premium Quality<\/h3>\n            <p>We ensure high-quality components and rigorous testing for reliable performance.<\/p>\n        <\/div>\n        <div class=\"card icon-card\">\n            <i class=\"fas fa-headset\"><\/i>\n            <h3>Dedicated Support<\/h3>\n            <p>Our support team is always here to help you with any warranty related queries.<\/p>\n        <\/div>\n        <div class=\"card icon-card\">\n            <i class=\"fas fa-rotate-right\"><\/i>\n            <h3>Easy Replacement<\/h3>\n            <p>If your product is eligible, we provide quick repair or replacement with minimal hassle.<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- COVERED \/ NOT COVERED -->\n    <div class=\"grid-2\" style=\"margin: 2rem 0;\">\n        <div class=\"card\">\n            <i class=\"fas fa-check-circle\" style=\"color: #34d399;\"><\/i>\n            <h3>What&#8217;s Covered<\/h3>\n            <ul>\n                <li>Manufacturing defects in materials or workmanship.<\/li>\n                <li>Hardware malfunctions under normal usage.<\/li>\n                <li>Power supply and internal components failure.<\/li>\n                <li>Free repair or replacement during the warranty period.<\/li>\n                <li>All parts and labour charges are covered.<\/li>\n            <\/ul>\n            <span class=\"badge-icon\"><i class=\"fas fa-shield\"><\/i> full coverage<\/span>\n        <\/div>\n        <div class=\"card\">\n            <i class=\"fas fa-xmark-circle\" style=\"color: #f87171;\"><\/i>\n            <h3>What&#8217;s Not Covered<\/h3>\n            <ul>\n                <li>Physical damage caused by misuse, accidents, or drops.<\/li>\n                <li>Damage due to water, fire, or natural disasters.<\/li>\n                <li>Unauthorized repairs or modifications.<\/li>\n                <li>Normal wear and tear of external parts.<\/li>\n                <li>Accessories (cables, remote, lens cover, etc.)<\/li>\n            <\/ul>\n            <span class=\"badge-icon\"><i class=\"fas fa-triangle-exclamation\"><\/i> exclusions<\/span>\n        <\/div>\n    <\/div>\n\n    <!-- 4 STEPS -->\n    <h2 class=\"section-title\" style=\"margin-top: 0.5rem;\">Get Support In 4 Easy Steps<\/h2>\n    <div class=\"steps-wrapper\">\n        <div class=\"steps-grid\">\n            <div class=\"step-item\">\n                <div class=\"step-num\"><i class=\"fas fa-pen-to-square\"><\/i><\/div>\n                <h4>Register Your Product<\/h4>\n                <p>Register on our website within 7 days of purchase.<\/p>\n            <\/div>\n            <div class=\"step-item\">\n                <div class=\"step-num\"><i class=\"fas fa-message\"><\/i><\/div>\n                <h4>Raise A Request<\/h4>\n                <p>Visit our support page and submit a warranty request.<\/p>\n            <\/div>\n            <div class=\"step-item\">\n                <div class=\"step-num\"><i class=\"fas fa-circle-check\"><\/i><\/div>\n                <h4>Product Verification<\/h4>\n                <p>Our team will verify your product details and issue.<\/p>\n            <\/div>\n            <div class=\"step-item\">\n                <div class=\"step-num\"><i class=\"fas fa-screwdriver-wrench\"><\/i><\/div>\n                <h4>Repair \/ Replacement<\/h4>\n                <p>If eligible, we repair or replace at no extra cost.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- IMPORTANT + HELP -->\n    <div class=\"grid-2\">\n        <div class=\"card\">\n            <i class=\"fas fa-circle-info\"><\/i>\n            <h3>Important Information<\/h3>\n            <ul>\n                <li>Warranty is valid only for the original purchaser.<\/li>\n                <li>Please keep your invoice and product serial number safe.<\/li>\n                <li>The warranty is non-transferable.<\/li>\n                <li>Warranty services are available in authorized service centers only.<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"card\">\n            <i class=\"fas fa-life-ring\"><\/i>\n            <h3>Need Help?<\/h3>\n            <p style=\"margin: 0.5rem 0 0.2rem;\"><i class=\"fas fa-envelope\" style=\"width: 1.6rem;\"><\/i> support@luminza.com<\/p>\n            <p><i class=\"fas fa-phone\" style=\"width: 1.6rem;\"><\/i> +91 9876543210<\/p>\n            <a href=\"#\" class=\"btn-primary\" style=\"display: inline-flex; margin-top: 0.8rem; padding: 0.6rem 1.8rem;\"><i class=\"fas fa-headset\"><\/i> Contact Support<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- BOTTOM CONTACT \/ SHIPPING INFO -->\n    <div class=\"contact-block\">\n        <div class=\"info\">\n            <span><i class=\"fas fa-truck-fast\"><\/i> Free Shipping on all orders<\/span>\n            <span><i class=\"fas fa-medal\"><\/i> 1 Year Warranty<\/span>\n            <span><i class=\"fas fa-rotate-left\"><\/i> 7 Days Returns Easy &#038; hassle-free<\/span>\n            <span><i class=\"fas fa-lock\"><\/i> 100% protected<\/span>\n        <\/div>\n        <div>\n            <a href=\"#\" class=\"btn-primary\" style=\"background: transparent; border: 1px solid #2563eb; padding: 0.5rem 1.6rem;\"><i class=\"fas fa-headset\"><\/i> Support<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- FOOTER ICONS (mirror image) -->\n    <div class=\"footer-icons\">\n        <div class=\"icon-item\"><i class=\"fas fa-truck\"><\/i> Free Shipping<\/div>\n        <div class=\"icon-item\"><i class=\"fas fa-clock\"><\/i> 1 Year Warranty<\/div>\n        <div class=\"icon-item\"><i class=\"fas fa-arrow-rotate-left\"><\/i> 7 Days Returns<\/div>\n        <div class=\"icon-item\"><i class=\"fas fa-credit-card\"><\/i> Secure Payment<\/div>\n        <div class=\"icon-item\"><i class=\"fas fa-circle-check\"><\/i> Hassle-free<\/div>\n    <\/div>\n\n    <!-- tiny watermark -->\n    <div style=\"text-align: center; font-size: 0.7rem; color: #2b3d62; margin-top: 2rem; letter-spacing: 1px;\">\n        <i class=\"fas fa-projector\"><\/i> Luminza \u00b7 warranty\n    <\/div>\n<\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Luminza \u00b7 Warranty Quality You Can Trust.Warranty You Can Rely On. At Luminza, we stand behind the quality and performance of our projectors. Our warranty ensures peace of mind with reliable coverage and dedicated support. Register Your Product Warranty FAQ Warranty Overview Simple. Transparent. Hassle-Free. Standard Warranty All Luminza projectors come with 1 Year Standard [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-186","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/luminzaprojector.com\/index.php\/wp-json\/wp\/v2\/pages\/186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/luminzaprojector.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/luminzaprojector.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/luminzaprojector.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/luminzaprojector.com\/index.php\/wp-json\/wp\/v2\/comments?post=186"}],"version-history":[{"count":1,"href":"https:\/\/luminzaprojector.com\/index.php\/wp-json\/wp\/v2\/pages\/186\/revisions"}],"predecessor-version":[{"id":187,"href":"https:\/\/luminzaprojector.com\/index.php\/wp-json\/wp\/v2\/pages\/186\/revisions\/187"}],"wp:attachment":[{"href":"https:\/\/luminzaprojector.com\/index.php\/wp-json\/wp\/v2\/media?parent=186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}