diff --git a/wp-content/themes/bitwms-child/style.css b/wp-content/themes/bitwms-child/style.css index d80c91d..2e4e8dc 100644 --- a/wp-content/themes/bitwms-child/style.css +++ b/wp-content/themes/bitwms-child/style.css @@ -607,3 +607,116 @@ body.sidebar-overlay::after { .hero__actions { flex-direction: column; margin-bottom: 40px; } .hero__stats { flex-direction: column; gap: 24px; } } + +/* ========================================================================== + Promo WMS section + ========================================================================== */ + +.promo-wms { + padding: 80px 0; + background: var(--color-gray-light); +} + +.promo-wms__grid { + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 32px; + margin-bottom: 48px; +} + +.promo-wms__icon { + font-size: 2rem; + display: block; + margin-bottom: 12px; +} + +.promo-wms__actions { + display: flex; + gap: 16px; +} + +@media (max-width: 767px) { + .promo-wms { padding: 40px 0; } + .promo-wms__grid { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; } + .promo-wms__actions { flex-direction: column; } +} + +/* ========================================================================== + Subscribe section + ========================================================================== */ + +.subscribe-section { + padding: 80px 0; +} + +.subscribe-section__form { + display: flex; + gap: 12px; + max-width: 500px; + margin-bottom: 12px; +} + +.subscribe-section__input { + flex: 1; + padding: 12px 16px; + font-size: 1rem; + border: 2px solid var(--color-gray-light); + border-radius: 0; +} + +.subscribe-section__input:focus { + outline: none; + border-color: var(--color-primary); +} + +.subscribe-section__note { + font-size: 0.75rem; + color: var(--color-gray-text); +} + +@media (max-width: 767px) { + .subscribe-section { padding: 40px 0; } + .subscribe-section__form { flex-direction: column; max-width: 100%; } + .subscribe-section__input { width: 100%; } +} + +/* ========================================================================== + Clients section + ========================================================================== */ + +.clients-section { + padding: 60px 0 80px; + border-top: 1px solid var(--color-gray-light); +} + +.clients-section__grid { + display: flex; + flex-wrap: wrap; + gap: 32px; + align-items: center; +} + +.clients-section__item img { + max-height: 40px; + filter: grayscale(100%); + opacity: 0.6; + transition: filter var(--transition-base), opacity var(--transition-base); +} + +.clients-section__item img:hover { + filter: grayscale(0%); + opacity: 1; +} + +.clients-section__placeholder { + display: inline-block; + padding: 12px 24px; + background: var(--color-gray-light); + font-size: 0.875rem; + color: var(--color-gray-text); +} + +@media (max-width: 767px) { + .clients-section { padding: 40px 0 48px; } + .clients-section__grid { gap: 16px; } +} diff --git a/wp-content/themes/bitwms-child/templates/section-clients.php b/wp-content/themes/bitwms-child/templates/section-clients.php new file mode 100644 index 0000000..0a6fba3 --- /dev/null +++ b/wp-content/themes/bitwms-child/templates/section-clients.php @@ -0,0 +1,60 @@ + 'Клиент А', + 'logo' => '', + ], + [ + 'name' => 'Клиент Б', + 'logo' => '', + ], + [ + 'name' => 'Клиент В', + 'logo' => '', + ], + [ + 'name' => 'Клиент Г', + 'logo' => '', + ], + [ + 'name' => 'Клиент Д', + 'logo' => '', + ], + [ + 'name' => 'Клиент Е', + 'logo' => '', + ], +]; +?> + +
+
+ +

Нам доверяют

+ +
+ +
+ + <?php echo esc_attr( $client['name'] ); ?> + + + + + +
+ +
+ +
+
diff --git a/wp-content/themes/bitwms-child/templates/section-promo-wms.php b/wp-content/themes/bitwms-child/templates/section-promo-wms.php new file mode 100644 index 0000000..fd38961 --- /dev/null +++ b/wp-content/themes/bitwms-child/templates/section-promo-wms.php @@ -0,0 +1,52 @@ + + +
+
+ +

БИТ.WMS — комплексное решение для вашего склада

+ +
+ +
+ +

Быстрое внедрение

+

Знаем бизнес-задачи склада, запускаем проект за недели, а не месяцы

+
+ +
+ +

Собственная разработка

+

БИТ.WMS — продукт Первого Бита, гибко адаптируется под ваши процессы

+
+ +
+ +

Проверено временем

+

200+ проектов внедрения, 15+ лет экспертизы в складской логистике

+
+ +
+ +

Прозрачные условия

+

Открытая ценовая политика, понятные сроки и этапы

+
+ +
+ + + +
+
diff --git a/wp-content/themes/bitwms-child/templates/section-subscribe.php b/wp-content/themes/bitwms-child/templates/section-subscribe.php new file mode 100644 index 0000000..5511c2b --- /dev/null +++ b/wp-content/themes/bitwms-child/templates/section-subscribe.php @@ -0,0 +1,31 @@ + + +
+
+ +

Получайте экспертные материалы по складской логистике на почту

+ + + + + +
+