diff --git a/wp-content/themes/dekart/page-camp.php b/wp-content/themes/dekart/page-camp.php index 8a9ce8d..73d4c34 100644 --- a/wp-content/themes/dekart/page-camp.php +++ b/wp-content/themes/dekart/page-camp.php @@ -30,44 +30,49 @@ var h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);
carbon_get_post_meta( $post_id, 'hero_title_h1' ) ?: 'Детский лагерь Декарт.', + 'span' => carbon_get_post_meta( $post_id, 'hero_title_span' ) ?: 'Яркое лето без забот!', + 'btn_text' => carbon_get_post_meta( $post_id, 'hero_btn_primary' ) ?: 'Записаться на пробный день', + 'image_id' => carbon_get_post_meta( $post_id, 'banner_img' ), +]; $metrics = [ [ - 'img' => carbon_get_post_meta( $post_id, 'hero_metric_1_img' ), + 'img_id' => carbon_get_post_meta( $post_id, 'hero_metric_1_img' ), 'number' => carbon_get_post_meta( $post_id, 'hero_metric_1_number' ) ?: '90+', - 'label' => carbon_get_post_meta( $post_id, 'hero_metric_1_label' ) ?: 'Количество клубов', + 'label' => carbon_get_post_meta( $post_id, 'hero_metric_1_label' ) ?: 'Количество клубов', 'default_icon' => get_template_directory_uri() . '/assets/images/doodles/icon-home.png', ], [ - 'img' => carbon_get_post_meta( $post_id, 'hero_metric_2_img' ), + 'img_id' => carbon_get_post_meta( $post_id, 'hero_metric_2_img' ), 'number' => carbon_get_post_meta( $post_id, 'hero_metric_2_number' ) ?: '570K+', - 'label' => carbon_get_post_meta( $post_id, 'hero_metric_2_label' ) ?: 'Юных инноваторов', + 'label' => carbon_get_post_meta( $post_id, 'hero_metric_2_label' ) ?: 'Юных инноваторов', 'default_icon' => get_template_directory_uri() . '/assets/images/doodles/icon-bulb.png', ], [ - 'img' => carbon_get_post_meta( $post_id, 'hero_metric_3_img' ), + 'img_id' => carbon_get_post_meta( $post_id, 'hero_metric_3_img' ), 'number' => carbon_get_post_meta( $post_id, 'hero_metric_3_number' ) ?: '49K+', - 'label' => carbon_get_post_meta( $post_id, 'hero_metric_3_label' ) ?: 'Стипендий', + 'label' => carbon_get_post_meta( $post_id, 'hero_metric_3_label' ) ?: 'Стипендий', 'default_icon' => get_template_directory_uri() . '/assets/images/doodles/icon-award.png', ], ]; /** - * Вывод одной метрики (встроенная функция для удобства деплоя) + * Вспомогательная функция для вывода одной метрики */ if ( ! function_exists( 'render_hero_metric' ) ) : function render_hero_metric( array $metric ): void { - $icon_url = ! empty( $metric['img'] ) - ? wp_get_attachment_url( $metric['img'] ) + $icon = ! empty( $metric['img_id'] ) + ? wp_get_attachment_url( $metric['img_id'] ) : $metric['default_icon']; ?>
- +

@@ -82,8 +87,8 @@ endif;
-

-

+

+

@@ -93,27 +98,28 @@ endif;

Записаться на бесплатный пробный день

- - + +
- +
- - + 'hero-media-search__image', 'loading' => 'eager', - 'alt' => 'Дети в лагере Декарт' + 'alt' => esc_attr( $hero['h1'] ) ] ); ?> Дети в лагере Декарт + alt="" loading="eager"> +

Записаться на бесплатный пробный день

- - + +