Finding the index page using the admin panel of wordpress

Take a look at WordPress’ Template Hierachy. You will need to find which theme is active, and investigate the theme files.

Also check Settings → Reading to see if a static page is being set as the homepage. If it is not it should be one of the following template files:

  • index.php
  • home.php
  • front-page.php

Hope that helps!