This commit is contained in:
GP_DEV
2025-08-01 10:07:08 +03:00
parent 21562852ca
commit 7d7a28e789
54 changed files with 4554 additions and 6928 deletions

View File

@@ -0,0 +1,16 @@
<?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>