| export function JoinWaitlistAnchor() { | |
| return ( | |
| <a | |
| href="https://www.all-hands.dev/join-waitlist" | |
| target="_blank" | |
| rel="noreferrer" | |
| className="rounded bg-[#FFE165] text-black text-sm font-bold py-[10px] w-full text-center hover:opacity-80" | |
| > | |
| Join Waitlist | |
| </a> | |
| ); | |
| } | |