Adding components to an existing screen that is just a list/map of items

I have a button that links to an existing screen that is a simple list/map of items. I would like to add new components before and after the list/map.

Example:

  1. Start up app: https://lexbyfootandphone.glideapp.io/

  1. Click on “See Available Tours”
  2. See list of tours:

  1. It is at this point that I would like to be able to add a new component before the list, and a new component after the list.

Questions:

  1. Can I

You can if you switch to the Details layout and display the list as an inline list, but I believe you lose the ability have the button to switch between list and map view. (You have to pick one or the other). You can however get around this with two inline lists and a choice component to select which view you want.

You can see what I mean here in the Food/Activities tab: