PHP 8.3.30
Preview: content-marketing.blade.php Size: 16.83 KB
/home/getspomw/itechservicellc.com/resources/views/frontend/content-marketing.blade.php

@extends('frontend.layouts.app')

{{-- @section('title', 'Content Marketing Services | Content Marketing Agency')
@section('meta_description', 'Our content marketing services help businesses attract, engage, and convert audiences through strategic, high-quality content that drives growth.') --}}

    @section('title', $title)
@section('meta_description', $desc)
@section('meta_keywords', $key)


@section('content')

    <!-- Hero Section Start -->
    <div class="breadcrumb-wrapper bg-cover"
        style="background-image: url('{{ asset('public/frontend/assets/new-images/banner.') }}webp');">
        <div class="container">
            <div class="page-heading">
                <h1 class="wow fadeInUp" data-wow-delay=".3s"> Content Marketing Services</h1>
                <ul class="breadcrumb-items wow fadeInUp" data-wow-delay=".5s">
                    <li>
                        <a href="{{ route('home') }}">
                            Home
                        </a>
                    </li>
                    <li>
                        <i class="fas fa-chevron-right"></i>
                    </li>
                    <li>
                        Content Marketing Services
                    </li>
                </ul>
            </div>
        </div>
    </div>

    <!-- Service Section Start -->
    <section class="Service-details-section pt-5  fix">
        <div class="container">
            <div class="sertvice-details-wrapper">

                <div class="service-details-content">
                    <h2>Expert Content Marketing Services</h2>

                    <div class="row g-4 pt-4 pb-5">
                        <div class="col-md-6">
                            <div class="thumb">
                                <img src="{{ asset('public/frontend/assets/new-images/content.') }}png" alt="content strategy services">
                            </div>
                        </div>
                        <div class="col-md-6">
                            <!-- <h3>Content That Drives Engagement and Growth</h3> -->
                            I-Tech Service provides expert content marketing services designed to elevate your brand, increase engagement, and drive sustainable growth. We focus on creating impactful content strategies that align with your business goals, resonate with your audience, and deliver measurable results.

                            <div class="list-wrapper mt-4">
                                <ul class="list-items">
                                    <li>
                                        <i class="fa-solid fa-angles-right"></i>
                                        Content Strategy Development
                                    </li>
                                    <li>
                                        <i class="fa-solid fa-angles-right"></i>
                                        SEO Content Creation
                                    </li>
                                    <li>
                                        <i class="fa-solid fa-angles-right"></i>
                                        Social Media Content
                                    </li>
                                    <li>
                                        <i class="fa-solid fa-angles-right"></i>
                                        Email & Newsletter Campaigns
                                    </li>
                                    

                                </ul>
                        
                            </div>
                        </div>
                    </div>
                    <div class="row g-4 mb-5">
                        <h2 class="text-center">Our Content Marketing Services</h3>
                            <div class="col-xl-4 col-lg-6 col-md-6">
                                <div class="service-details-box-items">
                                    <div class="icon">

                                        <img src="{{ asset('public/frontend/assets/img/icon/content-strategy.png') }}" alt="content marketing agency">
                                    </div>
                                    <div class="content">
                                        <h3><a href="#">Content Marketing Strategy</a></h3>
                                        <p>We develop custom content strategies through in-depth research and audits, aligning your content with business goals and marketing objectives to drive measurable results.</p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-xl-4 col-lg-6 col-md-6">
                                <div class="service-details-box-items">
                                    <div class="icon">

                                        <img src="{{ asset('public/frontend/assets/img/icon/seo-copyrighting.png') }}" alt="content writing agency">
                                    </div>
                                    <div class="content">
                                        <h3><a href="#">Website Content Development</a></h3>
                                        <p>Our team creates engaging website content, from product descriptions to SEO-optimized pages, that keeps visitors coming back and boosts your SEO rankings.</p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-xl-4 col-lg-6 col-md-6">
                                <div class="service-details-box-items">
                                    <div class="icon">

                                        <img src="{{ asset('public/frontend/assets/img/icon/social-media-compaign.png') }}" alt="content marketing services">
                                    </div>
                                    <div class="content">
                                        <h3><a href="#">Blog Writing</a></h3>
                                        <p>We write SEO-friendly, engaging blog posts that resonate with your audience while enhancing your SEO strategy and driving organic traffic to your site.</p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-xl-4 col-lg-6 col-md-6">
                                <div class="service-details-box-items">
                                    <div class="icon">

                                        <img src="{{ asset('public/frontend/assets/img/icon/video-storytelling.png') }}" alt="content strategy services">
                                    </div>
                                    <div class="content">
                                        <h3><a href="#">Content Optimization</a></h3>
                                        <p>We optimize your content with targeted SEO and conversion rate optimization (CRO) tactics, improving discoverability and maximizing conversions.</p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-xl-4 col-lg-6 col-md-6">
                                <div class="service-details-box-items">
                                    <div class="icon">

                                        <img src="{{ asset('public/frontend/assets/img/icon/email-content-design.png') }}" alt="content writing agency">
                                    </div>
                                    <div class="content">
                                        <h3><a href="#">Social Media Content Writing</a></h3>
                                        <p>Our team crafts engaging social media posts that increase visibility, spark interactions, and convert followers into customers while showcasing your brand’s strengths.
                                        </p>
                                    </div>
                                </div>
                            </div>
                            <div class="col-xl-4 col-lg-6 col-md-6">
                                <div class="service-details-box-items">
                                    <div class="icon">

                                        <img src="{{ asset('public/frontend/assets/img/icon/content-auditing.png') }}" alt="content strategy services">
                                    </div>
                                    <div class="content">
                                        <h3><a href="#">Email Content Writing</a></h3>
                                        <p>We create compelling email campaigns, including newsletters, promotions, and automated series, that drive opens, clicks, and conversions, keeping your audience engaged.</p>
                                    </div>
                                </div>
                            </div>
                    </div>


                </div>
            </div>
        </div>
    </section>
    {{-- Faq Schema --}}
    @if(!empty($faqSchema))
        <script type="application/ld+json">
         {!! $faqSchema !!}
         </script>
    @endif
    {{-- Faq Schema --}}

    <section class="faq-section-3 fix section-padding section-bg">
        <div class="container">
            <div class="section-title text-center wow fadeInUp" data-wow-delay=".3s">
                <h2>Frequently Asked Questions</h2>
            </div>
            <div class="faq-wrapper-3">
                <div class="row align-items-center">
                    <div class="col-lg-6">
                        <div class="faq-image">
                            <img src="{{ asset('public/frontend/assets/new-images/contentfaq.png') }}" alt="content marketing services">
                        </div>
                    </div>
                    <div class="col-lg-6">
                        <div class="faq-items">
                            <div class="accordion" id="accordionExample">
                                <div class="accordion-item wow fadeInUp" data-wow-delay=".3s">
                                    <h2 class="accordion-header" id="headingOne">
                                        <button class="accordion-button" type="button" data-bs-toggle="collapse"
                                            data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
                                           What do your content marketing services include?
                                        </button>
                                    </h2>
                                    <div id="collapseOne" class="accordion-collapse collapse show"
                                        aria-labelledby="headingOne" data-bs-parent="#accordionExample">
                                        <div class="accordion-body">
                                            <p>
                                               Our content marketing services include content strategy development, SEO content creation, website content writing, blog writing, social media content, and email marketing campaigns. Each service is tailored to support your business goals and improve audience engagement.
                                            </p>
                                        </div>
                                    </div>
                                </div>
                                <div class="accordion-item wow fadeInUp" data-wow-delay=".5s">
                                    <h2 class="accordion-header" id="headingTwo">
                                        <button class="accordion-button collapsed" type="button"
                                            data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false"
                                            aria-controls="collapseTwo">
                                            How does content marketing help grow my business?
                                        </button>
                                    </h2>
                                    <div id="collapseTwo" class="accordion-collapse collapse"
                                        aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
                                        <div class="accordion-body">
                                            <p>
                                               Content marketing helps attract the right audience, build brand trust, improve search engine visibility, and drive consistent traffic. High-quality content also supports lead generation and increases conversions over time.

                                            </p>
                                        </div>
                                    </div>
                                </div>
                                <div class="accordion-item wow fadeInUp" data-wow-delay=".7s">
                                    <h2 class="accordion-header" id="headingthree">
                                        <button class="accordion-button collapsed" type="button"
                                            data-bs-toggle="collapse" data-bs-target="#collapsethree"
                                            aria-expanded="false" aria-controls="collapsethree">
                                            Do you provide SEO-optimized content?
                                        </button>
                                    </h2>
                                    <div id="collapsethree" class="accordion-collapse collapse"
                                        aria-labelledby="headingthree" data-bs-parent="#accordionExample">
                                        <div class="accordion-body">
                                            <p>
                                                Yes, all our content is SEO-focused. We use keyword research, on-page optimization, and best SEO practices to ensure your content ranks well and reaches your target audience effectively.

                                        </div>
                                    </div>
                                </div>
                                <div class="accordion-item wow fadeInUp" data-wow-delay=".3s">
                                    <h2 class="accordion-header" id="headingfour">
                                        <button class="accordion-button collapsed" type="button"
                                            data-bs-toggle="collapse" data-bs-target="#collapsefour"
                                            aria-expanded="false" aria-controls="collapsefour">
                                            Can you manage content for blogs, websites, and social media?

                                        </button>
                                    </h2>
                                    <div id="collapsefour" class="accordion-collapse collapse"
                                        aria-labelledby="headingfour" data-bs-parent="#accordionExample">
                                        <div class="accordion-body">
                                            <p>
                                                Absolutely. We create content for websites, blogs, social media platforms, and email campaigns. Our approach ensures consistent messaging and strong brand visibility across all digital channels.

                                            </p>
                                        </div>
                                    </div>
                                </div>
                                <div class="accordion-item mb-0 wow fadeInUp" data-wow-delay=".5s">
                                    <h2 class="accordion-header" id="headingfive">
                                        <button class="accordion-button collapsed" type="button"
                                            data-bs-toggle="collapse" data-bs-target="#collapsefive"
                                            aria-expanded="false" aria-controls="collapsefive">
                                          How do you create a content strategy for my business?
                                        </button>
                                    </h2>
                                    <div id="collapsefive" class="accordion-collapse collapse"
                                        aria-labelledby="headingfive" data-bs-parent="#accordionExample">
                                        <div class="accordion-body">
                                            <p>
                                               We start with in-depth research, content audits, and audience analysis. Based on your goals and industry trends, we develop a customized content strategy designed to drive measurable results and long-term growth.

                                            </p>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
@endsection

Directory Contents

Dirs: 2 × Files: 18

Name Size Perms Modified Actions
- drwxr-xr-x 2025-11-18 19:23:46
Edit Download
layouts DIR
- drwxr-xr-x 2025-11-20 06:45:24
Edit Download
2.15 KB lrw-r--r-- 2025-10-28 20:21:48
Edit Download
6.30 KB lrw-r--r-- 2025-12-17 11:50:41
Edit Download
8.81 KB lrw-r--r-- 2025-10-28 20:21:48
Edit Download
5.71 KB lrw-r--r-- 2025-11-12 19:12:10
Edit Download
7.67 KB lrw-r--r-- 2025-12-16 11:58:47
Edit Download
16.83 KB lrw-r--r-- 2025-12-17 12:00:03
Edit Download
18.26 KB lrw-r--r-- 2025-12-17 11:58:36
Edit Download
62.26 KB lrw-r--r-- 2026-04-17 05:06:33
Edit Download
18.28 KB lrw-r--r-- 2025-12-17 11:56:58
Edit Download
17.31 KB lrw-r--r-- 2025-12-17 12:01:21
Edit Download
7.79 KB lrw-r--r-- 2025-12-16 12:31:36
Edit Download
4.98 KB lrw-r--r-- 2025-12-16 12:46:38
Edit Download
16.68 KB lrw-r--r-- 2025-12-17 11:52:17
Edit Download
5.60 KB lrw-r--r-- 2025-11-12 19:23:24
Edit Download
17.40 KB lrw-r--r-- 2025-12-17 12:02:37
Edit Download
5.73 KB lrw-r--r-- 2025-12-16 12:31:45
Edit Download
18.29 KB lrw-r--r-- 2025-12-17 12:06:00
Edit Download
17.26 KB lrw-r--r-- 2025-12-17 12:04:19
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).