> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aldoc.care/llms.txt
> Use this file to discover all available pages before exploring further.

# 홈

<div className="relative">
  <div className="relative z-10 px-4 py-4 lg:py-32 lg:pb-24 max-w-3xl mx-auto">
    <h1 className="block text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
      알닥 고객지원 센터입니다.
    </h1>

    <div className="px-6 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
      <Card title="가입 가이드" icon="user-plus" href="/welcome-guide/welcome">
        알닥을 처음 시작하는 의사 선생님들을 위한 가이드입니다. 개원의, 봉직의 등
        다양한 상황에 맞춘 가입 절차를 안내합니다.
      </Card>

      <Card title="클라이언트 가이드" icon="proportions" href="/client">
        알닥 클라이언트는 진료실에서 사용하시는 설치형 프로그램입니다.
      </Card>

      <Card title="고객지원 관련" icon="podcast" href="/supports">
        알닥 고객지원에 사용되는 각종 리소스입니다.
      </Card>
    </div>
  </div>
</div>
