import { projectType } from "@/interFace/interFace";
import imgOne from "../../public/assets/img/project/ga-01.jpg";
import imgTwo from "../../public/assets/img/project/ga-02.jpg";
import imgThree from "../../public/assets/img/project/ga-03.jpg";
import imgFour from "../../public/assets/img/project/ga-04.jpg";
import imgFive from "../../public/assets/img/project/ga-05.jpg";
import imgSix from "../../public/assets/img/project/ga-06.jpg";

export const projectData:projectType[] = [
  {
    id: 1,
    img: imgOne,
    title: "product design",
    details: "Best System How To Product Design",
    tag:"Product"
  },
  {
    id: 2,
    img: imgTwo,
    title: "product design",
    details: "Best System How To Product Design",
    tag:"Development"
  },
  {
    id: 3,
    img: imgThree,
    title: "product design",
    details: "Best System How To Product Design",
    tag:"Product"
  },
  {
    id: 4,
    img: imgFour,
    title: "product design",
    details: "Best System How To Product Design",
    tag:"Development"
  },
  {
    id: 5,
    img: imgFive,
    title: "product design",
    details: "Best System How To Product Design",
    tag:"Software"
  },
  {
    id: 6,
    img: imgSix,
    title: "product design",
    details: "Best System How To Product Design",
    tag:"Development"
  },
  {
    id: 7,
    img: imgTwo,
    title: "product design",
    details: "Best System How To Product Design",
    tag:"Product"
  },
  {
    id: 8,
    img: imgOne,
    title: "product design",
    details: "Best System How To Product Design",
    tag:"Software"
  },
  {
    id: 9,
    img: imgTwo,
    title: "product design",
    details: "Best System How To Product Design",
    tag:"Design"
  },
  {
    id: 10,
    img: imgThree,
    title: "product design",
    details: "Best System How To Product Design",
    tag:"Product"
  },
  {
    id: 11,
    img: imgFour,
    title: "product design",
    details: "Best System How To Product Design",
    tag:"Design"
  },
];
