@extends('layouts.app') @section('title', 'Home') @push('styles') @endpush @section('content')
๐Ÿ† International Business Awards 2024

Heal. Grow.
Live Authentically.

Auromon Chakrabarti โ€“ Best Innerharmony Healing & Counselling Services in South Delhi. 25+ years of global expertise in mind, body & spirit wellness.

Get a Free Consultation

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@error('name')
{{ $message }}
@enderror
25+
Years of Experience
5000+
Lives Transformed
15+
Healing Modalities
4.9โ˜…
Google Rating

Our Healing Services

@forelse($services as $service)
@if($service->image) {{ $service->title }} @else
@endif
{{ $service->title }}

{{ $service->short_description }}

Learn More
@empty @php $defaultServices = [ ['icon'=>'fas fa-heart','title'=>'Innerharmony Counselling Online','desc'=>'Comprehensive counselling sessions addressing emotional, mental & spiritual wellbeing from the comfort of your home.'], ['icon'=>'fas fa-dharmachakra','title'=>'Chakra Healing Online','desc'=>'Balance and harmonise your 7 energy centres through guided online healing sessions tailored to your needs.'], ['icon'=>'fas fa-heart-pulse','title'=>'Heart Chakra Healing','desc'=>'Open your Anahata chakra to unlock deeper love, compassion, and emotional freedom.'], ['icon'=>'fas fa-om','title'=>'Online Meditation Consultation','desc'=>'Personalised meditation guidance to help you cultivate inner peace, focus and mindfulness daily.'], ['icon'=>'fas fa-brain','title'=>'Emotional Wellbeing Online','desc'=>'Therapeutic support for anxiety, grief, trauma, and life transitions through an integrative Innerharmony approach.'], ['icon'=>'fas fa-wind','title'=>'Anger & Stress Management','desc'=>'Proven techniques to identify triggers, regulate emotions and channel energy constructively.'], ]; @endphp @foreach($defaultServices as $s)
{{ $s['title'] }}

{{ $s['desc'] }}

Learn More
@endforeach @endforelse
Auromon Chakrabarti
Founder & Facilitator

Auromon Chakrabarti

Masters in Counselling Psychology | Certified Clinical Hypnotherapist | NLP Life Coach | Reiki Master

With over 25 years of global experience spanning Australia and India, Auromon Chakrabarti brings a deeply compassionate, multi-dimensional approach to healing. Her work integrates modern psychology with ancient wisdom traditions to create lasting transformation.

Formerly based in Melbourne for 13 years, Auromon Chakrabarti now serves clients across India and globally through online sessions โ€” empowering people to heal, grow, and lead authentically empowered lives.

Know More E-Magazine
@if($workshops->count())

Upcoming Workshops

@foreach($workshops as $w)
{{ $w->is_online ? 'Online' : 'In-Person' }}
{{ $w->title }}

{{ $w->short_description }}

@if($w->workshop_date)

{{ $w->workshop_date->format('d M Y, h:i A') }}

@endif @if($w->duration)

{{ $w->duration }}

@endif @if($w->price > 0)

โ‚น{{ number_format($w->price) }}

@endif
@endforeach
@endif @if($testimonials->count())

What Our Clients Say

@foreach($testimonials as $t)
{!! $t->stars_html !!}

"{{ Str::limit($t->review, 160) }}"

{{ strtoupper(substr($t->name, 0, 1)) }}
{{ $t->name }}
{{ $t->source }} ยท {{ $t->review_date?->format('M Y') }}
@endforeach
@endif

Frequently Asked Questions

@forelse($faqs as $index => $faq)

{{ $faq->answer }}
@empty @php $defaultFaqs = [ ['q'=>'What is Innerharmony healing?','a'=>'Innerharmony healing is an approach that addresses the whole person โ€” mind, body, and spirit โ€” rather than focusing on isolated symptoms. It integrates psychological, emotional, physical, and spiritual dimensions to create lasting wellbeing.'], ['q'=>'Are online sessions as effective as in-person?','a'=>'Yes! Many clients find online sessions equally or more effective because they can engage from their own safe, comfortable space. All services โ€” counselling, chakra healing, meditation guidance โ€” are available online via Zoom or WhatsApp video.'], ['q'=>'How many sessions will I need?','a'=>'This varies with each individual and the nature of the concern. Auromon Chakrabarti does a thorough initial assessment and creates a personalised healing plan. Most clients notice meaningful shifts within 4โ€“6 sessions.'], ['q'=>'What issues can Innerharmony healing help with?','a'=>'Stress, anxiety, depression, relationship challenges, grief, trauma, anger management, low self-esteem, life transitions, spiritual disconnection, and overall emotional wellbeing.'], ['q'=>'Is everything kept confidential?','a'=>'Absolutely. All sessions are held in complete confidence. Your privacy and trust are our highest priority.'], ]; @endphp @foreach($defaultFaqs as $i => $f)

{{ $f['a'] }}
@endforeach @endforelse

International Business Awards 2024

Psychology & Innerharmony Mental Health โ€“ Delhi NCR

"Committed to helping people heal, reach their full potential and lead authentic empowered lives."

Learn to be Sustainably Happy

Take the first step towards a more balanced, joyful and empowered life. Subscribe for healing insights, workshop updates, and wellness tips.

@csrf
@endsection