Move login from home page

Radsystems 7.1.2 Laravel/Bootstrap- I’d like the home page to be viewable by an unauthenticated site visitor, with perhaps a login link. How would this be done?

Pushing this to the front of the line. Can my home page be made viewable to the casual visitor without login? The home page cannot be set as unauthenticated under the Authentication setup. But is it possible to create a second, default home page or is there some other trick?

Create a page under a any table and exempt it from Authentication.

Yes I can create any page and exempt it from authentication, but that doesn’t make it the Home page, the first page landed upon whenever browsing to the main url.
Even if I add content to the Home page, it is hidden and replaced with the login form if visited without being logged-in.