{"id":20,"date":"2026-08-14T15:17:35","date_gmt":"2026-08-14T15:17:35","guid":{"rendered":"https:\/\/doubletech2u.com\/?page_id=20"},"modified":"2026-08-14T16:03:32","modified_gmt":"2026-08-14T16:03:32","slug":"coming-soon","status":"publish","type":"page","link":"https:\/\/doubletech2u.com\/","title":{"rendered":"Coming Soon"},"content":{"rendered":"<main id='bde-main'><section class=\"bde-section-20-100 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-code-block-20-101 bde-code-block\">\n\n  <div class=\"dte-coming-soon\">\n\n    <!-- Decorative Background -->\n    <div class=\"dte-ambient dte-ambient-left\"><\/div>\n    <div class=\"dte-ambient dte-ambient-right\"><\/div>\n    <div class=\"dte-lines\"><\/div>\n\n    <main class=\"dte-content\">\n\n        <!-- BRAND -->\n        <div class=\"dte-brand\">\n            DOUBLE TECH ENTERPRISE\n        <\/div>\n\n        <!-- STATUS -->\n        <div class=\"dte-progress-status\">\n\n            <span class=\"dte-progress-status-text\">\n                Website development in progress\n            <\/span>\n\n            <span class=\"dte-progress-status-line\">\n\n                <span class=\"dte-progress-status-line-fill\"><\/span>\n\n            <\/span>\n\n        <\/div>\n\n        <!-- HERO -->\n        <h1 class=\"dte-heading\">\n\n            <span class=\"dte-heading-white\">\n                We're Building\n            <\/span>\n\n            <span class=\"dte-heading-accent\">\n                Something Better.\n            <\/span>\n\n        <\/h1>\n\n        <!-- DESCRIPTION -->\n        <p class=\"dte-description\">\n            Our new website is currently under development.\n            We're working on a faster, cleaner and better digital experience.\n        <\/p>\n\n        <!-- COMING SOON -->\n        <div class=\"dte-coming-label\">\n            COMING SOON\n        <\/div>\n\n        <!-- DIVIDER -->\n        <div class=\"dte-divider\">\n            <span><\/span>\n        <\/div>\n\n        <!-- ENQUIRIES -->\n        <div class=\"dte-enquiries\">\n\n            <p class=\"dte-enquiries-title\">\n                FOR ENQUIRIES\n            <\/p>\n\n            <div class=\"dte-contact-list\">\n\n                <a\n                    href=\"https:\/\/wa.me\/60126942545\"\n                    target=\"_blank\"\n                    rel=\"noopener noreferrer\"\n                    class=\"dte-contact-name\"\n                    aria-label=\"WhatsApp En Yus\"\n                >\n                    En Yus\n                <\/a>\n\n                <span class=\"dte-contact-separator\">\/<\/span>\n\n                <a\n                    href=\"https:\/\/wa.me\/60175454020\"\n                    target=\"_blank\"\n                    rel=\"noopener noreferrer\"\n                    class=\"dte-contact-name\"\n                    aria-label=\"WhatsApp Pn Marida\"\n                >\n                    Pn Marida\n                <\/a>\n\n                <span class=\"dte-contact-separator\">\/<\/span>\n\n                <a\n                    href=\"https:\/\/wa.me\/60133727250\"\n                    target=\"_blank\"\n                    rel=\"noopener noreferrer\"\n                    class=\"dte-contact-name\"\n                    aria-label=\"WhatsApp En Alif\"\n                >\n                    En Alif\n                <\/a>\n\n            <\/div>\n\n            <!-- EMAIL -->\n            <a\n                href=\"mailto:double2_tech@yahoo.com.my\"\n                class=\"dte-email-link\"\n                aria-label=\"Email Double Tech Enterprise\"\n            >\n                Email Us\n                <span class=\"dte-email-arrow\">\u2197<\/span>\n            <\/a>\n\n        <\/div>\n\n    <\/main>\n\n    <!-- FOOTER -->\n    <footer class=\"dte-footer\">\n\n        <span>\n            \u00a9 <span id=\"dte-year\"><\/span> Double Tech Enterprise\n        <\/span>\n\n        <span class=\"dte-footer-separator\">\u2014<\/span>\n\n        <span>\n            Malaysia\n        <\/span>\n\n    <\/footer>\n\n<\/div>\n\n\n<style>\n\n\/* ==========================================================\n   BREAKDANCE FULL WIDTH FIX\n========================================================== *\/\n\n.dte-coming-soon {\n\n    width: 100vw !important;\n    max-width: none !important;\n\n    margin-left: calc(50% - 50vw) !important;\n    margin-right: calc(50% - 50vw) !important;\n\n}\n\n\n\/* ==========================================================\n   GLOBAL\n========================================================== *\/\n\n.dte-coming-soon,\n.dte-coming-soon * {\n\n    box-sizing: border-box;\n\n}\n\n.dte-coming-soon {\n\n    --dte-bg: #05070a;\n\n    --dte-text: #ffffff;\n\n    --dte-muted:\n        rgba(255,255,255,.56);\n\n    --dte-soft:\n        rgba(255,255,255,.32);\n\n    --dte-green:\n        #30d17d;\n\n    --dte-blue:\n        #63c7ff;\n\n\n    position: relative;\n\n\n    min-height: 100vh;\n    min-height: 100svh;\n\n\n    display: flex;\n\n    flex-direction: column;\n\n    align-items: center;\n\n    justify-content: center;\n\n\n    padding:\n\n        72px\n        32px\n        86px;\n\n\n    overflow: hidden;\n\n\n    background:\n\n        radial-gradient(\n            circle at 12% 10%,\n            rgba(34,76,170,.16),\n            transparent 30%\n        ),\n\n        radial-gradient(\n            circle at 88% 92%,\n            rgba(19,120,135,.08),\n            transparent 26%\n        ),\n\n        var(--dte-bg);\n\n\n    color: var(--dte-text);\n\n\n    font-family:\n\n        Inter,\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        Roboto,\n        Helvetica,\n        Arial,\n        sans-serif;\n\n\n    isolation: isolate;\n\n}\n\n\n\/* ==========================================================\n   AMBIENT LIGHTING\n========================================================== *\/\n\n.dte-ambient {\n\n    position: absolute;\n\n\n    width: 520px;\n\n    height: 520px;\n\n\n    border-radius: 50%;\n\n\n    filter:\n        blur(150px);\n\n\n    opacity: .11;\n\n\n    pointer-events: none;\n\n\n    z-index: -3;\n\n}\n\n.dte-ambient-left {\n\n    top: -280px;\n\n    left: -220px;\n\n\n    background:\n        #2459ff;\n\n}\n\n.dte-ambient-right {\n\n    right: -240px;\n\n    bottom: -300px;\n\n\n    background:\n        #00a5a8;\n\n}\n\n\n\/* ==========================================================\n   BACKGROUND STRUCTURAL LINES\n========================================================== *\/\n\n.dte-lines {\n\n    position: absolute;\n\n    inset: 0;\n\n\n    z-index: -2;\n\n\n    opacity: .48;\n\n\n    background-image:\n\n        linear-gradient(\n            90deg,\n\n            transparent 0%,\n\n            transparent 14%,\n\n            rgba(255,255,255,.035) 14.1%,\n\n            transparent 14.2%,\n\n            transparent 50%,\n\n            rgba(255,255,255,.025) 50.1%,\n\n            transparent 50.2%,\n\n            transparent 86%,\n\n            rgba(255,255,255,.035) 86.1%,\n\n            transparent 86.2%\n        );\n\n\n    pointer-events: none;\n\n}\n\n\n\/* ==========================================================\n   MAIN CONTENT\n========================================================== *\/\n\n.dte-content {\n\n    position: relative;\n\n\n    z-index: 2;\n\n\n    width: 100%;\n\n    max-width: 1180px;\n\n\n    margin: 0 auto;\n\n\n    display: flex;\n\n    flex-direction: column;\n\n    align-items: center;\n\n\n    text-align: center;\n\n}\n\n\n\/* ==========================================================\n   BRAND\n========================================================== *\/\n\n.dte-brand {\n\n    margin-bottom:\n        54px;\n\n\n    color:\n        rgba(255,255,255,.78);\n\n\n    font-size:\n        13px;\n\n\n    font-weight:\n        600;\n\n\n    line-height:\n        1;\n\n\n    letter-spacing:\n        4.5px;\n\n\n    text-transform:\n        uppercase;\n\n}\n\n\n\/* ==========================================================\n   DEVELOPMENT STATUS\n========================================================== *\/\n\n.dte-progress-status {\n\n    width:\n        fit-content;\n\n\n    margin:\n\n        0\n        auto\n        35px;\n\n\n    display:\n        flex;\n\n\n    flex-direction:\n        column;\n\n\n    align-items:\n        flex-start;\n\n\n    gap:\n        10px;\n\n}\n\n\n.dte-progress-status-text {\n\n    color:\n        rgba(255,255,255,.62);\n\n\n    font-size:\n        13px;\n\n\n    font-weight:\n        500;\n\n\n    line-height:\n        1.4;\n\n\n    letter-spacing:\n        .15px;\n\n}\n\n\n\/* STATIC TRACK *\/\n\n.dte-progress-status-line {\n\n    position:\n        relative;\n\n\n    display:\n        block;\n\n\n    width:\n        100%;\n\n\n    height:\n        2px;\n\n\n    overflow:\n        hidden;\n\n\n    border-radius:\n        100px;\n\n\n    background:\n\n        rgba(255,255,255,.09);\n\n}\n\n\n\/* MOVING GREEN LIGHT *\/\n\n.dte-progress-status-line-fill {\n\n    position:\n        absolute;\n\n\n    top:\n        0;\n\n\n    left:\n        0;\n\n\n    width:\n        45%;\n\n\n    height:\n        100%;\n\n\n    border-radius:\n        inherit;\n\n\n    background:\n\n        linear-gradient(\n            90deg,\n\n            transparent 0%,\n\n            rgba(48,209,125,.30) 20%,\n\n            rgba(48,209,125,.85) 50%,\n\n            #78f2ad 65%,\n\n            rgba(48,209,125,.50) 82%,\n\n            transparent 100%\n        );\n\n\n    box-shadow:\n\n        0 0 8px\n        rgba(48,209,125,.32);\n\n\n    transform:\n        translate3d(-110%,0,0);\n\n\n    -webkit-transform:\n        translate3d(-110%,0,0);\n\n\n    animation:\n\n        dteStatusSweep\n        2.8s\n        cubic-bezier(.55,.05,.35,.95)\n        infinite;\n\n\n    -webkit-animation:\n\n        dteStatusSweep\n        2.8s\n        cubic-bezier(.55,.05,.35,.95)\n        infinite;\n\n\n    will-change:\n        transform;\n\n\n    backface-visibility:\n        hidden;\n\n\n    -webkit-backface-visibility:\n        hidden;\n\n}\n\n\n\/* ==========================================================\n   HERO\n========================================================== *\/\n\n.dte-heading {\n\n    width:\n        100%;\n\n\n    max-width:\n        1100px;\n\n\n    margin:\n        0 !important;\n\n\n    padding:\n        0 !important;\n\n\n    display:\n        flex;\n\n\n    flex-direction:\n        column;\n\n\n    align-items:\n        center;\n\n\n    font-family:\n\n        Inter,\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        sans-serif !important;\n\n\n    font-size:\n\n        clamp(\n            58px,\n            7.25vw,\n            108px\n        ) !important;\n\n\n    font-weight:\n        680 !important;\n\n\n    line-height:\n        .95 !important;\n\n\n    letter-spacing:\n        -5.5px !important;\n\n\n    text-align:\n        center !important;\n\n\n    text-transform:\n        none !important;\n\n\n    color:\n        #ffffff !important;\n\n\n    background:\n        none !important;\n\n\n    -webkit-text-fill-color:\n        #ffffff !important;\n\n}\n\n\n.dte-heading-white {\n\n    display:\n        block;\n\n\n    width:\n        100%;\n\n\n    color:\n        #ffffff !important;\n\n\n    background:\n        none !important;\n\n\n    opacity:\n        .98;\n\n\n    -webkit-text-fill-color:\n        #ffffff !important;\n\n}\n\n\n.dte-heading-accent {\n\n    display:\n        block;\n\n\n    width:\n        100%;\n\n\n    background:\n\n        linear-gradient(\n            90deg,\n\n            #ffffff 0%,\n\n            #d8f1ff 22%,\n\n            #8bd3ff 58%,\n\n            #4e9cff 100%\n        ) !important;\n\n\n    background-clip:\n        text !important;\n\n\n    -webkit-background-clip:\n        text !important;\n\n\n    color:\n        transparent !important;\n\n\n    -webkit-text-fill-color:\n        transparent !important;\n\n}\n\n\n\/* ==========================================================\n   DESCRIPTION\n========================================================== *\/\n\n.dte-description {\n\n    width:\n        100%;\n\n\n    max-width:\n        690px;\n\n\n    margin:\n\n        34px\n        auto\n        0 !important;\n\n\n    padding:\n        0 !important;\n\n\n    color:\n        var(--dte-muted) !important;\n\n\n    font-size:\n        16px !important;\n\n\n    font-weight:\n        400 !important;\n\n\n    line-height:\n        1.78 !important;\n\n\n    text-align:\n        center !important;\n\n}\n\n\n\/* ==========================================================\n   COMING SOON\n========================================================== *\/\n\n.dte-coming-label {\n\n    margin-top:\n        44px;\n\n\n    color:\n        rgba(255,255,255,.78);\n\n\n    font-size:\n        11px;\n\n\n    font-weight:\n        650;\n\n\n    line-height:\n        1;\n\n\n    letter-spacing:\n        6px;\n\n}\n\n\n\/* ==========================================================\n   DIVIDER\n========================================================== *\/\n\n.dte-divider {\n\n    width:\n        100%;\n\n\n    max-width:\n        380px;\n\n\n    margin-top:\n        26px;\n\n}\n\n\n.dte-divider span {\n\n    display:\n        block;\n\n\n    width:\n        100%;\n\n\n    height:\n        1px;\n\n\n    background:\n\n        linear-gradient(\n            90deg,\n\n            transparent,\n\n            rgba(255,255,255,.13),\n\n            transparent\n        );\n\n}\n\n\n\/* ==========================================================\n   ENQUIRIES\n========================================================== *\/\n\n.dte-enquiries {\n\n    width:\n        100%;\n\n\n    margin-top:\n        34px;\n\n\n    display:\n        flex;\n\n\n    flex-direction:\n        column;\n\n\n    align-items:\n        center;\n\n}\n\n\n.dte-enquiries-title {\n\n    margin:\n\n        0\n        0\n        14px !important;\n\n\n    padding:\n        0 !important;\n\n\n    color:\n        rgba(255,255,255,.31) !important;\n\n\n    font-size:\n        10px !important;\n\n\n    font-weight:\n        700 !important;\n\n\n    line-height:\n        1 !important;\n\n\n    letter-spacing:\n        3px;\n\n}\n\n\n\/* ==========================================================\n   CONTACTS\n========================================================== *\/\n\n.dte-contact-list {\n\n    display:\n        flex;\n\n\n    align-items:\n        center;\n\n\n    justify-content:\n        center;\n\n\n    flex-wrap:\n        wrap;\n\n\n    gap:\n        13px;\n\n}\n\n\n.dte-contact-name {\n\n    color:\n        rgba(255,255,255,.76) !important;\n\n\n    font-size:\n        13px;\n\n\n    font-weight:\n        500;\n\n\n    line-height:\n        1.4;\n\n\n    text-decoration:\n        none !important;\n\n\n    transition:\n\n        color\n        .22s\n        ease;\n\n}\n\n\n.dte-contact-name:hover {\n\n    color:\n        #ffffff !important;\n\n}\n\n\n.dte-contact-separator {\n\n    color:\n        rgba(255,255,255,.16);\n\n\n    font-size:\n        11px;\n\n\n    transform:\n        translateY(-1px);\n\n}\n\n\n\/* ==========================================================\n   EMAIL\n========================================================== *\/\n\n.dte-email-link {\n\n    display:\n        inline-flex;\n\n\n    align-items:\n        center;\n\n\n    gap:\n        7px;\n\n\n    margin-top:\n        21px;\n\n\n    color:\n        rgba(255,255,255,.72) !important;\n\n\n    font-size:\n        12px;\n\n\n    font-weight:\n        600;\n\n\n    line-height:\n        1;\n\n\n    letter-spacing:\n        .25px;\n\n\n    text-decoration:\n        none !important;\n\n\n    transition:\n\n        color\n        .22s\n        ease;\n\n}\n\n\n.dte-email-link:hover {\n\n    color:\n        #ffffff !important;\n\n}\n\n\n.dte-email-arrow {\n\n    display:\n        inline-block;\n\n\n    font-size:\n        11px;\n\n\n    opacity:\n        .55;\n\n\n    transition:\n\n        transform\n        .22s\n        ease,\n\n        opacity\n        .22s\n        ease;\n\n}\n\n\n.dte-email-link:hover\n.dte-email-arrow {\n\n    opacity:\n        1;\n\n\n    transform:\n        translate(2px,-2px);\n\n}\n\n\n\/* ==========================================================\n   FOCUS\n========================================================== *\/\n\n.dte-contact-name:focus-visible,\n.dte-email-link:focus-visible {\n\n    outline:\n\n        2px solid\n        rgba(99,199,255,.72);\n\n\n    outline-offset:\n        4px;\n\n}\n\n\n\/* ==========================================================\n   FOOTER\n========================================================== *\/\n\n.dte-footer {\n\n    position:\n        absolute;\n\n\n    left:\n        0;\n\n\n    bottom:\n        26px;\n\n\n    width:\n        100%;\n\n\n    display:\n        flex;\n\n\n    align-items:\n        center;\n\n\n    justify-content:\n        center;\n\n\n    gap:\n        10px;\n\n\n    padding:\n        0 20px;\n\n\n    color:\n        rgba(255,255,255,.25);\n\n\n    font-size:\n        10px;\n\n\n    line-height:\n        1.4;\n\n\n    letter-spacing:\n        .4px;\n\n\n    z-index:\n        2;\n\n}\n\n\n.dte-footer-separator {\n\n    color:\n        rgba(255,255,255,.12);\n\n}\n\n\n\/* ==========================================================\n   ANIMATION\n========================================================== *\/\n\n@keyframes dteStatusSweep {\n\n    0% {\n\n        transform:\n            translate3d(-110%,0,0);\n\n    }\n\n\n    50% {\n\n        transform:\n            translate3d(115%,0,0);\n\n    }\n\n\n    100% {\n\n        transform:\n            translate3d(245%,0,0);\n\n    }\n\n}\n\n\n@-webkit-keyframes dteStatusSweep {\n\n    0% {\n\n        -webkit-transform:\n            translate3d(-110%,0,0);\n\n    }\n\n\n    50% {\n\n        -webkit-transform:\n            translate3d(115%,0,0);\n\n    }\n\n\n    100% {\n\n        -webkit-transform:\n            translate3d(245%,0,0);\n\n    }\n\n}\n\n\n\/* ==========================================================\n   TABLET\n========================================================== *\/\n\n@media (max-width: 991px) {\n\n    .dte-heading {\n\n        font-size:\n\n            clamp(\n                54px,\n                9vw,\n                86px\n            ) !important;\n\n\n        letter-spacing:\n            -4px !important;\n\n    }\n\n}\n\n\n\/* ==========================================================\n   MOBILE\n========================================================== *\/\n\n@media (max-width: 767px) {\n\n    .dte-coming-soon {\n\n        justify-content:\n            center;\n\n\n        padding:\n\n            52px\n            20px\n            84px;\n\n    }\n\n\n    .dte-brand {\n\n        margin-bottom:\n            38px;\n\n\n        font-size:\n            10px;\n\n\n        letter-spacing:\n            3px;\n\n    }\n\n\n    .dte-progress-status {\n\n        margin-bottom:\n            29px;\n\n\n        gap:\n            8px;\n\n    }\n\n\n    .dte-progress-status-text {\n\n        font-size:\n            11px;\n\n    }\n\n\n    .dte-progress-status-line {\n\n        height:\n            2px;\n\n    }\n\n\n    .dte-heading {\n\n        font-size:\n\n            clamp(\n                46px,\n                13vw,\n                66px\n            ) !important;\n\n\n        line-height:\n            .98 !important;\n\n\n        letter-spacing:\n            -3px !important;\n\n    }\n\n\n    .dte-description {\n\n        max-width:\n            520px;\n\n\n        margin-top:\n            25px !important;\n\n\n        font-size:\n            14px !important;\n\n\n        line-height:\n            1.72 !important;\n\n    }\n\n\n    .dte-coming-label {\n\n        margin-top:\n            34px;\n\n\n        font-size:\n            9px;\n\n\n        letter-spacing:\n            5px;\n\n    }\n\n\n    .dte-divider {\n\n        max-width:\n            290px;\n\n\n        margin-top:\n            22px;\n\n    }\n\n\n    .dte-enquiries {\n\n        margin-top:\n            29px;\n\n    }\n\n\n    .dte-contact-list {\n\n        gap:\n            8px;\n\n    }\n\n\n    .dte-contact-name {\n\n        font-size:\n            12px;\n\n    }\n\n\n    .dte-contact-separator {\n\n        font-size:\n            9px;\n\n    }\n\n\n    .dte-email-link {\n\n        margin-top:\n            18px;\n\n\n        font-size:\n            11px;\n\n    }\n\n\n    .dte-footer {\n\n        bottom:\n            19px;\n\n\n        font-size:\n            9px;\n\n    }\n\n}\n\n\n\/* ==========================================================\n   SMALL MOBILE\n========================================================== *\/\n\n@media (max-width: 420px) {\n\n    .dte-coming-soon {\n\n        padding-left:\n            18px;\n\n\n        padding-right:\n            18px;\n\n    }\n\n\n    .dte-brand {\n\n        font-size:\n            9px;\n\n\n        letter-spacing:\n            2.5px;\n\n    }\n\n\n    .dte-heading {\n\n        font-size:\n            43px !important;\n\n\n        letter-spacing:\n            -2.4px !important;\n\n    }\n\n\n    .dte-description {\n\n        font-size:\n            13px !important;\n\n    }\n\n\n    .dte-contact-list {\n\n        max-width:\n            300px;\n\n    }\n\n}\n\n<\/style>\n\n\n<script>\n\ndocument.addEventListener(\n    \"DOMContentLoaded\",\n    function () {\n\n        const year =\n            document.getElementById(\n                \"dte-year\"\n            );\n\n        if (year) {\n\n            year.textContent =\n                new Date().getFullYear();\n\n        }\n\n    }\n);\n\n<\/script>\n\n\n<\/div><\/div>\n<\/section><\/main>","protected":false},"excerpt":{"rendered":"<p>DOUBLE TECH ENTERPRISE Website development in progress We&#8217;re Building Something Better. Our new website is currently under development. We&#8217;re working on a faster, cleaner and better digital experience. COMING SOON FOR ENQUIRIES En Yus \/ Pn Marida \/ En Alif Email Us \u2197 \u00a9 Double Tech Enterprise \u2014 Malaysia<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_breakdance_hide_in_design_set":false,"_breakdance_tags":"","footnotes":""},"class_list":["post-20","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Coming Soon - Double Tech Enterprise<\/title>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Coming Soon - Double Tech Enterprise\" \/>\n<meta property=\"og:description\" content=\"DOUBLE TECH ENTERPRISE Website development in progress We&#039;re Building Something Better. Our new website is currently under development. We&#039;re working on a faster, cleaner and better digital experience. COMING SOON FOR ENQUIRIES En Yus \/ Pn Marida \/ En Alif Email Us \u2197 \u00a9 Double Tech Enterprise \u2014 Malaysia\" \/>\n<meta property=\"og:url\" content=\"https:\/\/doubletech2u.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Double Tech Enterprise\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-14T16:03:32+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/doubletech2u.com\\\/\",\"url\":\"https:\\\/\\\/doubletech2u.com\\\/\",\"name\":\"Coming Soon - Double Tech Enterprise\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/doubletech2u.com\\\/#website\"},\"datePublished\":\"2026-08-14T15:17:35+00:00\",\"dateModified\":\"2026-08-14T16:03:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/doubletech2u.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/doubletech2u.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/doubletech2u.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/doubletech2u.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Coming Soon\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/doubletech2u.com\\\/#website\",\"url\":\"https:\\\/\\\/doubletech2u.com\\\/\",\"name\":\"Double Tech Enterprise\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/doubletech2u.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Coming Soon - Double Tech Enterprise","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_US","og_type":"article","og_title":"Coming Soon - Double Tech Enterprise","og_description":"DOUBLE TECH ENTERPRISE Website development in progress We're Building Something Better. Our new website is currently under development. We're working on a faster, cleaner and better digital experience. COMING SOON FOR ENQUIRIES En Yus \/ Pn Marida \/ En Alif Email Us \u2197 \u00a9 Double Tech Enterprise \u2014 Malaysia","og_url":"https:\/\/doubletech2u.com\/","og_site_name":"Double Tech Enterprise","article_modified_time":"2026-08-14T16:03:32+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/doubletech2u.com\/","url":"https:\/\/doubletech2u.com\/","name":"Coming Soon - Double Tech Enterprise","isPartOf":{"@id":"https:\/\/doubletech2u.com\/#website"},"datePublished":"2026-08-14T15:17:35+00:00","dateModified":"2026-08-14T16:03:32+00:00","breadcrumb":{"@id":"https:\/\/doubletech2u.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/doubletech2u.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/doubletech2u.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/doubletech2u.com\/"},{"@type":"ListItem","position":2,"name":"Coming Soon"}]},{"@type":"WebSite","@id":"https:\/\/doubletech2u.com\/#website","url":"https:\/\/doubletech2u.com\/","name":"Double Tech Enterprise","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/doubletech2u.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/doubletech2u.com\/wp-json\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/doubletech2u.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/doubletech2u.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/doubletech2u.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/doubletech2u.com\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":5,"href":"https:\/\/doubletech2u.com\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":25,"href":"https:\/\/doubletech2u.com\/wp-json\/wp\/v2\/pages\/20\/revisions\/25"}],"wp:attachment":[{"href":"https:\/\/doubletech2u.com\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}