@@ -82,7 +82,7 @@ export default function Home() {
className="bg-blue-500 text-white hover:bg-blue-600 px-4 py-1 rounded-full text-sm font-bold transition duration-300"
onClick={() => router.push("/login")}
>
- 登录111
+ 登录
</button>
)}
</div>