You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Fakel-Gym/template-parts/la-components/modals/modal-test-training.php

16 lines
886 B

<?php
$current_url = home_url($_SERVER['REQUEST_URI']);
$page_title = get_the_title() ?: 'Главная страница';
$hidden_value = "Страница: {$page_title} | URL: {$current_url}";
?>
<div class="max-[1050px]:p-[24px] p-[40px]">
<p class="font-[700] text-[24px] leading-[125%] text-center">Пробная персональная тренировка <span
class="text-[#E21E24]">за 1200₽</span></p>
<p class="font-[500] text-[16px] leading-[145%] text-center mt-[12px]">Познакомимся, покажем зал и подберём
оптимальные для вас тренировки!</p>
<div class="form-block-wrapper max-[1050px]:mt-[16px] mt-[32px]"
data-hidden-value="<?php echo esc_attr($hidden_value); ?>">
<?php echo do_shortcode('[fluentform id="5"]'); ?>
</div>
</div>