Title above is taken from pageProps in _app. The prop is returned from getServerSideProps of the page.
props received from getServerSideProps and passed to Menu component in _app from pageProps: { "active": "home" }
Should render the title HOME