Different landing page based on geolocation

We would like to have different landing page based on the location where you are accessing the site.
for example: If a client is accessing the site from Singapore the content they would see would be different than someone accessing the site from Canada.

1 Like

You can do it with wix-router
The WixRouterRequest includes the ip and you can deduce the country from it.
And either change the contents of the current page or redirect to another page.