you can do it by using useRouter from next/navigation; use router.back() to go to back
const handleCloseProfile = () => { router.back();
};