33 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="graduation__block offers">
<div class="content">
<div class="headers">
<h2>Предложения</h2>
<p>Мы делаем все, чтобы у ваших детей был незабываемый выпускной вечер</p>
</div>
<div class="row packets center">
<div class="col-4 packet">
<?php get_template_part('parts/landings/graduation/offer-packet', null, array(
title => 'Базовый',
price => 900,
description => ['1 квест', '3 часа лофта', 'Украшение шарами', 'Аниматор', 'Диплом выпускника', '2 проститутки', '3 грамма кокаина и гашиша']
)); ?>
</div>
<div class="col-4 packet">
<?php get_template_part('parts/landings/graduation/offer-packet', null, array(
title => 'Стандарт',
price => 1390,
description => ['2 квест', '3 часа лофта', 'Украшение шарами', 'Аниматор', 'Диплом выпускника']
)); ?>
</div>
<div class="col-4 packet">
<?php get_template_part('parts/landings/graduation/offer-packet', null, array(
title => 'VIP',
price => 2490,
description => ['2 квест', '3 часа лофта', 'Украшение шарами', 'Аниматор', 'Диплом выпускника']
)); ?>
</div>
</div>
</div>
</section>