How can I switch pages?

If you do this with pages, you will either have to make two pages, or you can put it in the same page and only show the content of restaurant B when you click a button or link (for instance). This can be done with jQuery, for example. In the latter case you will have the same URL for the page.

There are many ways to go at this. You could also make parent pages “Restaurant A” and “Restaurant B” and have different sets of child pages with the same name. That way you will have a URL like:

    /restaurant-a/salads

and

    /restaurant-b/salads