{ selectedTab = value; onValueChange(value); }} value={navItems[0]?.value} class="flex flex-col items-center justify-center gap-12 md:mt-9" >
{#each navItems as { label, icon, value }, index}
{label}
{/each}
{#key selectedTab}
{getDescription()}
{/key}