"use client";
  
import React from "react";
import CakePhpDevelopmentServiceSidebar from "./CakePhpDevelopmentServiceSidebar";
import CakePhpDevelopmentServicesImageSlider from "./CakePhpDevelopmentServicesImageSlider";

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

              <div className="services-details-desc service-inner-content">
                <h3>Creating fully-functional and interactive websites</h3>
                <p>Cake PHP is an open source web application frame work which is applied for creating fully-functional and interactive websites with features such as MVC architecture, Data Mapping and Front Controller.</p>
                <p>Working with a safe and simple platform to develop web applications packed with features like in-built validation, prompt development process assist in making tasks faster & incurs comparatively low cost on web development.</p>
                <p>The reason behind is Cake PHP controls the frequent repetition of codes in the application resulting in saving of development time and reduction in development cost.</p>
                <p>Being an open source development framework based on PHP language, Cake PHP offers several opportunities leading to better accessibility to the developers.</p>
                <p><b>Webile Technologies</b> is a leading <b>Cake PHP development</b> company with a pool of fresh and talented Cake PHP developers.</p>
                <p>Our team of professionals strives hard to develop such interactive interfaces which offer endless possibilities to the users.</p>
                <p>We express our expertise in developing scalable websites using the Cake PHP framework that bring in rhythm your requirements with advanced <b>PHP development</b> technologies.</p>
                <p>Our diligent Cake PHP team is engaged in providing dynamic websites and customized web application development rapidly and simplifying the complex business processes of our clients eventually raising their proficiency and revenue.</p>
              </div>
            </div>

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

export default CakePhpDevelopmentContent;
