export const projectItems = [ { id: 1, imgSrc: "/assets/img/project/06.jpg", title: "General Construction", location: "4648 Rocky, New York", number: "01", }, { id: 2, imgSrc: "/assets/img/project/07.jpg", title: "General Construction", location: "4648 Rocky, New York", number: "02", }, { id: 3, imgSrc: "/assets/img/project/08.jpg", title: "General Construction", location: "4648 Rocky, New York", number: "03", }, { id: 4, imgSrc: "/assets/img/project/06.jpg", title: "General Construction", location: "4648 Rocky, New York", number: "01", }, { id: 5, imgSrc: "/assets/img/project/07.jpg", title: "General Construction", location: "4648 Rocky, New York", number: "02", }, { id: 6, imgSrc: "/assets/img/project/08.jpg", title: "General Construction", location: "4648 Rocky, New York", number: "03", }, ]; export const projects = [ { id: 7, images: ["/assets/img/project/09.jpg", "/assets/img/project/09.jpg"], title: "General Construction", description: "There are many variations of a passages of Lorem Ipsum available.", delay: ".2s", }, { id: 8, images: ["/assets/img/project/10.jpg", "/assets/img/project/10.jpg"], title: "Architecture & Building", description: "There are many variations of a passages of Lorem Ipsum available.", delay: ".4s", }, { id: 9, images: ["/assets/img/project/11.jpg", "/assets/img/project/11.jpg"], title: "Interior Design", description: "There are many variations of a passages of Lorem Ipsum available.", delay: ".6s", }, { id: 10, images: ["/assets/img/project/12.jpg", "/assets/img/project/12.jpg"], title: "Combine Electricity", description: "There are many variations of a passages of Lorem Ipsum available.", delay: ".2s", }, { id: 11, images: ["/assets/img/project/13.jpg", "/assets/img/project/13.jpg"], title: "Bridge Trangle Core", description: "There are many variations of a passages of Lorem Ipsum available.", delay: ".4s", }, { id: 12, images: ["/assets/img/project/14.jpg", "/assets/img/project/14.jpg"], title: "General Construction", description: "There are many variations of a passages of Lorem Ipsum available.", delay: ".6s", }, { id: 13, images: ["/assets/img/project/15.jpg", "/assets/img/project/15.jpg"], title: "Contemporary Villa", description: "There are many variations of a passages of Lorem Ipsum available.", delay: ".2s", }, { id: 14, images: ["/assets/img/project/16.jpg", "/assets/img/project/16.jpg"], title: "Rubix Carabil Tower", description: "There are many variations of a passages of Lorem Ipsum available.", delay: ".4s", }, { id: 15, images: ["/assets/img/project/17.jpg", "/assets/img/project/17.jpg"], title: "Combine Electricity", description: "There are many variations of a passages of Lorem Ipsum available.", delay: ".6s", }, ]; export const projects2 = [ { id: 16, title: "Building Renovation", bgClass: "", delay: "", }, { id: 17, title: "Building Renovation", bgClass: "bg-1", delay: ".2s", }, { id: 18, title: "Building Renovation", bgClass: "bg-2 active", delay: ".4s", }, { id: 19, title: "Building Renovation", bgClass: "bg-3", delay: ".6s", }, { id: 20, title: "Building Renovation", bgClass: "bg-4", delay: ".8s", }, ]; export const allProjects = [...projectItems, ...projects, projects2];