"use client";
  
import React from "react";
import WooCommerceServiceSidebar from "./WooCommerceServiceSidebar";
import WooCommerceServicesImageSlider from "./WooCommerceServicesImageSlider";

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

              <div className="services-details-desc service-inner-content">
                <h3>Development with the use of symfony framework</h3>
                <p>Woo is for WordPress. Woo commerce is an e commerce plugin which enhances the wordpress site by offering a wide range of shopping services. It focuses on bringing an extensive range of extensions that work upon improving the functionality of site and convert it into a user friendly one. Woo commerce also involves a wide palette of attractive themes which make the site look impressive and offers a satisfactory experience to the users..</p>
                <p>At <b>Webile Technologies</b>, we are engaged into developing intuitive, scalable and profitable e-commerce solutions by giving them a woo platform which is packed with extensive features. These extraordinary features of Woo commerce websites help the user get the best out of their money and offer a great cash flow in the business.</p>
                <p>In order to generate great profits, Woo-commerce is one of the best solutions as it:</p>
                <div className="content">
                  <ul>
                    <li><i className="bx bx-check"></i> Provides a wide range of features that directly contribute into store management. The interactive user interface of Woo commerce helps in efficient management and optimization of the store.</li>
                    <li><i className="bx bx-check"></i> With the help of Woo-commerce, helpful reports can be generated which helps in tracking business effectively. Reports like-product category reports, performance reports and other business analytic can be easily generated.</li>
                    <li><i className="bx bx-check"></i> Woo commerce make it easy for the customers to make online and offline payment by offering a wide support of payment gateways.</li>
                    <li><i className="bx bx-check"></i> <p>At Webile, we offer cost efficient <b>Woo-commerce development</b> services with support of expert developers who are well versed to offer advanced e commerce solutions.</p></li>
                  </ul>
                </div>
              </div>
            </div>

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

export default ServiceDetailsContentTwo;
