fix: make the CTAs in the hero section bigger
This commit is contained in:
parent
ba1fbcbb31
commit
31f1385bdf
1 changed files with 2 additions and 2 deletions
|
@ -22,14 +22,14 @@ function Hero() {
|
|||
<Link
|
||||
href="#"
|
||||
target={"_self"}
|
||||
className="bg-primary text-primary-foreground rounded-md px-4 py-2 hover:bg-primary/75 transition-colors"
|
||||
className="bg-primary text-primary-foreground rounded-md px-5 py-2 text-lg hover:bg-primary/75 transition-colors"
|
||||
>
|
||||
Get started
|
||||
</Link>
|
||||
<Link
|
||||
href="#"
|
||||
target={"_self"}
|
||||
className="bg-accent text-accent-foreground rounded-md px-4 py-2 hover:bg-accent/75 transition-colors"
|
||||
className="bg-accent text-accent-foreground rounded-md px-5 py-2 text-lg hover:bg-accent/75 transition-colors"
|
||||
>
|
||||
View demo
|
||||
</Link>
|
||||
|
|
Loading…
Reference in a new issue