<!-- Start Page Title Area -->
<div class="banner-section">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12 col-md-12">
<div
class="banner-content text-center">
<!-- <span class="sub-title">Your brand, promoted</span> -->
<h1>
{{ ((current_service.Text | lower) ~ '.slogan') | trans }}
</h1>
<p>
Get the best and most reliable growth and engagements Services!
</p>
{% include 'partials/trust-pilot.html.twig' with {'alignment': 'center'} %}
<div class="row mt-5">
<div class="col-lg-4 offset-lg-4 col-6 offset-3">
<a class="service-btn all">
<i class="fa fa-arrow-right"></i>All services
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{# {% include 'partials/shapes/'~(current_service.SocialNetwork | lower)~'-shapes.html.twig' %} #}
</div>
<!-- End Page Title Area -->
<section class="services-details-area py-5">
<div class="container">
<div class="overview-box it-overview" id="services-area">
<div class="overview-content" style="flex: 0 0 100%; max-width: 100%">
<div class="content">
<h2 class="text-center">Our threads services</h2>
<p class="text-center mb-0">
{{ get_env('SITE_NAME') }} threads growth services offer you assistance in navigating the competitive landscape of threads, helping you expand your reach, increase your followers count, and ultimately achieve your social media goals.
</p>
{% for key, subServices in groups %}
<div class="mt-4">
{% if key != "" %}
<h4>
<i class="flaticon-tick"></i>
{{ key }}
</h4>
{% endif %}
<div class="row">
{% for subService in subServices %}
{% if (subService.active == "TRUE") %}
<div class="col-lg-4 col-12">
<a class="sub-service-btn instagram" href="{{path('sub_service_details', {Service: current_service.Text,SubService: subService.Text, IDSN: current_service.IDSN, IDGService: subService.IDGService})}}">
<span>
<i class="{{ icons[subService.Text] }}"></i>
{{ subService.Name }}</span>
</a>
</div>
{% endif %}
{% endfor %}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<div class="services-details-overview">
<div class="services-details-image wow fadeInUp">
<img src="{{ asset('build/img/new-services/threads/threads1.png') }}" alt="image" class="w-100 img-thumbnail">
</div>
<div class="services-details-desc">
<div class="features-text">
<p class="text-justify">
Threads has quickly become an indispensable tool in the arsenal of digital marketing, offering a fresh, dynamic way to engage with a young and active audience. Its design encourages real-time conversations and viral content sharing, making it an excellent platform for those looking to make their mark in the digital world. By being active on Threads, you're not just following a trend; you're connecting with a community that thrives on quick, impactful interactions. This platform allows you to showcase your brand's voice and engage with your audience in a direct and meaningful way, ensuring your message is heard far and wide.
</p>
<p>
<a class="service-btn all">
<i class="fa fa-arrow-right"></i>Threads packages
</a>
</p>
</div>
</div>
</div>
<div class="services-details-overview">
<div class="services-details-desc">
<div class="features-text">
<p class="text-justify">
Our company is uniquely positioned to help you navigate the exciting world of Threads. Armed with a dedicated team that combines expertise in digital trends with state-of-the-art technology, we're here to amplify your presence on this bustling platform. We understand the nuances of crafting messages that resonate and spread, ensuring your voice stands out in the rapid flow of conversations. With our personalized support and innovative strategies, we'll help you grow your Threads account, transforming it into a hub of engagement and influence. Trust us to be your guide as you explore the boundless potential of Threads, turning every post into an opportunity for growth.
</p>
<p>
<a class="service-btn all">
<i class="fa fa-arrow-right"></i>Threads packages
</a>
</p>
</div>
</div>
<div class="services-details-image wow fadeInUp">
<img src="{{ asset('build/img/new-services/threads/threads2.png') }}" alt="image" class="w-100 img-thumbnail">
</div>
</div>
<div class="services-details-overview">
<div class="services-details-image wow fadeInUp">
<img src="{{ asset('build/img/new-services/threads/threads3.jpg') }}" alt="image" class="w-100 img-thumbnail">
</div>
<div class="services-details-desc">
<div class="features-text">
<p class="text-justify">
Threads
</p>
<p>
<a class="service-btn all">
<i class="fa fa-arrow-right"></i>Threads packages
</a>
</p>
</div>
</div>
</div>
<div class="overview-box it-overview" id="services-area">
<div class="overview-content" style="flex: 0 0 100%; max-width: 100%">
<div class="content">
<h2 class="text-center">Our threads services</h2>
<p class="text-center mb-0">
{{ get_env('SITE_NAME') }} threads growth services offer you assistance in navigating the competitive landscape of threads, helping you expand your reach, increase your followers count, and ultimately achieve your social media goals.
</p>
{% for key, subServices in groups %}
<div class="mt-4">
{% if key != "" %}
<h4>
<i class="flaticon-tick"></i>
{{ key }}
</h4>
{% endif %}
<div class="row">
{% for subService in subServices %}
{% if (subService.active == "TRUE") %}
<div class="col-lg-4 col-12">
<a class="sub-service-btn instagram" href="{{path('sub_service_details', {Service: current_service.Text,SubService: subService.Text, IDSN: current_service.IDSN, IDGService: subService.IDGService})}}">
<span>
<i class="{{ icons[subService.Text] }}"></i>
{{ subService.Name }}</span>
</a>
</div>
{% endif %}
{% endfor %}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</section>