完善首页代理产品间距和布局 & 修复购买套餐请求参数获取
This commit is contained in:
@@ -15,6 +15,11 @@ export default function ProductPage(props: ProductPageProps) {
|
||||
<HomePage path={[
|
||||
{label: '产品中心', href: '/product'},
|
||||
]}>
|
||||
<div className="container mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<h1 className="text-center text-3xl md:text-4xl lg:text-5xl font-bold mb-4 md:mb-4">
|
||||
为您的业务提供多样化代理产品
|
||||
</h1>
|
||||
</div>
|
||||
<Wrap>
|
||||
<Suspense>
|
||||
<Purchase/>
|
||||
|
||||
Reference in New Issue
Block a user