A navigation bar is intended to aid visitors in accessing information. These sections of the webpage will include links to the most important sections of the site.
<Navbar
transparent={false}
fixed={false}
brandName=""
brandLink="https://front10.com"
brandLogo="https://front10.com/landing-page-book/images/logo/front10.png"
expand="md"
rightItems={[
{title: 'Services'},
{title: 'Contact'}
]}
leftItems={[
{
title: 'Google',
href: 'https://google.com',
target: '_blank',
icon: 'fa fa-google'
},
{
title: 'Facebook',
href: 'https://facebook.com',
target: '_blank',
icon: 'fa fa-facebook-official'
}
]}
/>