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

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">
              <ServicesImageSlider />

              <div className="services-details-desc service-inner-content">
                <h3>Development with the use of symfony framework</h3>
                <p>Symfony is a high performance PHP framework used in creating web applications and websites.Directed towards promoting professionalism, adopting best business practice and standardization of processes Symfony is aimed towards bringing all the steps into harmony.It is a set of PHP components which are reusable and allow best PHP applications to be built over them.</p>
                <p>Symfony is focused over building quality oriented web applications which are directly linked with enterprises. It facilitates a total control over the configuration, from directory to foreign libraries. It consists of several useful tools which help in fixing bugs and documenting the project. It also operate son MVC framework.</p>
                <p>Offering the customers, high quality symfony development services has helped us have a upper hand in proving our expertise in the industry. Since there are thousands of website applications being developed across the country, symfony continues to be one of the favourite open source frameworks. The required stability, flexibility and extensibility gained in the development process with the use of symfony framework, contributes in creating scalable, safe and cost effective web solutions.</p>
                <p>Under symfony development we are engaged into services like-</p>
                <div className="content">
                  <ul>
                    <li><i className="bx bx-check"></i> Symfony powered product development</li>
                    <li><i className="bx bx-check"></i> Symfony plugin development</li>
                    <li><i className="bx bx-check"></i> Symfony component development</li>
                    <li><i className="bx bx-check"></i> Symfony web development</li>
                    <li><i className="bx bx-check"></i> Symfony maintenance and support</li>
                  </ul>
                </div>
                <p className="mt-4">When talked about the expert team for Symfony development, our team uses this framework so amzingly and flawlessly that it seems to be the best framework known to us till now. On the basis of Symfony Framework, our team develop complex enterprise applications and supports the businesses to to carry out their operations more smoothly and successfully.</p>
                <p>Why chose us for Symfony Development?</p>
                <div className="content">
                  <ul>
                    <li><i className="bx bx-check"></i> Fastened process of web application development</li>
                    <li><i className="bx bx-check"></i> Customised symfony development solutions</li>
                    <li><i className="bx bx-check"></i> Guranteed customer satisfaction.</li>
                    <li><i className="bx bx-check"></i> Easy utilization of the framework</li>
                    <li><i className="bx bx-check"></i> Cost effectiveness and efficiency</li>
                    <li><i className="bx bx-check"></i> Readily available plugins</li>
                    <li><i className="bx bx-check"></i> Quality assuring methodologies</li>
                    <li><i className="bx bx-check"></i> Greater flexibility and compatibility.</li>
                  </ul>
                </div>
                <p className="mt-4">At <b>Digi Horizon Technologies</b> we offer Symfony customized services to almost all types and sizes of organizations suiting to their business needs. Developing and maintaining websites is a crucial task which is efficiently managed by Symfony through its simpler and innovative approaches. We own a pool of seasoned PHP experts who deal with the best of PHP technologies and provide satisfactory solutions to customers.</p>
              </div>
            </div>

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

export default ServiceDetailsContentTwo;
