Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions landing/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const faqSchema = {
</div>

<p class="download-count" id="download-count" hidden>
지금까지 <strong id="download-count-num">0</strong>번 다운로드됐어요
지금까지 <strong id="download-count-num">0</strong>번 다운로드 됐어요
</p>

<div class="hero-demo" aria-hidden="true">
Expand All @@ -182,15 +182,18 @@ const faqSchema = {
<section class="section">
<div class="container">
<h2 class="section-title">
방금도 <span class="hl">'떄'</span>라고 치셨나요?
방금도 <span class="hl">'떄'</span> 라고 치셨나요?
</h2>
<div class="explainer">
<p>
바쁜 일상 속 우리는 자꾸만 '때'를 찾지만, 정작 손끝에 닿는 건 '떄'.
빛날 떄, 무너질 떄, 다시 일어설 떄 — 그 모든 순간에도 우리가
부르고 싶었던 건 '때'였습니다.
<strong>쌍자음(ㄲ ㄸ ㅃ ㅆ ㅉ)</strong>은 한국어에서
이중모음(ㅒ ㅖ)을 거의 만나지 않거든요.
바쁜 일상 속 우리는 자꾸만 '때'를 찾지만,
<br />
정작 손끝에 닿는 건 '떄'.
</p>
<p>
빛날 떄, 무너질 떄, 다시 일어설 떄 —
<br />
그 모든 순간에 우리가 부르고 싶었던 건 '때' 였습니다.
</p>
</div>
</div>
Expand Down
Loading