81 lines
5.7 KiB
PHP
81 lines
5.7 KiB
PHP
<?php
|
||
/**
|
||
* Contacts template with shared test1 header/footer.
|
||
*
|
||
* @package Twenty_Twenty_Four
|
||
*/
|
||
|
||
$test1_header_args = array(
|
||
'body_class' => 'test1-shared-shell test1-shared-contacts-page',
|
||
'header_action_url' => function_exists( 'wc_get_cart_url' ) ? wc_get_cart_url() : home_url( '/cart/' ),
|
||
'header_action_label' => __( 'Корзина', 'twentytwentyfour' ),
|
||
'header_mode' => 'link',
|
||
);
|
||
|
||
get_header( 'test1', $test1_header_args );
|
||
?>
|
||
|
||
<main class="site-main" role="main">
|
||
<section class="section" id="contacts">
|
||
<div class="container">
|
||
<div class="section-head">
|
||
<div>
|
||
<span class="eyebrow"><?php esc_html_e( 'Контакты', 'twentytwentyfour' ); ?></span>
|
||
<h1 class="section-title"><?php esc_html_e( 'Свяжитесь с нами и оформите заказ в пару минут', 'twentytwentyfour' ); ?></h1>
|
||
</div>
|
||
<p class="section-copy"><?php esc_html_e( 'Оставьте заявку на доставку воды в Севастополе: подскажем по объему, подтвердим удобное окно и сразу уточним детали по таре и подъему.', 'twentytwentyfour' ); ?></p>
|
||
</div>
|
||
|
||
<div class="contacts-grid">
|
||
<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:+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:sygorenkomisha17@gmail.com">sygorenkomisha17@gmail.com</a></li>
|
||
</ul>
|
||
|
||
<form class="contact-form" id="contactForm">
|
||
<input class="field" type="text" name="name" placeholder="<?php esc_attr_e( 'Ваше имя', 'twentytwentyfour' ); ?>" aria-label="<?php esc_attr_e( 'Ваше имя', 'twentytwentyfour' ); ?>" required>
|
||
<input class="field" type="tel" name="phone" placeholder="<?php esc_attr_e( 'Телефон', 'twentytwentyfour' ); ?>" aria-label="<?php esc_attr_e( 'Телефон', 'twentytwentyfour' ); ?>" required>
|
||
<input class="field" type="text" name="address" placeholder="<?php esc_attr_e( 'Адрес доставки в Севастополе', 'twentytwentyfour' ); ?>" aria-label="<?php esc_attr_e( 'Адрес доставки', 'twentytwentyfour' ); ?>" required>
|
||
<textarea class="field" name="comment" placeholder="<?php esc_attr_e( 'Что нужно доставить: например, 2 бутыли 19 л и 1 упаковка 1.5 л', 'twentytwentyfour' ); ?>" aria-label="<?php esc_attr_e( 'Комментарий к заказу', 'twentytwentyfour' ); ?>"></textarea>
|
||
<button class="button" type="submit"><?php esc_html_e( 'Отправить заявку', 'twentytwentyfour' ); ?></button>
|
||
<div class="success-note" id="contactSuccess" role="status" aria-live="polite"><?php esc_html_e( 'Спасибо! Заявка принята. Мы свяжемся с вами для подтверждения заказа.', 'twentytwentyfour' ); ?></div>
|
||
</form>
|
||
</div>
|
||
|
||
<div class="map-placeholder reveal reveal-delay-1" aria-label="Условия обслуживания по городу">
|
||
<span class="eyebrow eyebrow-inverse"><?php esc_html_e( 'Зона обслуживания', 'twentytwentyfour' ); ?></span>
|
||
<h3 class="section-heading-compact section-heading-map"><?php esc_html_e( 'Принимаем заявки по всему Севастополю', 'twentytwentyfour' ); ?></h3>
|
||
<p class="map-copy"><?php esc_html_e( 'Работаем ежедневно и подбираем удобный интервал доставки для дома, офиса, кафе и небольших коммерческих точек.', 'twentytwentyfour' ); ?></p>
|
||
|
||
<div class="contact-fast-facts">
|
||
<article class="contact-fact-card">
|
||
<strong><?php esc_html_e( 'Подтверждение заявки', 'twentytwentyfour' ); ?></strong>
|
||
<span><?php esc_html_e( 'До 15 минут в рабочие часы, без долгого ожидания.', 'twentytwentyfour' ); ?></span>
|
||
</article>
|
||
<article class="contact-fact-card">
|
||
<strong><?php esc_html_e( 'Окна доставки', 'twentytwentyfour' ); ?></strong>
|
||
<span><?php esc_html_e( 'С 8:00 до 21:00 ежедневно, срочные слоты по возможности.', 'twentytwentyfour' ); ?></span>
|
||
</article>
|
||
<article class="contact-fact-card">
|
||
<strong><?php esc_html_e( 'Дополнительный сервис', 'twentytwentyfour' ); ?></strong>
|
||
<span><?php esc_html_e( 'Подъем воды и вывоз пустой тары при следующем визите.', 'twentytwentyfour' ); ?></span>
|
||
</article>
|
||
</div>
|
||
|
||
<div class="contact-quick-actions">
|
||
<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>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<?php
|
||
get_footer( 'test1' );
|