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.
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.
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