export const AllPortfolioItem = [ { id:1 , img: "/images/gallery/img_15.jpg", title: "The Gang Blue", meta: "Branding,Design", dalayAnimation: "", }, { id:2 , img: "/images/gallery/img_16.jpg", title: "Core WordPress", meta: "Development, Plugin", dalayAnimation: "100", }, { id: 3, img: "/images/gallery/img_17.jpg", title: "Platform Audit", meta: "Development, Branding", dalayAnimation: "200", }, { id: 4, img: "/images/gallery/img_18.jpg", title: "Medieval origins", meta: "Development, Design", dalayAnimation: "0", }, { id:5 , img: "/images/gallery/img_19.jpg", title: "Designer’s Checklist", meta: "Development, Plugin", dalayAnimation: "100", }, { id:6 , img: "/images/gallery/img_20.jpg", title: "Motivation defining Moment", meta: "Development, Design", dalayAnimation: "200", }, { id: 7, img: "/images/gallery/img_21.jpg", title: "Experience WordCamp", meta: "Development, Design", dalayAnimation: "0", }, { id:8 , img: "/images/gallery/img_22.jpg", title: "Lets catch amd", meta: "Development, Design", dalayAnimation: "100", }, { id: 9, img: "/images/gallery/img_23.jpg", title: "Experience WordCamp", meta: "Development, Branding", dalayAnimation: "200", }, ]; export const AllPortfolioTwo = [ { id: 10 , img: "/images/gallery/img_28.jpg", title: "The Gang Blue", meta: "Branding, Design", dalayAnimation: "", }, { id: 11 , img: "/images/gallery/img_29.jpg", title: "Core WordPress", meta: "Development, Plugin", dalayAnimation: "100", }, { id: 12 , img: "/images/gallery/img_30.jpg", title: "Platform Audit", meta: "Development, Branding", dalayAnimation: "100", }, { id: 13 , img: "/images/gallery/img_31.jpg", title: "Medieval origins", meta: "Development, Design", dalayAnimation: "100", }, { id: 14 , img: "/images/gallery/img_32.jpg", title: "Designer’s Checklist", meta: "Development, Plugin", dalayAnimation: "100", }, ]; export const AllPortfolioThree = [ { id: 15, img: "/images/gallery/img_09.jpg", title: "The Gang Blue", meta: "Branding, Design", dalayAnimation: "", }, { id:16 , img: "/images/gallery/img_10.jpg", title: "Core WordPress", meta: "Development, Plugin", dalayAnimation: "100", }, { id:17 , img: "/images/gallery/img_11.jpg", title: "Platform Audit", meta: "Development, Branding", dalayAnimation: "200", }, { id: 18, img: "/images/gallery/img_12.jpg", title: "Medieval origins", meta: "Development, Design", dalayAnimation: "0", }, { id:19 , img: "/images/gallery/img_13.jpg", title: "Designer’s Checklist", meta: "Development, Plugin", dalayAnimation: "100", }, { id: 20, img: "/images/gallery/img_14.jpg", title: "Motivation defining Moment", meta: "Development, Design", dalayAnimation: "0", }, ]; export const AllPortfolioFour = [ { id: 20 , img: "/images/gallery/img_01.jpg", title: "The Gang Blue", meta: "Branding, Design", imgClass: "", dalayAnimation: "", width: "407", height: "549", }, { id: 22 , img: "/images/gallery/img_02.jpg", title: "Core WordPress", meta: "Development, Plugin", imgClass: "", dalayAnimation: "100", width: "407", height: "549", }, { id: 23 , img: "/images/gallery/img_03.jpg", title: "Platform Audit", meta: "Development, Branding", imgClass: "", dalayAnimation: "200", width: "407", height: "549", }, { id: 24 , img: "/images/gallery/img_04.jpg", title: "Medieval origins", meta: "Development, Design", imgClass: "", dalayAnimation: "0", width: "407", height: "549", }, { id:25, img: "/images/gallery/img_05.jpg", title: "Designer’s Checklist", meta: "Development, Plugin", imgClass: "mixL", dalayAnimation: "100", width: "863", height: "542", }, { id:26, img: "/images/gallery/img_06.jpg", title: "Motivation defining Moment", meta: "Development, Design", imgClass: "", dalayAnimation: "0", width: "407", height: "549", }, { id:27, img: "/images/gallery/img_07.jpg", title: "Our experience WordCamp", meta: "Development, Branding", imgClass: "", dalayAnimation: "100", width: "407", height: "549", }, { id:28, img: "/images/gallery/img_08.jpg", title: "Lets catch up amd", meta: "Development, Branding", imgClass: "", dalayAnimation: "200", width: "407", height: "549", }, ]; export const PortfolioContent = [ { id: 29, img: "/images/gallery/img_24.jpg", meta: "User Interface", title: "Deski - Art & Illustration", }, { id:30 , img: "/images/gallery/img_27.jpg", meta: "Web developemnt", title: "Deski - Art & Illustration", }, { id:31 , img: "/images/gallery/img_26.jpg", meta: "Social Marketing", title: "Deski - Art & Illustration", }, { id: 32, img: "/images/gallery/img_25.jpg", meta: "lead generation", title: "Deski - Art & Illustration", }, ]; export const PortfolioImages = [ { id:33 , img: "/images/media/img_73.png", altName: "Screen 1", }, { id:34 , img: "/images/media/img_74.png", altName: "Screen 2", }, { id:35 , img: "/images/media/img_75.png", altName: "Screen 3", }, { id:36 , img: "/images/media/img_76.png", altName: "Screen 4", }, { id:37 , img: "/images/media/img_75.png", altName: "Screen 5", }, { id:38 , img: "/images/media/img_76.png", altName: "Screen 6", }, { id:39 , img: "/images/media/img_73.png", altName: "Screen 7", }, ]; export const allItems = [ ...AllPortfolioItem, ...AllPortfolioTwo, ...AllPortfolioThree, ...AllPortfolioFour, ...PortfolioContent, ...PortfolioImages ]