{#each subsectionTitles?.slice(0,4) as title} {@const sectionKey = title .toLowerCase() .replace(/ & /g, "-") .replace(/ /g, "-")}
  • changeSubSection(sectionKey)} class="px-2 text-sm sm:text-[1rem] whitespace-nowrap font-medium text-gray-400 sm:hover:text-white {displaySubSection === sectionKey ? 'text-white' : 'bg-[#09090B]'}" > {title}
  • {/each}