import React from "react"; const Categorie = () => { const categorieContent = [ { id: 1, bgImage: "url(/images/shop/img_04.png)", title: "Kids", delayAnimation: "0", }, { id: 2, bgImage: "url(/images/shop/img_05.png)", title: "Woman", delayAnimation: "100", }, { id: 3, bgImage: "url(/images/shop/img_06.png)", title: "Man", delayAnimation: "200", }, { id: 4, bgImage: "url(/images/shop/img_07.png)", title: "Others", delayAnimation: "300", }, ]; return ( <> {categorieContent.map((item) => (