更新欢迎语并简化按钮组,提升用户体验
This commit is contained in:
23
src/App.tsx
23
src/App.tsx
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user