"use client";
  
import React from "react";
import ServiceSidebar from "./WordPressServiceSidebar";
import WordPressServicesImageSlider from "./WordPressServicesImageSlider";

const WordPressServiceDetailsContent: React.FC = () => {
  return (
    <>
      <div className="services-details-area ptb-100">
        <div className="container">
          <div className="row">
            <div className="col-lg-8 col-md-12">
              <WordPressServicesImageSlider />

              <div className="services-details-desc service-inner-content">
                <h3>WordPress Solutions that bring immense satisfaction</h3>
                <p> <b>WordPress development</b> is an open source website creation tool and a common IT concept which has emerged as the most powerful blogging engine and easiest content management system. WordPress consists of a web template system and thousands of available plugins each of which allows the user to customize their sites with the help of custom functions and features.</p>
                <p>At <b>Webile Technologies</b>, we tend to offer expert WordPress solutions which prove suitable for every business model and verticals. Being one of the strongest contenders in providing a best open source blogging tool based on content management system, we ensure we deliver easy-to-use and efficient platform to the customers.</p>
                <p>We believe, a successful WordPress developer is one who makes <b>WordPress development</b> user friendly as well as search-engine friendly. Therefore we offer such intense WordPress solutions that bring immense satisfaction to our clientele.</p>
                <p>Our proficient team of WordPress developers offers plugin development, CMS development, theme customization and other quality services backed by high quality technological framework which assists a customer to take utmost advantage of the platform.</p>
                <p>We At <b>Webile Technologies</b> offer preferred WordPress solutions resulting in following benefits:</p>
                <p>With the help of WordPress extensive features, we try to offer customized websites comprising of content, images, multimedia and other important data.</p>
                <p>We offer unique WordPress themes, modules and templates to improvise clients’ existing WordPress website.</p>
                <p>We execute multitasking, allow spam resistance, extend the functionality of existing websites and bring in flexibility as the most important factor.</p>
                <p>Our developers strive hard to bring a balance between server loading duration and huge website traffic by easing the way out by managing traffic spikes.</p>  
              </div>
            </div>

            <div className="col-lg-4 col-md-12">
              <ServiceSidebar />
            </div>
          </div>
        </div>
      </div>
    </>
  );
};

export default WordPressServiceDetailsContent;
