添加用户资料点击逻辑,更新页面UI
This commit is contained in:
@@ -93,7 +93,7 @@ export function LandingPage({ onStart }) {
|
||||
</div>
|
||||
|
||||
<h1 className="text-4xl md:text-6xl font-bold text-white tracking-tight landing-title">
|
||||
人生轨迹
|
||||
人生OS
|
||||
<span className="block text-xl md:text-2xl font-light mt-4 text-primary/80">Life Trajectory</span>
|
||||
</h1>
|
||||
|
||||
@@ -113,7 +113,7 @@ export function LandingPage({ onStart }) {
|
||||
variant="primary"
|
||||
size="lg"
|
||||
onClick={() => setShowLoginModal(true)}
|
||||
className="w-full shadow-[0_0_20px_rgba(16,185,129,0.3)] hover:shadow-[0_0_30px_rgba(16,185,129,0.5)] transition-all"
|
||||
className="w-full shadow-[0_0_20px_rgba(205,133,63,0.3)] hover:shadow-[0_0_30px_rgba(205,133,63,0.5)] transition-all"
|
||||
>
|
||||
登录账号
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user