<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      layout="empty"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <title>Zhik Trade Portal — What's New</title>
        <meta name="robots" content="NOINDEX,NOFOLLOW"/>
        <css src="Zhik_WhatsNew::css/styles.css"/>
        <css src="Zhik_WhatsNew::css/whatsnew-page.css"/>
    </head>
    <body>
        <attribute name="class" value="whatsnew-page"/>
        <!-- Standalone microsite: drop the portal-wide chrome that otherwise leaks into the
             empty layout (the global top announce banner and the theme copyright line). -->
        <referenceBlock name="zhik_misc.top.banner" remove="true"/>
        <referenceBlock name="copyright" remove="true"/>
        <!-- The global Forward Order countdown banner (page.bottom.container) is not wanted on the deck. -->
        <referenceBlock name="global.ordering.countdown" remove="true"/>
        <referenceContainer name="main">
            <block class="Magento\Framework\View\Element\Template"
                   name="whatsnew.deck"
                   template="Zhik_WhatsNew::deck.phtml"
                   cacheable="false">
                <arguments>
                    <argument name="view_model" xsi:type="object">Zhik\WhatsNew\ViewModel\Deck</argument>
                </arguments>
            </block>
        </referenceContainer>
    </body>
</page>
