wordpress hooks

I think I know what you are asking. The theme you are using is a fixed layout for each page and want to modify this layout for the home page.

If this is true, most likely your theme is using templates and does not allow additional features, via plugins, to be used.

Assuming the above, you would need to find the theme’s template, a php file used to layout the look and function, for the particular page. It is usually stored under the theme folder. If you know PHP, then this should be no problem to modify with the features you desire. It will be a lot of work, but do-able.

In your case, that template is:
wp-content/themes/hotel/inc/class-hotel-template.php

A secondary option, and you may shutter to think of it, is don’t use that theme. Copy the look and feel, but by using a theme with a builder (such as themify) you can add any features you want, including the look. What they are showing is not remarkable.

https://themify.me/themes
(note, I do not work for the company, I just use them for a ton of websites)