ClientLink

Just next/link's Link re-exported from a "use client" module. Passing a react-bootstrap component's as prop a component reference (not JSX) from a Server Component crosses the Server->Client boundary as a plain prop value - next/link's own Link doesn't survive that, but a value re-exported from a "use client" module does.