Home | wanderer

{$_("welcome_to")} wanderer

{$_("hero_section_0_text")}
search(e.detail)} on:click={(e) => handleSearchClick(e.detail)} large={true} placeholder="{$_('search-for-trails-places')}..." items={searchDropdownItems} >
{#if $trails.length == 0}
Empty State showing a wanderer going into the distance
{/if} {#each { length: Math.min($trails.length, 4) } as _, i} {/each}
{#if $trails.length == 0}

{$_("hero_section_1_heading")}

{$_("hero_section_1_text_alternative")}
{$_("new-trail")} {:else}

{$currentUser ? $_("trails-for-you") : $_("explore-some-trails")}

{$_("hero_section_1_text")}
{$_("explore")} {/if}

{$_("categories")}

{$_("hero_section_2_text")}
{#each $categories as category} {/each}