Добавил номер и почту на сайт
This commit is contained in:
@@ -36,10 +36,10 @@
|
||||
<div class="contact-card reveal">
|
||||
<h3><?php esc_html_e( 'Контактные данные', 'twentytwentyfour' ); ?></h3>
|
||||
<ul class="contact-list">
|
||||
<li><strong><?php esc_html_e( 'Телефон:', 'twentytwentyfour' ); ?></strong> <a href="tel:+79781234567">+7 (978) 123-45-67</a></li>
|
||||
<li><strong><?php esc_html_e( 'Телефон:', 'twentytwentyfour' ); ?></strong> <a href="tel:+79117748923">+7 (911) 774-89-23</a></li>
|
||||
<li><strong><?php esc_html_e( 'Адрес:', 'twentytwentyfour' ); ?></strong> <?php esc_html_e( 'г. Севастополь, ул. Генерала Острякова, 92', 'twentytwentyfour' ); ?></li>
|
||||
<li><strong><?php esc_html_e( 'График:', 'twentytwentyfour' ); ?></strong> <?php esc_html_e( 'ежедневно с 8:00 до 21:00', 'twentytwentyfour' ); ?></li>
|
||||
<li><strong><?php esc_html_e( 'E-mail:', 'twentytwentyfour' ); ?></strong> <a href="mailto:order@aqualinia-sev.ru">order@aqualinia-sev.ru</a></li>
|
||||
<li><strong><?php esc_html_e( 'E-mail:', 'twentytwentyfour' ); ?></strong> <a href="mailto:sygorenkomisha17@gmail.com">sygorenkomisha17@gmail.com</a></li>
|
||||
</ul>
|
||||
|
||||
<form class="contact-form" id="contactForm">
|
||||
@@ -73,8 +73,8 @@
|
||||
</div>
|
||||
|
||||
<div class="contact-quick-actions">
|
||||
<a class="contact-quick-link" href="tel:+79781234567"><?php esc_html_e( 'Позвонить: +7 (978) 123-45-67', 'twentytwentyfour' ); ?></a>
|
||||
<a class="contact-quick-link" href="mailto:order@aqualinia-sev.ru"><?php esc_html_e( 'Написать: order@aqualinia-sev.ru', 'twentytwentyfour' ); ?></a>
|
||||
<a class="contact-quick-link" href="tel:+79117748923"><?php esc_html_e( 'Позвонить: +7 (911) 774-89-23', 'twentytwentyfour' ); ?></a>
|
||||
<a class="contact-quick-link" href="mailto:sygorenkomisha17@gmail.com"><?php esc_html_e( 'Написать: sygorenkomisha17@gmail.com', 'twentytwentyfour' ); ?></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -33,8 +33,8 @@ $test1_header_mode = isset( $test1_header_mode ) ? $test1_header_mode :
|
||||
</nav>
|
||||
|
||||
<div class="header-actions">
|
||||
<a class="header-phone" href="tel:+79781234567">
|
||||
<span aria-hidden="true">+7 (978) 123-45-67</span>
|
||||
<a class="header-phone" href="tel:+79117748923">
|
||||
<span aria-hidden="true">+7 (911) 774-89-23</span>
|
||||
</a>
|
||||
<?php if ( 'cart' === $test1_header_mode ) : ?>
|
||||
<button class="cart-button" id="cartOpenButton" aria-label="Открыть корзину">
|
||||
@@ -64,7 +64,7 @@ $test1_header_mode = isset( $test1_header_mode ) ? $test1_header_mode :
|
||||
<a href="<?php echo esc_url( home_url( '/faq/' ) ); ?>">FAQ</a>
|
||||
<a href="<?php echo esc_url( home_url( '/contacts/' ) ); ?>">Контакты</a>
|
||||
</nav>
|
||||
<a class="header-phone" href="tel:+79781234567">+7 (978) 123-45-67</a>
|
||||
<a class="header-phone" href="tel:+79117748923">+7 (911) 774-89-23</a>
|
||||
<button class="cart-button" id="mobileCartOpenButton" aria-label="Открыть корзину с мобильного меню">
|
||||
<span>Корзина</span>
|
||||
<span class="cart-count" id="mobileCartCount" aria-live="polite" aria-atomic="true">0</span>
|
||||
|
||||
Reference in New Issue
Block a user