export const counterItems = [ { id: 1, iconSrc: "/assets/img/icon/11.svg", count: "45", suffix: "k+", label: "project Complete", delay: ".2s", }, { id: 2, iconSrc: "/assets/img/icon/12.svg", count: "25", suffix: "k+", label: "Active On Clients", delay: ".4s", }, { id: 3, iconSrc: "/assets/img/icon/13.svg", count: "2.5", suffix: "+", label: "Experience Team", delay: ".2s", }, { id: 4, iconSrc: "/assets/img/icon/14.svg", count: "2.4", suffix: "k+", label: "Winning Awards", delay: ".4s", }, ]; export const achievements = [ { id: 1, icon: "/assets/img/icon/21.svg", count: "45", description: "project Complete", delay: ".2s", }, { id: 2, icon: "/assets/img/icon/22.svg", count: "25", description: "Active On Clients", delay: ".4s", }, { id: 3, icon: "/assets/img/icon/23.svg", count: "2.5", description: "Experience Team", delay: ".2s", style: "style-2", }, { id: 4, icon: "/assets/img/icon/24.svg", count: "2.4", description: "Winning Awards", delay: ".4s", style: "style-2", }, ];