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

const WebDevelopmentServiceTopContent: 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>The High Quality Web Development Services</h2>
                  <p>In present business scenario, building a website is equally important to building a good business reputation. A website acts as a trademark to any business and if it is developed with perfection, it adds stars to the reputation. <b>Webile Technologies</b>, being one of the leading web solutions providing companies pampers you with the level-best and high quality <b>web development services</b> backed by expertise and experience. We offer customized, fully-functional, immensely productive, cost-effective and user-friendly websites within the committed time limit.</p>
                  <p>A perfectly designed and targeted website is of course a business prerequisite. In order to offer 100% customer satisfaction business owners go for a professional web designing service providing company which offer them a customized web design that could serve their business growth on a higher note. Backed with utter expertise, we at <b>Webile Technologies</b>, specialize in crafting compelling websites with a logical framework that help attract the target customers and make your business shine brighter than your competitors.</p>
                  <p>We better understand our valuable clients’ business and come up with a web design, which suits the business requirements.</p>
                  <p>Having a unique brand identity is every brand’s primary motive. Dwelling upon the ifs and buts of the web designing processes we develop superior strategies that sink to the bottom of a brand’s structure and provide a better support for long time existence.</p>
                  <p>To convert a static web design to a dynamic website, we undergo a deep research process to eliminate the old design flaws and create a dynamic new website which complies with the industry standards.</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 WebDevelopmentServiceTopContent;
