On the Mobile index component, there is a check where if the user address is not set, it redirects to the FirstScreen component (and forces the user to select the location)
So if you just change the component here, it should directly redirect the user to the Home component.
But on the Home component, we have the Nav bar where the user's current address is shown, also all the API calls for the Promo Sliders and the Delivery/Self-pickup restaurants contain the latitude, longitude parameters that will be missing so nothing will load.
To solve this, you will need to preset some address for your website.
Example: If your business is in Sydney (and you have some restaurants in that area), you could pass the latitude, longitude, and a placeholder name like "Sydney" and these values should be set when a new user opens your website.
Just an idea.
P.S I will be doing the same for the managed Foodomaa thing if it passes the initial market feasibility test (which we are currently working on)