क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

आईटेल पावर 451 फीचर फोन ₹1,699 में लॉन्च:टाइप-C चार्जिंग, 2500 mAh बैटरी और AI ईएनसी टेक्नोलॉजी से लैस है फोन

On: जून 26, 2026 1:31 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

आईटेल ने भारतीय बाजार में अपना नया फीचर फोन ‘आईटेल पावर 451’ लॉन्च कर दिया है। ₹1,699 की कीमत वाले इस फोन में एआई एनवायरनमेंटल नॉइज कैंसिलेशन (AI-ENC), टाइप-C चार्जिंग और 55 दिनों के स्टैंडबाय वाली बड़ी बैटरी दी गई है। 1 साल की रिप्लेसमेंट वारंटी और 4 स्टाइलिश कलर्स यह फोन चार कलर्स – ब्लू, ग्रीन, पर्पल और ब्लैक में आता है। आईटेल इस फीचर फोन पर किसी भी मैन्युफैक्चरिंग डिफेक्ट के लिए 1 साल की ‘काउंटर रिप्लेसमेंट’ ऑफर भी दे रही है। फीचर फोन सेगमेंट में पहली बार AI-ENC तकनीक आईटेल भारत का एकमात्र ऐसा ब्रांड है जो फीचर फोन सेगमेंट में AI-ENC तकनीक दे रहा है। यह एडवांस फीचर भीड़भाड़ वाले बाजारों, व्यस्त सड़कों या दफ्तरों के शोर-शराबे को कम कर देता है। इससे यूजर को बिल्कुल साफ आवाज में बात करने का अनुभव मिलता है। 2.4-इंच की स्क्रीन और ऑटो कॉल रिकॉर्डिंग जैसे फीचर्स बैक कवर मिलेगा और फोन में टाइप-C चार्जिंग पोर्ट फोन के साथ कंपनी एक प्रोटेक्टिव बैक कवर भी दे रही है। इसके अलावा, फोन में टाइप-C चार्जिंग सपोर्ट दिया गया है, जो आमतौर पर सिर्फ स्मार्टफोन्स में मिलता है। 2500 mAh की बड़ी बैटरी और 55 दिनों का स्टैंडबाय टाइम आईटेल पावर 451 में 2500 mAh की पावरफुल बैटरी दी गई है। कंपनी के मुताबिक, यह बैटरी ‘सुपर बैटरी मोड’ और ‘AI मोड’ के साथ 55 दिनों तक का स्टैंडबाय टाइम देने में सक्षम है। यह उन यूजर्स के लिए ब

Join WhatsApp

Join Now

Join Telegram

Join Now

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });