"use client";
  
import React from "react";
import Image from "next/image";

const CmsEcommerceServiceTopContent: React.FC = () => {
  return (
    <>
      <div className="services-content-section subscribe-area pt-70 pb-70">
        <div className="container">
          <div className="row">
            <div className="col-12">
              <div className="page-content_box service-inner-content">
                <div className="section-heading">
                  <h2>e-Commerce platforms that help various online businesses</h2>
                  <p>e-Commerce platforms that help various online businesses An effective E-Commerce effort helps a business to gain a winning edge over its competitors. At <b>Webile Technologies</b>, we offer highly scalable domain specific and customized <b>e-Commerce development</b> solutions that leverage your business efforts and current market trends. With the help of an efficient and expert team of e commerce developers, we ensure that we bring to our clients an organized and systematic set of e commerce solutions that help grow their online business and shape up a better reputation before the world.</p>
                  <p>With availability of a large variety of <b>e-Commerce development</b> platforms, it is important to adopt an advanced e commerce platform that helps you with the right flexibility and increases your profit level. Our highly qualified e-Commerce developers ensure that our clients’ e-Commerce website is formed keeping in mind a better strategy and advanced technology.</p>
                  <p>Providing the visitors with an enhanced and better online experience, we focus on optimization of clients’ existing website and create a new, advanced and enhanced one to maximize the ratio of conversion of prospective customers into actual customers.</p>
                  <p>In order to provide <b>e-Commerce development</b> solutions according to their requirements of clients, we efficiently handle various aspects related to your online business by creating end-to-end E-Commerce solutions that are integrated to clients’ business.</p>
                </div>
              </div>
            </div>
          </div>
        </div>

        <div className="vector-shape6">
          <Image
            src="/img/shape/vector-shape6.png"
            alt="image"
            width={533}
            height={413}
          />
        </div>
      </div>
    </>
  );
};

export default CmsEcommerceServiceTopContent;
