Price
价格模块,可以进行套餐介绍。只需要在config.ts
文件中添加一个数据就可以展示更多信息。
tsx
1import PriceComponent from '@/components/landingpage/PriceComponent';
建议
- 应该有多个套餐让用户选择,并且将你认为最主要的套餐信息加粗显示。
- 在底部增加可退款信息,增加客户的信任。
价格模块,可以进行套餐介绍。只需要在config.ts
文件中添加一个数据就可以展示更多信息。
1import PriceComponent from '@/components/landingpage/PriceComponent';