feat(home): 사업자 정보 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-06-30 02:17:54 +09:00
parent 339ca78793
commit 56e0c3dc27
5 changed files with 103 additions and 20 deletions

View File

@@ -1507,47 +1507,29 @@ enum I18n {
pick(
ko: """
- 회사명 : 주식회사 소다라이브
- 대표자 : 이재형
- 주소 : 경기도 성남시 분당구 황새울로335번길 10, 5층 563A호
- 사업자등록번호 : 870-81-03220
- 통신판매업신고 : 제2024-성남분당B-1012호
- 고객센터 : 02.2055.1477 (이용시간 10:00~19:00)
- 대표 이메일 : sodalive.official@gmail.com
""",
en: """
- Company: SodaLive Co., Ltd.
- CEO: Jaehyung Lee
- Address: 5F 563A, 10, Hwangsaeul-ro335beon-gil, Bundang-gu, Seongnam-si, Gyeonggi-do
- Business Registration No.: 870-81-03220
- Mail-order business report No.: 2024-SeongnamBundangB-1012
- Customer center: +82-2-2055-1477 (Hours 10:00~19:00)
- Email: sodalive.official@gmail.com
""",
ja: """
- 会社名株式会社SodaLive
- 代表者:イ・ジェヒョン
- 住所:京畿道 城南市 盆唐区 黄새울路335番ギル10、5階563A号
- 事業者登録番号870-81-03220
- 通信販売業届出第2024-城南盆唐B-1012号
- カスタマーセンター02.2055.1477(利用時間 10:00~19:00
- 代表メールsodalive.official@gmail.com
"""
)