two different separate sections on the same site

How can i make a custom front page where i put my buttons and redirect to that part of a site?

The simplest way to make a very custom front page is front-page.php template. It isn’t commonly shipped with public themes (since it’s near impossible to override), but good fit for a private project.

how can i make two parts of a site with different content and display the wanted menu?

There are different ways to approach this, depending on differences needed between the sections. Are they in markup? Styling? Layout? Specific elements of the page?

The low key approach would be probably to produce two page templates, one for each section, and assign them to respective pages as needed.