File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -106,16 +106,7 @@ export const HeroSection = () => {
106106 className = "bg-foreground text-background hover:bg-foreground/90 px-12 py-8 text-base font-light rounded-full shadow-2xl border-0 min-w-[240px] transition-all duration-500 hover:scale-[1.02] active:scale-[0.98] tracking-wide"
107107 onClick = { ( ) => setIsLoginModalOpen ( true ) }
108108 >
109- Start Playing
110- </ Button >
111-
112- < Button
113- variant = "outline"
114- size = "lg"
115- className = "glass border-border/30 hover:bg-muted/10 hover:border-border/50 px-12 py-8 text-base font-light rounded-full min-w-[240px] transition-all duration-500 hover:scale-[1.02] active:scale-[0.98] tracking-wide"
116- onClick = { ( ) => setIsLoginModalOpen ( true ) }
117- >
118- Quick Match
109+ Get started
119110 </ Button >
120111 </ motion . div >
121112 </ motion . div >
You can’t perform that action at this time.
0 commit comments