feat: release B2B Trade theme 2.1.0
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
<?php
|
||||
/** Booking call-to-action band on the homepage. @package Fragrance_Trade */
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
?>
|
||||
<section class="b2b-section cta-section">
|
||||
<div class="container text-center">
|
||||
<h2><?php esc_html_e( '准备好为爱车贴膜了吗?', 'fragrance-trade' ); ?></h2>
|
||||
<p class="section-lead mx-auto"><?php esc_html_e( '留下您的车型与需求,我们会尽快与您联系,确认到店施工时间。', 'fragrance-trade' ); ?></p>
|
||||
<a href="<?php echo esc_url( home_url( '/contact/' ) ); ?>" class="btn btn-b2b-primary btn-lg"><?php esc_html_e( '立即预约', 'fragrance-trade' ); ?></a>
|
||||
<h2><?php esc_html_e( '想先了解适合哪种贴膜方案?', 'fragrance-trade' ); ?></h2>
|
||||
<p class="section-lead mx-auto"><?php esc_html_e( '告诉我们车型、使用场景、关注的问题和预算范围,门店会结合实际情况说明可选项目与到店安排。', 'fragrance-trade' ); ?></p>
|
||||
<a href="<?php echo esc_url( home_url( '/contact/' ) ); ?>" class="btn btn-b2b-primary btn-lg"><?php esc_html_e( '联系门店', 'fragrance-trade' ); ?></a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user