feat: refine responsive automotive storefront

This commit is contained in:
李宝儿的Macbook
2026-07-25 11:15:29 +08:00
parent 4f070d4677
commit 2b37713791
19 changed files with 909 additions and 187 deletions
+4 -4
View File
@@ -55,13 +55,13 @@ get_header();
?>
<?php
/* ---- 2. 信任要点 ---- */
get_template_part( 'template-parts/home/trust' );
/* ---- 2. 门店环境 ---- */
get_template_part( 'template-parts/home/factory' );
?>
<?php
/* ---- 3. 门店环境 ---- */
get_template_part( 'template-parts/home/factory' );
/* ---- 3. 品牌资质与荣誉 ---- */
get_template_part( 'template-parts/home/credentials' );
?>
<?php