Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ function Banner() {
</Button>
</div>
<div className='banner__info'>
<h1>Get out and stretch your imagination</h1>
<h1>Go Near</h1>
<h5>
Plan a different kind of getaway to uncover the hidden gems near you.
Settle in somewhere new. Discover nearby stays to live, work, or just relax.
</h5>
<Button onClick={() => history.push('/search')} variant='outlined'>Explore Nearby</Button>
</div>
Expand Down