{
this.state.openVideoModal && (
this._closeVideoModal()}/>)
}
{
this.state.openSampleModal && ( this._closeSampleModal()}/>)
}
{brandLogo}
{this.titleFormatter()}
{ stringGetter.get('welcome_secondary_title') }
{tourTile}
{howTile}
{sampleTile}
{acceleratorTile}
);
}
}