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

---Advertisement---

15 मई को रिलीज होगी आयुष्मान की नई फिल्म:35 करोड़ में बिके ‘पति पत्नी और वो 2’ के ब्रॉडकास्ट राइट्स

On: अप्रैल 26, 2026 3:53 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

आयुष्मान खुराना की नई कॉमेडी फिल्म ‘पति पत्नी और वो 2’ जल्द ही दर्शकों के बीच आने वाली है। इस फिल्म में उनके साथ सारा अली खान, रकुल प्रीत सिंह और वामिका गब्बी मुख्य भूमिकाओं में नजर आएंगी। फिल्म का निर्देशन मुदस्सर अजीज ने किया है। बता दें कि हाल ही में फिल्म का टीजर जारी किया गया था, जिसके बाद इसका एक गीत भी सामने आया। यह फिल्म रिश्तों के बीच पैदा होने वाली हास्यास्पद स्थितियों को दिखाती है, जो दर्शकों का भरपूर मनोरंजन करेगी। खबरों के अनुसार ‘इस फिल्म के दुनिया भर में प्रदर्शन के राइट्स जी स्टूडियोज ने लगभग 35 करोड़ रुपए में खरीदे हैं। इनमें से भारत में प्रदर्शन के राइट्स 27 करोड़ रुपए और विदेशों में प्रदर्शन के राइट्स 8 करोड़ रुपए में तय हुए हैं। बताया जा रहा है कि फिल्म को बड़े स्तर पर रिलीज किया जाएगा। 15 मई को यह फिल्म अकेले सिनेमाघरों में आएगी, जिससे इसे दर्शकों का अच्छा रिस्पॉन्स मिल सकता है। यह एक पारिवारिक मनोरंजन फिल्म है और सिनेमाघरों के मालिक भी इसे लेकर उत्साहित हैं। माना जा रहा है कि भारत में करीब 65 करोड़ रुपए का कारोबार होते ही डिस्ट्रीब्यूटर्स की लागत निकल जाएगी। तीन एक्ट्रेसेस के बीच फंसे आयुष्मान टीजर में आयुष्मान खुराना ‘प्रजापति पांडे’ के किरदार में नजर आए थे। इस बार उनकी लाइफ में कन्फ्यूजन का लेवल काफी ज्यादा है। आयुष्मा?

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

वैभव सूर्यवंशी बने सिक्स के सुपर किंग:8 मेंचों में 32 छक्के लगाकर टॉप पर; पैट कमिंस हुए फैन, बोले- वह मेरा नया फेवरेट प्लेयर

red and white modern breaking news youtube thumbnail

CG ACCIDENT | उर्स से लौटते वक्त हादसा… झपकी ने ले ली 2 लोगों की जान

red and white modern breaking news youtube thumbnail

संजय सिंह ने उपराष्ट्रपति को याचिका सौंपी:राघव चड्ढा समेत 7 सांसदों को अयोग्य घोषित करने की मांग; कहा- बागियों पर दलबदल कानून लगे

red and white modern breaking news youtube thumbnail

मुंबई में साजिद नाडियाडवाला के बेटे सूफयान स्पॉट हुए:लुक देखकर लोग बोले- ये 90s का सलमान खान

red and white modern breaking news youtube thumbnail

एनगिडी को अस्पताल से छुट्टी:सभी स्कैन नॉर्मल, पंजाब के खिलाफ मैच में सिर के बल गिरे थे; दिल्ली पुलिस ने ग्रीन कॉरिडोर बनाया था

red and white modern breaking news youtube thumbnail

टॉप-10-कंपनियों में से 7 की वैल्यू 2.05 लाख करोड़ घटी:TCS टॉप लूजर रही, वैल्यू ₹66,699 करोड़ कम हुई; रिलायंस का मार्केट कैप भी घटा

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