底部转化 Footer
FooterSection 专为着陆页底部设计。它通过视觉冲击力强的背景、大标题和行动按钮,引导用户完成最后的转化动作。
import { FooterSection } from '@goenhance/cms-ui';
const Example = () => ( <FooterSection logo="/logo.png" description="..." menuList={[ { title: "资源", items: [...] } ]} />);属性说明 (Props)
Section titled “属性说明 (Props)”| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
logo | string | - | Footer Logo 图片 URL |
description | string | - | 品牌简介描述 |
copyright | string | - | 版权声明内容 |
menuList | Array<FooterMenu> | [] | 多列菜单组 |
- 多列布局:自动平衡多列链接,在移动端变为堆叠结构。
- SEO 友好:使用
<footer>语义化标签。