This is caused because there is no hover functionality on mobile devices and the “About” link is taking users to a section within the homepage—there’s no way for the user to reveal the dropdown on a touch device without triggering the link.
I’d probably recommend removing the link for that top level navigation item all together and create another interaction (for mobile devices only) that reveals the dropdown contents on click instead of hover.