{"id":61595,"date":"2025-10-07T17:06:15","date_gmt":"2025-10-07T11:36:15","guid":{"rendered":"https:\/\/caronphone.com\/news\/?p=61595"},"modified":"2025-10-08T15:31:00","modified_gmt":"2025-10-08T10:01:00","slug":"nissan-tekton-design-revealed-to-be-launched-by-april-2026","status":"publish","type":"post","link":"https:\/\/caronphone.com\/news\/nissan-tekton-design-revealed-to-be-launched-by-april-2026\/","title":{"rendered":"Nissan Tekton Design Revealed, to be Launched by April 2026."},"content":{"rendered":"<div class=\"clean-word-content\"><p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-full wp-image-61602\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Nissan-Tekton-Design-cover.webp\" alt=\"Nissan Tekton Design cover\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Nissan-Tekton-Design-cover.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Nissan-Tekton-Design-cover-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Nissan-Tekton-Design-cover-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Nissan-Tekton-Design-cover-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Nissan-Tekton-Design-cover-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p><span data-contrast=\"auto\">Nissan has officially unveiled its upcoming C segment SUV the <a href=\"https:\/\/caronphone.com\/nissan-cars\">Nissan<\/a> Tekton marking a significant step in the brand&#8217;s strategy to expand its product portfolio in India. Scheduled for launch between April and June 2026 the <a href=\"https:\/\/caronphone.com\/nissan-cars\/tekton\">Tekton<\/a> is designed to compete with popular models like the Hyundai Creta and Kia Seltos. Built on the CMF B platform shared with the upcoming Renault Duster the Tekton will be manufactured locally at Nissan&#8217;s Chennai facility ensuring better pricing and availability for Indian cust<\/span><span data-contrast=\"auto\">omers<\/span><\/p>    <div id=\"ad-1779802623-2rtuAp-container\"\r\n         class=\"comman-ads-container\"\r\n         style=\"position: relative; width: 100%; max-width: 728px; min-height: 50px; margin: 10px auto; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\r\n\r\n        <!-- Loader -->\r\n        <div class=\"comman-ads-loader\" style=\"position: absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:2;flex-direction: column;\">\r\n            <div style=\"width:32px; height:32px; border:3px solid #e5e7eb; border-top:3px solid #9ca3af; border-radius:50%; animation: spin 1s linear infinite;\"><\/div>\r\n            <span style=\"background-color: white;border: 1px solid #d1d5db;border-radius: 4px;padding: 2px 8px;font-size: 9px;color: #6b7280;font-weight: 600;letter-spacing: 1px;text-transform: uppercase;\">AD<\/span>\r\n        <\/div>\r\n\r\n        <!-- AdSense Ad -->\r\n        <ins class=\"adsbygoogle\"\r\n             id=\"ad-1779802623-2rtuAp\"\r\n             style=\"display:inline-block; width:728px; height:90px; background: transparent;\"\r\n             data-ad-client=\"ca-pub-8418398772512966\"\r\n             data-ad-slot=\"8897589148\"><\/ins>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function(){\r\n            const container = document.getElementById('ad-1779802623-2rtuAp-container');\r\n            const ad = document.getElementById('ad-1779802623-2rtuAp');\r\n            const loader = container.querySelector('.comman-ads-loader');\r\n            const sizeWeb = [728, 90];\r\n            const sizeMobile = [320, 50];\r\n            const breakpoint = 768;\r\n\r\n            \/\/ Load AdSense script if not already loaded\r\n            if (!document.querySelector('script[src*=\"adsbygoogle\"]')) {\r\n                const script = document.createElement('script');\r\n                script.async = true;\r\n                script.src = 'https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js';\r\n                script.crossOrigin = 'anonymous';\r\n                script.setAttribute('data-ad-client', 'ca-pub-8418398772512966');\r\n                document.head.appendChild(script);\r\n            }\r\n\r\n            \/\/ Function to switch sizes based on viewport\r\n            function updateAdSize() {\r\n                const isMobile = window.innerWidth <= breakpoint;\r\n                const currentSize = isMobile ? sizeMobile : sizeWeb;\r\n                ad.style.width = currentSize[0] + 'px';\r\n                ad.style.height = currentSize[1] + 'px';\r\n                container.style.maxWidth = currentSize[0] + 'px';\r\n                container.style.height = currentSize[1] + 'px';\r\n            }\r\n\r\n            updateAdSize();\r\n            window.addEventListener('resize', updateAdSize);\r\n\r\n             \/\/ Push Ad with safety check\r\n            function pushAd() {\r\n                try {\r\n                    const uninitializedAds = document.querySelectorAll('.adsbygoogle:not([data-adsbygoogle-status])');\r\n                    if (uninitializedAds.length > 0) {\r\n                        (adsbygoogle = window.adsbygoogle || []).push({});\r\n                    }\r\n                } catch(e) {\r\n                    console.warn('AdSense push failed', e);\r\n                    container.style.display = 'none'; \/\/ hide on error\r\n                }\r\n            }\r\n\r\n            pushAd();\r\n\r\n            \/\/ Check if ad loaded successfully\r\n            let checks = 0;\r\n            const interval = setInterval(() => {\r\n                const iframe = ad.querySelector('iframe');\r\n                if ((iframe && iframe.offsetHeight > 0) || ad.innerHTML.trim().length > 200) {\r\n                    loader.style.display = 'none'; \/\/ hide loader\r\n                    clearInterval(interval);\r\n                }\r\n                checks++;\r\n                if (checks > 16) { \/\/ after 8s hide\r\n                    loader.style.display = 'none';\r\n                    clearInterval(interval);\r\n                }\r\n            }, 1000);\r\n\r\n        })();\r\n    <\/script>\r\n\r\n    <style>\r\n        @keyframes spin { 100% { transform: rotate(360deg); } }\r\n    <\/style>\r\n     <h2><b><span data-contrast=\"auto\">Nissan Tekton<\/span><\/b><span data-contrast=\"auto\"> <\/span><b><span data-contrast=\"auto\">Design and Exterior Features<\/span><\/b><\/h2> \n<div class=\"cop-slider-container cop-slider-full-width\" data-slider-id=\"61609\">\n    <div class=\"slick-slider-inner\">\n                    <div class=\"slider-item\" data-caption=\"\">\n                <img decoding=\"async\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/nissan-front-view.webp\" alt=\"\" title=\"\">\n                            <\/div>\n                    <div class=\"slider-item\" data-caption=\"\">\n                <img decoding=\"async\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/download-4-1.webp\" alt=\"\" title=\"\">\n                            <\/div>\n                    <div class=\"slider-item\" data-caption=\"\">\n                <img decoding=\"async\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/nissan-rear-view.webp\" alt=\"\" title=\"\">\n                            <\/div>\n            <\/div>\n<\/div>\n <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"3\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Bold Front Design<\/span><\/b><span data-contrast=\"auto\">&#8211;<\/span><span data-contrast=\"auto\">The Nissan Tekton features a wide grille with the Nissan logo at the center, flanked by connect<\/span><span data-contrast=\"auto\">ed LED DRLs and sleek LED headlights<\/span><\/li> <li data-aria-posinset=\"4\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Muscular Side Profile<\/span><\/b><span data-contrast=\"auto\">-The <a href=\"https:\/\/caronphone.com\/advanced-search?carTypes=SUV\">SUV<\/a> showcases squared off wheel arches, pronounced ridges on the bonnet, and functional roof rails contributing to its rugged stance<\/span><\/li> <li data-aria-posinset=\"5\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Rear Styling<\/span><\/b><span data-contrast=\"auto\">-The rear is highlighted by an extended roof spoiler, connected taillamps with an inverted C shaped design and thick body cladding, enhancing its bold appearance <\/span><\/li> <\/ul> <h2><b><span data-contrast=\"auto\">Nissan Tekton<\/span><\/b><span data-contrast=\"auto\"> <\/span><b><span data-contrast=\"auto\">Platform and Powertrain<\/span><\/b><\/h2> <p><span data-contrast=\"auto\">CMF-B Platform-The Nissan Tekton is built on the CMF-B platform shared with the upcoming Renault Duster, ensuring a solid foundation and modern architecture<\/span><\/p> <p><span data-contrast=\"auto\">Powertrain Options-While specific engine details are yet to be disclosed, the <a href=\"https:\/\/caronphone.com\/advanced-search?carTypes=SUV\">SUV<\/a> is expected to offer multiple powertrain options, including petrol and possibly hybrid variants, catering to a wide range of customer preferences <\/span><\/p> <h2><b><span data-contrast=\"auto\">Nissan Tekton<\/span><\/b><span data-contrast=\"auto\"> <\/span><b><span data-contrast=\"auto\">Interior and Features<\/span><\/b><\/h2> <p><img decoding=\"async\" class=\"aligncenter wp-image-61611 size-full\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-features.webp\" alt=\"interior &amp; features\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-features.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-features-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-features-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-features-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/interior-features-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p>    <div id=\"ad-1779802623-cAVkyR-container\"\r\n         class=\"comman-ads-container\"\r\n         style=\"position: relative; width: 100%; max-width: 970px; min-height: 50px; margin: 10px auto; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\r\n\r\n        <!-- Loader -->\r\n        <div class=\"comman-ads-loader\" style=\"position: absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:2;flex-direction: column;\">\r\n            <div style=\"width:32px; height:32px; border:3px solid #e5e7eb; border-top:3px solid #9ca3af; border-radius:50%; animation: spin 1s linear infinite;\"><\/div>\r\n            <span style=\"background-color: white;border: 1px solid #d1d5db;border-radius: 4px;padding: 2px 8px;font-size: 9px;color: #6b7280;font-weight: 600;letter-spacing: 1px;text-transform: uppercase;\">AD<\/span>\r\n        <\/div>\r\n\r\n        <!-- AdSense Ad -->\r\n        <ins class=\"adsbygoogle\"\r\n             id=\"ad-1779802623-cAVkyR\"\r\n             style=\"display:inline-block; width:970px; height:90px; background: transparent;\"\r\n             data-ad-client=\"ca-pub-8418398772512966\"\r\n             data-ad-slot=\"1745023287\"><\/ins>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function(){\r\n            const container = document.getElementById('ad-1779802623-cAVkyR-container');\r\n            const ad = document.getElementById('ad-1779802623-cAVkyR');\r\n            const loader = container.querySelector('.comman-ads-loader');\r\n            const sizeWeb = [970, 90];\r\n            const sizeMobile = [320, 50];\r\n            const breakpoint = 768;\r\n\r\n            \/\/ Load AdSense script if not already loaded\r\n            if (!document.querySelector('script[src*=\"adsbygoogle\"]')) {\r\n                const script = document.createElement('script');\r\n                script.async = true;\r\n                script.src = 'https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js';\r\n                script.crossOrigin = 'anonymous';\r\n                script.setAttribute('data-ad-client', 'ca-pub-8418398772512966');\r\n                document.head.appendChild(script);\r\n            }\r\n\r\n            \/\/ Function to switch sizes based on viewport\r\n            function updateAdSize() {\r\n                const isMobile = window.innerWidth <= breakpoint;\r\n                const currentSize = isMobile ? sizeMobile : sizeWeb;\r\n                ad.style.width = currentSize[0] + 'px';\r\n                ad.style.height = currentSize[1] + 'px';\r\n                container.style.maxWidth = currentSize[0] + 'px';\r\n                container.style.height = currentSize[1] + 'px';\r\n            }\r\n\r\n            updateAdSize();\r\n            window.addEventListener('resize', updateAdSize);\r\n\r\n             \/\/ Push Ad with safety check\r\n            function pushAd() {\r\n                try {\r\n                    const uninitializedAds = document.querySelectorAll('.adsbygoogle:not([data-adsbygoogle-status])');\r\n                    if (uninitializedAds.length > 0) {\r\n                        (adsbygoogle = window.adsbygoogle || []).push({});\r\n                    }\r\n                } catch(e) {\r\n                    console.warn('AdSense push failed', e);\r\n                    container.style.display = 'none'; \/\/ hide on error\r\n                }\r\n            }\r\n\r\n            pushAd();\r\n\r\n            \/\/ Check if ad loaded successfully\r\n            let checks = 0;\r\n            const interval = setInterval(() => {\r\n                const iframe = ad.querySelector('iframe');\r\n                if ((iframe && iframe.offsetHeight > 0) || ad.innerHTML.trim().length > 200) {\r\n                    loader.style.display = 'none'; \/\/ hide loader\r\n                    clearInterval(interval);\r\n                }\r\n                checks++;\r\n                if (checks > 16) { \/\/ after 8s hide\r\n                    loader.style.display = 'none';\r\n                    clearInterval(interval);\r\n                }\r\n            }, 1000);\r\n\r\n        })();\r\n    <\/script>\r\n\r\n    <style>\r\n        @keyframes spin { 100% { transform: rotate(360deg); } }\r\n    <\/style>\r\n     <p><b><span data-contrast=\"auto\">Spacious Cabin<\/span><\/b><span data-contrast=\"auto\">-T<\/span><span data-contrast=\"auto\">he Nissan Tekton is designed to offer a spacious and comfortable interior with ample legroom an<\/span><span data-contrast=\"auto\">d headroom for all passengers<\/span><\/p> <p><b><span data-contrast=\"auto\">Modern Technology<\/span><\/b><span data-contrast=\"auto\">-The SUV is expected to come equipped with a large touchscreen infotainment system, a fully digital driver&#8217;s display, wireless smartphone charging and a premium sound system, ensuring a tech savvy driving experience <\/span><\/p> <h2><b><span data-contrast=\"auto\">Competitors in the Indian Market<\/span><\/b><\/h2> <p><span data-contrast=\"auto\">U<\/span><span data-contrast=\"auto\">pon its launch the Nissan Tekton will compete with several popular models in the compact SUV se<\/span><span data-contrast=\"auto\">gment, including<\/span><\/p> <ul style=\"font-weight: 400;\"> <li data-aria-posinset=\"6\" data-aria-level=\"1\"><a href=\"https:\/\/caronphone.com\/hyundai-cars\/creta\"><b><span data-contrast=\"auto\">Hyundai Creta<\/span><\/b><\/a><\/li> <li data-aria-posinset=\"7\" data-aria-level=\"1\"><a href=\"https:\/\/caronphone.com\/kia-cars\/seltos\"><b><span data-contrast=\"auto\">Kia Seltos<\/span><\/b><\/a><\/li> <li data-aria-posinset=\"8\" data-aria-level=\"1\"><a href=\"https:\/\/caronphone.com\/maruti-suzuki-cars\/grand-vitara\"><b><span data-contrast=\"auto\">Maruti Suzuki Grand Vitara<\/span><\/b> <\/a><\/li> <li data-aria-posinset=\"9\" data-aria-level=\"1\"><a href=\"https:\/\/caronphone.com\/maruti-suzuki-cars\/victoris\"><b><span data-contrast=\"auto\">Maruti Suzuki Victoris<\/span><\/b> <\/a><\/li> <li data-aria-posinset=\"10\" data-aria-level=\"1\"><a href=\"https:\/\/caronphone.com\/volkswagen-cars\/taigun\"><b><span data-contrast=\"auto\">Volkswagen Taigun<\/span><\/b> <\/a><\/li> <li data-aria-posinset=\"11\" data-aria-level=\"1\"><a href=\"https:\/\/caronphone.com\/skoda-cars\/kushaq\"><b><span data-contrast=\"auto\">Skoda Kushaq<\/span><\/b> <\/a><\/li> <li data-aria-posinset=\"12\" data-aria-level=\"1\"><a href=\"https:\/\/caronphone.com\/toyota-cars\/urban-cruiser-hyryder\"><b><span data-contrast=\"auto\">Toyota Hyryder<\/span><\/b><span data-contrast=\"auto\"> <\/span> <\/a><\/li> <\/ul> <p><span data-contrast=\"auto\">With its bold design, modern features, and competitive pricing the Nissan Tekton is poised to make <\/span><span data-contrast=\"auto\">a significant impact in this competitive segment<\/span><\/p> <h2><b><span data-contrast=\"auto\">Nissan Tekton<\/span><\/b><span data-contrast=\"auto\"> <\/span><b><span data-contrast=\"auto\">Expected Pricing and Variants<\/span><\/b><\/h2> <p><span data-contrast=\"auto\">The Nissan Tekton is anticipated to be priced between \u20b911 lakh and \u20b919 lakh (ex showroom) making it an attractive option for customers seeking a feature rich SUV at a competitive price point. <\/span><\/p> <p><span data-contrast=\"auto\">The upcoming Nissan Tekton is set to be a game changer in the Indian compact SUV segment. With its bold design, modern features and competitive pricing it is expected to attract a wide range of customers. As the launch date approaches more details about the Nissan Tekton specifications and variants will be revealed keeping enthusiasts and potential buyers eagerly awaiting its arrival<\/span><\/p><\/div>","protected":false},"excerpt":{"rendered":"<p>Nissan has officially unveiled its upcoming C segment SUV the Nissan Tekton marking a significant step in the brand&#8217;s strategy [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":61599,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"categories":[11,18],"tags":[283,561,1268],"class_list":["post-61595","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all","category-breaking-news","tag-nissan","tag-suv-cars","tag-tekton"],"acf":[],"_links":{"self":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/61595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/comments?post=61595"}],"version-history":[{"count":0,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/61595\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media\/61599"}],"wp:attachment":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media?parent=61595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/categories?post=61595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/tags?post=61595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}