{$text["hero"]?.title
Helpdesk

{$text["whatIs"]?.title || ""}

{$text["whatIs"]?.description || ""}

{$text["services"]?.title || ""}

    {#each $text["services"]?.list || [] as service}
  • {service}
  • {/each}

{$text["pricing"]?.title || ""}

{#each pricingData.services as service} {/each}
{$text["pricing"]?.tableHeaders?.service || ""} {$text["pricing"]?.tableHeaders?.quantity || ""} {$text["pricing"]?.tableHeaders?.price || ""}
{service.name} {service.quantity} {service.price}

{@html $text["pricing"]?.note || ""}

{@html $text["hours"]?.title || ""}
{@html $text["hours"]?.schedule || ""}

{$text["hours"]?.note || ""}

{$text["location"]?.title || ""}

openDirections(center[0], center[1])} onkeydown={(e) => (e.key === 'Enter' || e.key === ' ') && openDirections(center[0], center[1])} class="flex flex-col items-center hover:scale-110 transition-transform cursor-pointer" title="Get directions to Akadeemia tee 5" > Akadeemia tee 5
openDirections(keemiaBusStop[0], keemiaBusStop[1])} onkeydown={(e) => (e.key === 'Enter' || e.key === ' ') && openDirections(keemiaBusStop[0], keemiaBusStop[1])} class="flex flex-col items-center hover:scale-110 transition-transform cursor-pointer" title="Get directions to Keemia bus stop" > Keemia
openDirections(tehnikaBusStop[0], tehnikaBusStop[1])} onkeydown={(e) => (e.key === 'Enter' || e.key === ' ') && openDirections(tehnikaBusStop[0], tehnikaBusStop[1])} class="flex flex-col items-center hover:scale-110 transition-transform cursor-pointer" title="Get directions to Tehnikaülikool bus stop" > Tehnikaülikool

{@html $text["location"]?.busInfo || ""}

{$text["location"]?.address || ""}