function AppV2() {
  return (
    <React.Fragment>
      <Masthead />
      <Cover />
      <ManifestoV2 />
      <Contents />
      <CompaniesV2 />
      <HelpBnkV2 />
      <SimonSection />
      <DreamMediaSection />
      <DreamBrewSection />
      <VenturesSection />
      <DatabaseSection />
      <StoriesV2 />
      <TeamSection />
      <BrandsV2 />
      <CTAV2 />
      <Colophon />
    </React.Fragment>
  );
}

ReactDOM.createRoot(document.getElementById('app')).render(<AppV2 />);
