... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
28299 مقال 231 مصدر نشط 38 قناة مباشرة 6782 خبر اليوم
آخر تحديث: منذ 0 ثانية

'Dubai’s a city that has this defiant resilience': Figure skater to mompreneur Mamta’s incredible story

العالم
Gulf News
2026/03/26 - 13:23 501 مشاهدة

“Dubai is home. It’s all I’ve ever known, and it’s a city that encourages entrepreneurship and allows ideas to take shape quickly,” says Mamta Nihalani in an interview with Gulf News.

For Mamta, a former UAE figure skater turned mompreneur, that energy became her driving force.

“I founded Apothecary by Mamta in 2016, during a time when I was navigating the emotional and physical demands of motherhood,” she says. “I felt a strong pull to create something meaningful - products that went beyond functionality and truly supported wellbeing.”

Her skin care brand focuses on natural, non-toxic wellness products that nurture both skin and mind. When she was young, she made natural concoctions that she tried on herself before making it for her friends and family. Think natural body scrubs and face masks.

Mamta

And the UAE, the country that she was born and raised in, played a huge role in bringing it all together.

"Even in uncertain circumstances, we look at how to preserve creativity through resilience. It's encouraged." She claims she has lived through several challenges that Dubai has witnessed over the years.

"What makes Dubai different is that Dubai doesn't just recover, it re-calibrates. It adapts faster than most places, leans into change, and somehow turns pressure into progress." And she truly believes that this city, that she calls home, has this defiant resilience.

"Each time people around the world predicted a slowdown or decline, the city just re-invented itself. I have lived through most of it and I can vouch for Dubai's resilient spirit."

And, her secret mantra?

“I don’t believe in perfect balance. Some days lean more towards motherhood, others towards business. It’s less about balance and more about alignment,” she says. She also adds that being a mother reshaped her perspective on how success looked like. Perhaps, that is helping her stand tall in such uncertain times.

“Turning mother made me more intentional with my time and more mindful of what success truly means. It’s no longer just about growth, it’s about creating a life that feels grounded, purposeful, and present.”

Even as geopolitics adds uncertainty to the region, her faith in Dubai remains steady.

“Dubai has always given everyone equal opportunities. It's a city that continues to inspire me every day."

But her journey hasn’t been without challenges, she says.

“Working with people who are inauthentic rocked me,” she admits, recalling a time a factory tried to replicate her brand with cheaper ingredients.

“Instead of letting it get me down, I decided to stay in my own lane and focus on creating. It was a huge lesson.”

COVID-19 also tested her adaptability.

“It shifted consumer priorities toward self-care and wellbeing, but it also required resilience.” But it was her customers who ordered her products online that kept her afloat.

“Hearing from people who say our products have brought them happiness, calm, comfort, or a sense of paus. And that validation is incredibly meaningful. That’s all the validation I want.”

Her advice to other entrepreneurs is simple and practical: “Start before you feel ready. Trust your instincts, stay patient, and build something that genuinely matters to you, because it will matter to the world.”

When the going gets tough, her children are a reminder of why she started. “They are a constant reminder of why I started and remember courage doesn’t mean the absence of fear, it means showing up despite it,” she says.

It’s a philosophy that sums up both her journey and the spirit of United in Strength: building with heart, persistence, and faith in oneself, even when the world feels uncertain.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 49415; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 49415; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤