diff --git a/themes/starter/components/Brand.js b/themes/starter/components/Brand.js index 06cf9d3e..7d5b02da 100644 --- a/themes/starter/components/Brand.js +++ b/themes/starter/components/Brand.js @@ -11,7 +11,7 @@ export const Brand = () => { return ( <> {/* */} -
+
{brands?.map((item, index) => { diff --git a/themes/starter/index.js b/themes/starter/index.js index 81ca2c91..466c9ccb 100644 --- a/themes/starter/index.js +++ b/themes/starter/index.js @@ -85,6 +85,16 @@ const LayoutIndex = props => { <> {/* 英雄区 */} {siteConfig('STARTER_HERO_ENABLE') && } + {/* 横幅图片 */} + {siteConfig('STARTER_HERO_BANNER_IMAGE') && ( +
+ +
+ )} + {/* 合作伙伴 */} + {siteConfig('STARTER_BRANDS_ENABLE') && } {/* 产品特性 */} {siteConfig('STARTER_FEATURE_ENABLE') && } {/* 关于 */} @@ -111,8 +121,7 @@ const LayoutIndex = props => { )} {/* 联系方式 */} {siteConfig('STARTER_CONTACT_ENABLE') && } - {/* 合作伙伴 */} - {siteConfig('STARTER_BRANDS_ENABLE') && } + {/* 行动呼吁 */} {siteConfig('STARTER_CTA_ENABLE') && }