File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,8 +192,9 @@ export function HeroSection() {
192192
193193 { /* CTAs */ }
194194 < motion . div variants = { fadeUp } className = "mt-12 flex flex-col items-center gap-4 sm:flex-row" >
195- < AccentButton href = "/login" variant = "primary" icon = { < ArrowRight size = { 18 } /> } >
196- Start Splitting Free
195+ < AccentButton href = "/waitlist" variant = "primary" icon = { < ArrowRight size = { 18 } /> } >
196+ { /* Start Splitting Free */ }
197+ Join the Waitlist
197198 </ AccentButton >
198199 < AccentButton href = "/features" variant = "secondary" >
199200 Explore Features
Original file line number Diff line number Diff line change @@ -99,18 +99,21 @@ export function Navbar() {
9999 { /* Auth Actions */ }
100100 < div className = "flex items-center gap-3" >
101101 < div className = "hidden sm:flex items-center gap-3" >
102- < Link
102+ { /* <Link
103103 href="/login"
104104 className="group flex items-center gap-2 text-xs font-bold uppercase tracking-widest text-zinc-400 transition-colors hover:text-white"
105105 >
106106 <LogIn size={14} className="opacity-60 group-hover:opacity-100" />
107107 Sign In
108- </ Link >
108+
109+ </Link> */ }
109110 < Link
110- href = "/register"
111- className = "group relative flex h-11 items-center gap-2 overflow-hidden rounded-xl bg-white px-6 text-xs font-black uppercase tracking-widest text-black transition-all hover:scale-[1.02] active:scale-95 shadow-xl shadow-white/5"
111+ // href="/register"
112+ href = "#"
113+ className = "disabled:opacity-50 disabled:cursor-not-allowed group relative flex h-11 items-center gap-2 overflow-hidden rounded-xl bg-white px-6 text-xs font-black uppercase tracking-widest text-black transition-all hover:scale-[1.02] active:scale-95 shadow-xl shadow-white/5"
112114 >
113- < span > Get Started</ span >
115+ { /* <span>Get Started</span> */ }
116+ < span > Coming Soon!</ span >
114117 < ArrowRight size = { 14 } className = "transition-transform group-hover:translate-x-0.5" />
115118 </ Link >
116119 </ div >
You can’t perform that action at this time.
0 commit comments