export function RightArrow({ title, className, }: { title?: string className?: string }) { return ( ) }