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

---Advertisement---

CG News: पति की मौत के बाद में पत्नी ने लगाई फांसी, उठीं दो अर्थियां

On: मई 21, 2026 1:06 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

CG News: बिलासपुर जिले के पचपेड़ी थाना क्षेत्र अंतर्गत ग्राम गोपालपुर से दिल दहला देने वाली घटना सामने आई है। पति की करंट लगने से हुई मौत के सदमे को बर्दाश्त नहीं कर पाने पर नवविवाहिता पत्नी ने भी फांसी लगाकर आत्महत्या कर ली। दो दिन के भीतर एक ही घर से दूसरी अर्थी उठने से पूरे गांव में सन्नाटा पसरा हुआ है।. जानकारी के अनुसार, गांव निवासी रामनारायण केंवट का विवाह करीब चार वर्ष पहले सुनीता बाई केंवट से हुआ था। दोनों खुशहाल जीवन बिता रहे थे, लेकिन 17 मई 2026 को घर में टुल्लू पंप चालू करते समय रामनारायण करंट की चपेट में आ गए। हादसे में उनकी मौके पर ही मौत हो गई।. पति की मौत के बाद सदमे में थी पत्नी. पति की अचानक मौत के बाद सुनीता बाई पूरी तरह टूट गई थी। परिजनों के मुताबिक वह लगातार गुमसुम रहने लगी थी और गहरे सदमे में थी।. बताया जा रहा है कि मंगलवार देर रात जब परिवार के लोग सो रहे थे, उसी दौरान सुनीता ने कमरे में सीलिंग फैन से साड़ी का फंदा बनाकर आत्महत्या कर ली। देर रात परिजनों की नजर उस पर पड़ी तो उसे तुरंत नीचे उतारा गया, लेकिन तब तक उसकी मौत हो चुकी थी।. घटना की सूचना बुधवार सुबह पचपेड़ी पुलिस को दी गई। पुलिस मौके पर पहुंची और मर्ग कायम कर शव को पोस्टमार्टम के लिए भेज दिया। मामले की जांच जारी है।

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!"); } });