How to change index.json to index-landing.json (DAWN 4.0)

Hi there community, im trying to make another version to my index.json to make a landing page. Can anyone guide me? i want to make something similar to this https://eu.kith.com/

(i have done that page, i just need to know how to show at first that landing page before index page). I’m assuming it will be done on theme.liquid at layout files?

1 Like

@SHIBdev

can you create new JSON file

1 Like

@KetanKumar and how can i insert on theme.liquid file i was thinking in something like this:

{% unless template == 'index-landing' %}
      {{ content_for_layout }}
    {% endunless %}

im on the way?

1 Like

@SHIBdev

yes current