修改网站图标显示 & 所以按钮添加手形样式

This commit is contained in:
Eamon-meng
2026-03-12 15:46:30 +08:00
parent 2b77ea189b
commit bce7e41adf
6 changed files with 5 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ export function HeroSection() {
</div>
<FreeTrial className={[
`mt-32 max-md:mt-20 w-96 max-md:w-full h-16 md:h-24 rounded-lg shadow-lg`,
`mt-32 max-md:mt-20 w-96 max-md:w-full h-16 md:h-24 rounded-lg shadow-lg cursor-pointer`,
`bg-linear-to-r from-blue-500 to-cyan-400 text-white text-xl lg:text-4xl`,
].join(' ')}/>
</Wrap>