免费与菜单提示文字

This commit is contained in:
2026-04-21 16:06:42 +08:00
parent 27e694ee0d
commit a0b0956677
3 changed files with 17 additions and 7 deletions

View File

@@ -237,7 +237,7 @@ export default function CustomPage() {
<section className="relative rounded-lg overflow-hidden h-48 lg:h-56">
<Image
src={group}
alt="免费试用背景"
alt="立即试用背景"
fill
className="object-cover"
priority
@@ -251,9 +251,9 @@ export default function CustomPage() {
className={merge(
'bg-blue-600 hover:bg-blue-700 text-white px-8 py-3 rounded-md whitespace-nowrap',
)}
onClick={() => router.push('/login')}
onClick={() => router.push('/product')}
>
</Button>
</div>
</div>