此模板旨在帮助您以最少的精力创建产品页面,同时提供完全自定义以满足您的需求。通过以下属性轻松设置您的模板
--- import ProductPage from '@templates/ProductPage.astro' const layout = { seo: { ... } // Your SEO configuration menu: { ... } // Menu configuration footer: { ... } // Footer configuration } --- <ProductPage layout={layout} images={[ ... ]} {/* Your Carousel images */} carousel={{ ... }} {/* Optional Carousel configuration */} buttons={[ ... ]} {/* CTA buttons */} features={[ ... ]} {/* List of features under CTA */} recommended={{ ... }} {/* Recommended items */} > <span>Your main content</span> </ProductPage>
主要功能
- 菜单和页脚配置: 自定义您的导航和页脚以匹配您的网站结构。
- 轮播图: 使用交互式轮播图展示产品图片,提供更具吸引力的用户体验。
- 灵活内容布局: 按您所需的方式定义您的主要内容。
- 可定制的 CTA: 设计符合您品牌的行动号召(CTA)。
- 功能特性: 以清晰、有条理的方式突出产品功能,以告知并吸引用户。
- 推荐部分: 添加推荐或相关产品以提高可发现性。
- 完全响应式: 布局已针对所有设备进行优化。
文档
为了帮助您充分利用此模板,您可以使用以下文档页面来发现所有自定义选项