What—exactly—is the navigation issue you are having? “it didn’t work!” tells us nothing.
And I’ll note that you still aren’t telling your Button to do anything when it is tapped:
Button("Join") {
//go to AboutUs view
}
You need to put something there to navigate to the next screen or of course it will go nowhere.