<h1 class="display-4">Hello, world!</h1>
<p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<hr class="my-4">
<p>It uses utility classes for typography and spacing to space content out within the larger container.</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
</p>
</div>
User Story
As a user, when a they first arrive at Revelation, they should see a welcome message with a brief description of the app's purpose.
AC
WHEN any uses first arrives at Revelation THEN they will see a landing page AND it will include the Navbar AND is will include a welcome statement
Dev Notes
*https://getbootstrap.com/docs/4.0/components/jumbotron/