<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) 2023 Amasty (https://www.amasty.com)
 * @package Store Locator for Magento 2
 */-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceContainer name="main">
            <block class="Amasty\Storelocator\Block\Location" name="amasty.locator.center"
                   template="Amasty_Storelocator::center.phtml" output="1">
                <block class="Amasty\Storelocator\Block\View\Schedule" name="amasty_store_locator_schedule" template="Amasty_Storelocator::schedule.phtml"/>
                <block class="Amasty\Storelocator\Block\View\Reviews" name="amasty_store_locator_rating" template="Amasty_Storelocator::rating.phtml"/>
                <container name="extra.filters" as="extra_filters" />
            </block>
        </referenceContainer>
    </body>
</page>
