function LinkOuts() { return ( <div className="flex flex-col gap-2"> <h2 className="text-2xl">Get Involved</h2> <div className="flex flex-row gap-2"> <button className="border rounded p-2 text-cyan-50 hover:bg-neutral-800"> What's Near Social? </button> <button className="border rounded p-2 text-cyan-50 hover:bg-neutral-800"> Documentation </button> </div> </div> ); }