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

---Advertisement---

रील संस्कृति के समय में परिपक्व प्रेम पर खास चर्चा:सौरभ जैन और शीन दास ने कहा- सम्मान और धैर्य से ही रिश्ते चलते हैं

On: मार्च 4, 2026 6:30 पूर्वाह्न
Follow Us:
रील संस्कृति के समय में परिपक्व प्रेम पर खास चर्चा:सौरभ जैन और शीन दास ने कहा सम्मान और धैर्य से ही रिश्ते चलते हैं
---Advertisement---

सौरभ राज जैन और शीन सविता दास इन दिनों वेब सीरीज संमरमर को लेकर चर्चा में हैं। दैनिक भास्कर से खास बातचीत में दोनों कलाकारों ने अपने किरदारों अमृता और आदित्य के जरिए बदलते दौर के प्रेम, धैर्य और रिश्तों की गहराई पर खुलकर बात की। उन्होंने बताया कि सच्चा प्यार केवल साथ रहने का नाम नहीं, बल्कि सम्मान, समझ और जिम्मेदारी निभाने का भी नाम है। आज के ‘रील संस्कृति’ और त्वरित फैसलों वाले समय में उनका मानना है कि रिश्तों की असली ताकत धैर्य और परस्पर सम्मान में छिपी है। दोनों ने अपने निजी अनुभव साझा करते हुए यह भी बताया कि टीवी से आगे बढ़ने के सफर में उन्हें किन धारणाओं का सामना करना पड़ा। साथ ही, सूरज बड़जात्या के साथ काम करने के अनुभव को उन्होंने परिवार जैसा बताया। पेश है कुछ खास अंश.. सवाल: शीन, आपका किरदार आपके असली जीवन से कितना मिलता-जुलता है? जवाब/शीन:मुझे लगता है कि भावनात्मक रूप से मैं और अमृता (मेरा किरदार) थोड़े संवेदनशील हैं। फर्क इतना है कि अमृता पहले बात को समझती है, उसे अपने भीतर समेटती है और फिर प्रतिक्रिया देती है। लेकिन मैं तुरंत प्रतिक्रिया दे देती हूं। मैं खुद भी यही सीखना चाहती हूं कि पहले बात को समझूं और फिर जवाब दूं। सवाल: सौरभ, आपका किरदार आदित्य आपसे कितना मिलता है? जवाब/सौरभ: आदित्य मुझे बहुत अपने जैसा लगता है। रिश्तों को समझना और उ?

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