How can I make a landing page for my exchange?

Hi community.

I want to make a cool landing page for my exchange, but not sure where to start.

Can you guys give me some tip?

Thanks.

2 Likes

Hey there!

HollaEx Kit actually does have a default landing page by default.

Try to set export const DISPLAY_LANDING = true at the /web/src/config/constants. This will make the HollaEx Kit to display the landing page.

To customize it, you can start from the /web/src/containers/Home/index.js file.

Another idea to have a landing page is, making a completely new webpage for the landing outside of the HollaEx Kit. For example, you can have your own custom landing page at example.com, and can have the HollaEx Kit web at trade.example.com by using subdomains.

Hope you can find the best way for you!

Thanks :slight_smile:

1 Like

Hello

I cant find const DISPLAY_LANDING

Thanks

Its in the /web/src/config/constants and you need to add it but I dont think it works with the kit version as I added it but the home page never showed up. I think its only for the cloud version. Personally, I am running my exchange on a sub domain with its own server and another server for my main site using Wordpress.

There is an option for this in your operator control settings. You can turn on the landing page option.

Isnt it only for the cloud version?

Right. its only available for cloud crypto pro plan.