function NavBar() { return ( <nav> <h1>Pet App</h1> // props being passed in component <NavLinks hello='world' /> </nav> ); }