
import IconOne from "../../public/assets/img/icon/icon-01.png"
import IconTwo from "../../public/assets/img/icon/icon-2.png"
import IconThree from "../../public/assets/img/icon/icon-3.png"
import IconFour from "../../public/assets/img/icon/icon-4.png"
import IconFive from "../../public/assets/img/icon/icon-5.png"
import IconSix from "../../public/assets/img/icon/icon-6.png"

export const  serviceDataTwo = [
    {
      id: 1,
      img: IconOne,
      title: "Web Development",
      details:
        "It is a long established fact that a reader will be distracted by the readable content of a page when looking",
      icon: "fas fa-long-arrow-alt-right",
    },
    {
      id: 2,
      img: IconTwo,
      title: "Database Analysis",
      details:
        "It is a long established fact that a reader will be distracted by the readable content of a page when looking",
      icon: "fas fa-long-arrow-alt-right",
    },
    {
      id: 3,
      img: IconThree,
      title: "Server Security",
      details:
        "It is a long established fact that a reader will be distracted by the readable content of a page when looking",
      icon: "fas fa-long-arrow-alt-right",
    },
    {
      id: 4,
      img: IconFour,
      title: "UX/UI Strategy",
      details:
        "It is a long established fact that a reader will be distracted by the readable content of a page when looking",
      icon: "fas fa-long-arrow-alt-right",
    },
    {
      id: 5,
      img: IconFive,
      title: "Analysis For Tools",
      details:
        "It is a long established fact that a reader will be distracted by the readable content of a page when looking",
      icon: "fas fa-long-arrow-alt-right",
    },
    {
      id: 6,
      img: IconSix,
      title: "Marketing Strategy",
      details:
        "It is a long established fact that a reader will be distracted by the readable content of a page when looking",
      icon: "fas fa-long-arrow-alt-right",
    },
  ];