{{ p__('heading', 'Tools') }}

{% if option.features.chat.is_enabled is defined and option.features.chat.is_enabled %}

{{ p__('heading', 'Chat') }}

{{ p__('chat-tool-description', 'Chat with AI assistants') }}

{{ __('AI bot') }}
{% endif %} {% if option.features.writer.is_enabled is defined and option.features.writer.is_enabled %}

{{ p__('heading', 'Writer') }}

{{ p__('writer-tool-description', 'Write SEO optimized blogs, sales emails and more...') }}

{{ __('Text generator') }}
{% endif %} {% if option.features.coder.is_enabled is defined and option.features.coder.is_enabled %}

{{ p__('heading', 'Coder') }}

{{ p__('coder-tool-description', 'Ready to write code at the speed of light?') }}

{{ __('Code writer') }}
{% endif %} {% if option.features.imagine.is_enabled is defined and option.features.imagine.is_enabled %}

{{ p__('heading', 'Imagine') }}

{{ p__('imagine-tool-description', 'Visualize what you dream of. Create images from text.') }}

{{ __('Image generator') }}
{% endif %} {% if option.features.transcriber.is_enabled is defined and option.features.transcriber.is_enabled %}

{{ p__('heading', 'Transcriber') }}

{{ p__('transcriber-tool-description', 'Instantly transcribe spoken words into text.') }}

{{ __('Speech to text') }}
{% endif %} {% if option.features.writer.is_enabled is defined and option.features.writer.is_enabled %}

{{ p__('heading', 'Voiceover') }}

{{ p__('voiceover-tool-description', 'Convert your texts into lifelike speech') }}

{{ __('Text to speech') }}
{% endif %}