How to Redirect User form Page to Page Based on Badges?

You can use Wix member module, I am sure there is something called getRoles(). After getting an array of rows, use find() to check if user have a role called “Admin” (or “ADMIN”, you can check using your own account).

Tips: Make sure you added page permission to the admin page so user will not be able to access even if they found the url.