completionId: cgen-2574125395bb4a9b907c0d1999f14ffb
cgen-2574125395bb4a9b907c0d1999f14ffb
This commit is contained in:
parent
554f802511
commit
b2ece86fd3
1 changed files with 8 additions and 19 deletions
|
|
@ -45,25 +45,14 @@ export default function DevLink() {
|
|||
creators.
|
||||
</p>
|
||||
|
||||
<div className="flex gap-4 justify-center">
|
||||
<Button
|
||||
size="lg"
|
||||
className="bg-cyan-400 text-black shadow-[0_0_30px_rgba(6,182,212,0.35)] transition hover:bg-cyan-300"
|
||||
onClick={() => navigate("/dev-link/waitlist")}
|
||||
>
|
||||
<Users className="mr-2 h-5 w-5" />
|
||||
Join Waitlist
|
||||
</Button>
|
||||
<Button
|
||||
size="lg"
|
||||
variant="outline"
|
||||
className="border-cyan-400/40 text-cyan-300 hover:bg-cyan-500/10"
|
||||
onClick={() => navigate("/dev-link/profiles")}
|
||||
>
|
||||
<Briefcase className="mr-2 h-5 w-5" />
|
||||
Browse Profiles
|
||||
</Button>
|
||||
</div>
|
||||
<Button
|
||||
size="lg"
|
||||
className="bg-cyan-400 text-black shadow-[0_0_30px_rgba(6,182,212,0.35)] transition hover:bg-cyan-300"
|
||||
onClick={() => navigate("/dev-link/waitlist")}
|
||||
>
|
||||
<Users className="mr-2 h-5 w-5" />
|
||||
Join Waitlist
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue