Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/blocks/bitrix/61.1.phone_w_btn_rght/
Upload File :
Current File : /var/www/homesaver/www/bitrix/blocks/bitrix/61.1.phone_w_btn_rght/block.php

<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}
global $APPLICATION;
?>

<section class="landing-block g-pt-30 g-pb-30 js-animation slideInLeft u-block-border-none">
	<div class="container">
		<?php $APPLICATION->IncludeComponent(
			'bitrix:landing.blocks.crm_contacts',
			'',
			[
				'BUTTON_POSITION' => 'right',
				'TEMPLATE_MODE' => 'lightmode',
			]
		); ?>
	</div>
</section>