<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"
      layout="1column">

    <body>
        <referenceContainer name="content">
            <block class="Homegym\CustomPage\Block\CustomPage"
                   name="homegym_custompage"
                   template="treadmill.phtml" />

            <block class="Homegym\CustomPage\Block\Hours"
                   name="homegym.hours"
                   template="Homegym_CustomPage::showroom.phtml" />
        </referenceContainer>
    </body>
</page>