更新欢迎语并简化按钮组,提升用户体验

This commit is contained in:
“dongming”
2025-12-06 17:38:56 +08:00
parent ec7e29a004
commit 838ed757cd

View File

@@ -29,28 +29,17 @@ function App() {
</a> </a>
</div> </div>
{/* 标题 */} {/* 欢迎语 */}
<h1 className="text-4xl md:text-6xl font-bold mb-4 text-gradient"> <h1 className="text-3xl md:text-5xl font-bold mb-4 text-gradient">
TuringFlow 使 TuringFlow
</h1> </h1>
{/* 副标题 */}
<p className="text-lg md:text-xl mb-8 text-center max-w-2xl"
style={{ color: 'var(--sa-text-secondary)' }}>
</p>
{/* 按钮组 */}
<div className="flex gap-4 flex-wrap justify-center"> {/* 按钮 */}
<button className="glow-button"> <button className="glow-button">
使
</button> </button>
<button className="glass-card px-8 py-3 font-semibold transition-all duration-300
hover:border-[var(--sa-border-glow)] cursor-pointer"
style={{ color: 'var(--sa-text-primary)' }}>
</button>
</div>
</div> </div>
</div> </div>