{"id":58,"date":"2026-06-15T12:45:04","date_gmt":"2026-06-15T12:45:04","guid":{"rendered":"https:\/\/supertroninfotech.com\/?page_id=58"},"modified":"2026-06-15T13:32:48","modified_gmt":"2026-06-15T13:32:48","slug":"launching-soon","status":"publish","type":"page","link":"https:\/\/supertroninfotech.com\/","title":{"rendered":"Launching Soon"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"58\" class=\"elementor elementor-58\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5cb07b4 e-con e-atomic-element e-flexbox-base e-824e112 \" data-id=\"5cb07b4\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"5cb07b4\" data-e-type=\"e-flexbox\" data-id=\"5cb07b4\">\n    \t\t<div class=\"elementor-element elementor-element-f869c4b elementor-widget elementor-widget-html\" data-id=\"f869c4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!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>Supertron Infotech - Coming Soon<\/title>\n<style>\n  :root{\n    --primary-blue:#0b3d91;\n    --accent-orange:#f7941d;\n    --dark-text:#1a1a1a;\n    --light-bg:#f5f7fb;\n  }\n\n  *{margin:0;padding:0;box-sizing:border-box;}\n\n  body{\n    font-family:'Segoe UI', Arial, sans-serif;\n    background:#0a1128;\n    color:#fff;\n    min-height:100vh;\n    display:flex;\n    flex-direction:column;\n  }\n\n  header{\n    background:#ffffff;\n    padding:22px 5%;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    position:relative;\n    z-index:10;\n  }\n\n  \/* ===== LOGO PLACEHOLDER =====\n     1. Upload your horizontal logo to WordPress Media Library.\n     2. Copy the image URL.\n     3. Replace the src below (\"PASTE_LOGO_URL_HERE\") with that URL.\n     4. Replace href=\"#\" with the link this logo should open.\n  *\/\n  .logo-link img{\n    max-width:260px;\n    width:100%;\n    height:auto;\n    display:block;\n  }\n\n  .hero{\n    position:relative;\n    flex:1;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    padding:80px 5%;\n    text-align:center;\n    overflow:hidden;\n    background-image:\n      linear-gradient(135deg, rgba(10,17,40,0.92) 0%, rgba(11,61,145,0.85) 100%),\n      url('https:\/\/images.unsplash.com\/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1920&q=80');\n    background-size:cover;\n    background-position:center;\n  }\n\n  .hero::before{\n    content:'';\n    position:absolute;\n    inset:0;\n    background-image:url('https:\/\/images.unsplash.com\/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1920&q=80');\n    background-size:cover;\n    background-position:center;\n    opacity:0.15;\n    mix-blend-mode:overlay;\n  }\n\n  .content-box{\n    position:relative;\n    max-width:820px;\n    z-index:2;\n  }\n\n  .badge{\n    display:inline-block;\n    background:rgba(247,148,29,0.15);\n    border:1px solid var(--accent-orange);\n    color:var(--accent-orange);\n    font-size:13px;\n    font-weight:700;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    padding:8px 22px;\n    border-radius:30px;\n    margin-bottom:25px;\n  }\n\n  h1{\n    font-size:clamp(30px, 5vw, 48px);\n    line-height:1.3;\n    margin-bottom:20px;\n    font-weight:700;\n  }\n\n  h1 span{\n    color:var(--accent-orange);\n  }\n\n  p{\n    font-size:18px;\n    line-height:1.7;\n    color:#d6deef;\n    max-width:640px;\n    margin:0 auto 15px;\n  }\n\n  .progress-bar{\n    margin:35px auto 0;\n    max-width:400px;\n    height:8px;\n    background:rgba(255,255,255,0.15);\n    border-radius:10px;\n    overflow:hidden;\n  }\n\n  .progress-fill{\n    height:100%;\n    width:35%;\n    background:linear-gradient(90deg, var(--accent-orange), #ffc56e);\n    border-radius:10px;\n  }\n\n  .tech-strip{\n    background:#fff;\n    padding:50px 5%;\n  }\n\n  .tech-strip h2{\n    text-align:center;\n    color:var(--primary-blue);\n    font-size:24px;\n    margin-bottom:30px;\n  }\n\n  .tech-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));\n    gap:20px;\n    max-width:1100px;\n    margin:0 auto;\n  }\n\n  .tech-card{\n    border-radius:12px;\n    overflow:hidden;\n    box-shadow:0 8px 25px rgba(11,61,145,0.12);\n    background:var(--light-bg);\n  }\n\n  .tech-card img{\n    width:100%;\n    height:160px;\n    object-fit:cover;\n    display:block;\n  }\n\n  .tech-card-text{\n    padding:16px 18px;\n    color:var(--dark-text);\n  }\n\n  .tech-card-text h3{\n    font-size:16px;\n    color:var(--primary-blue);\n    margin-bottom:6px;\n  }\n\n  .tech-card-text p{\n    font-size:14px;\n    color:#666;\n    margin:0;\n  }\n\n  footer{\n    text-align:center;\n    padding:25px 5%;\n    font-size:14px;\n    color:#9aa6c4;\n    background:#0a1128;\n    border-top:1px solid rgba(255,255,255,0.08);\n  }\n\n  footer a{\n    color:var(--accent-orange);\n    text-decoration:none;\n    font-weight:600;\n  }\n\n  @media (max-width:600px){\n    .hero{padding:60px 5%;}\n  }\n<\/style>\n<\/head>\n<body>\n\n  <header>\n    <a href=\"#\" class=\"logo-link\" target=\"_blank\" rel=\"noopener\">\n      <img decoding=\"async\" src=\"http:\/\/supertroninfotech.com\/wp-content\/uploads\/2026\/06\/supertron-logo-colored.png\" alt=\"Supertron Infotech Logo\">\n    <\/a>\n  <\/header>\n\n  <section class=\"hero\">\n    <div class=\"content-box\">\n      <span class=\"badge\">Coming Soon<\/span>\n      <h1>Something New is <span>On the Horizon<\/span><\/h1>\n      <p>\n        Supertron Infotech is reimagining its digital presence \u2014 with greater capability,\n        smarter structure, and richer content designed around our cloud, SaaS, and\n        digital transformation solutions across the EMEA region.\n      <\/p>\n      <p>\n        Stay tuned as we bring a sharper, more dynamic experience to our partners and customers.\n      <\/p>\n      <div class=\"progress-bar\">\n        <div class=\"progress-fill\"><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"tech-strip\">\n    <h2>Powering Digital Transformation<\/h2>\n    <div class=\"tech-grid\">\n      <div class=\"tech-card\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=600&q=80\" alt=\"Cloud computing\">\n        <div class=\"tech-card-text\">\n          <h3>Cloud Solutions<\/h3>\n          <p>Scalable, secure infrastructure for modern businesses.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1563770660941-20978e870e26?auto=format&fit=crop&w=600&q=80\" alt=\"Cybersecurity\">\n        <div class=\"tech-card-text\">\n          <h3>Security & SaaS<\/h3>\n          <p>Robust protection paired with cutting-edge SaaS tools.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"tech-card\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=600&q=80\" alt=\"Global connectivity\">\n        <div class=\"tech-card-text\">\n          <h3>Global Connectivity<\/h3>\n          <p>Connecting businesses across the EMEA region.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <footer>\n    &copy; 2026 Supertron Infotech, a division of <a href=\"https:\/\/www.supertronindia.com\" target=\"_blank\" rel=\"noopener\">Supertron Electronics<\/a>. All rights reserved.\n  <\/footer>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Supertron Infotech &#8211; Coming Soon Coming Soon Something New is On the Horizon Supertron Infotech is reimagining its digital presence \u2014 with greater capability, smarter structure, and richer content designed around our cloud, SaaS, and digital transformation solutions across the EMEA region. Stay tuned as we bring a sharper, more dynamic experience to our partners [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-58","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/supertroninfotech.com\/index.php?rest_route=\/wp\/v2\/pages\/58","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/supertroninfotech.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/supertroninfotech.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/supertroninfotech.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/supertroninfotech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=58"}],"version-history":[{"count":7,"href":"https:\/\/supertroninfotech.com\/index.php?rest_route=\/wp\/v2\/pages\/58\/revisions"}],"predecessor-version":[{"id":69,"href":"https:\/\/supertroninfotech.com\/index.php?rest_route=\/wp\/v2\/pages\/58\/revisions\/69"}],"wp:attachment":[{"href":"https:\/\/supertroninfotech.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=58"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}