@@ -12,12 +12,12 @@ export function Hero() {
1212 < div className = "flex flex-col items-center text-center" >
1313 { /* Badge */ }
1414 < div className = "mb-6 inline-flex items-center gap-2 rounded-full border border-border bg-card/50 px-4 py-1.5 text-sm text-muted-foreground" >
15- < span className = "h-2 w -2 rounded-full bg-primary animate-pulse" />
15+ < span className = "size -2 rounded-full bg-primary animate-pulse" />
1616 Now available for macOS
1717 </ div >
1818
1919 { /* Title */ }
20- < h1 className = "mb-6 max-w-4xl text-4xl font-bold tracking-tight sm:text-5xl lg:text-6xl" >
20+ < h1 className = "mb-6 max-w-4xl text-4xl font-semibold tracking-tight sm:text-5xl lg:text-6xl" >
2121 Manage Your AI Agent < span className = "gradient-text" > Skills</ span > { ' ' }
2222 in One Place
2323 </ h1 >
@@ -34,7 +34,7 @@ export function Hero() {
3434 href = "https://github.com/laststance/skills-desktop/releases/download/v0.17.0/skills-desktop-0.17.0-arm64.dmg"
3535 className = "inline-flex items-center justify-center gap-2 rounded-lg bg-primary px-8 py-3 text-lg font-semibold text-primary-foreground transition-all hover:bg-primary/90 hover:scale-105"
3636 >
37- < Apple className = "h-5 w -5" />
37+ < Apple className = "size -5" />
3838 < div className = "text-left" >
3939 < div > Download for Mac</ div >
4040 < div className = "text-xs font-normal opacity-80" >
@@ -46,7 +46,7 @@ export function Hero() {
4646 href = "https://github.com/laststance/skills-desktop/releases/download/v0.17.0/skills-desktop-0.17.0-x64.dmg"
4747 className = "inline-flex items-center justify-center gap-2 rounded-lg border border-border bg-card/50 px-8 py-3 text-lg font-semibold transition-all hover:bg-card hover:scale-105"
4848 >
49- < Cpu className = "h-5 w -5" />
49+ < Cpu className = "size -5" />
5050 < div className = "text-left" >
5151 < div > Download for Mac</ div >
5252 < div className = "text-xs font-normal text-muted-foreground" >
@@ -69,9 +69,9 @@ export function Hero() {
6969 < div className = "absolute -inset-4 rounded-2xl bg-gradient-to-r from-primary/20 via-accent/20 to-primary/20 blur-2xl" />
7070 < div className = "glass relative overflow-hidden rounded-xl shadow-2xl" >
7171 < div className = "flex h-8 items-center gap-2 border-b border-border/50 bg-card/80 px-4" >
72- < div className = "h-3 w -3 rounded-full bg-red-500" />
73- < div className = "h-3 w -3 rounded-full bg-yellow-500" />
74- < div className = "h-3 w -3 rounded-full bg-green-500" />
72+ < div className = "size -3 rounded-full bg-red-500" />
73+ < div className = "size -3 rounded-full bg-yellow-500" />
74+ < div className = "size -3 rounded-full bg-green-500" />
7575 < span className = "ml-4 text-sm text-muted-foreground" >
7676 Skills Desktop
7777 </ span >
0 commit comments