import CloseIcon from "@/icons/close.svg"; const BottomPopup = ({ active = false, title, children, closePopup = () => {} }) => { return ( <>