I'm developing a management app with two user roles: CEO and employee, determined by login credentials. The CEO page should have a navigation bar with four pages, while the employee page should only display three pages. I know about using widget conditional visibility, but I want to hide an entire page based on the user role. How can I achieve conditional visibility for an entire page based on the user's role?