Skip to content

Commit 89e4553

Browse files
committed
Improve mobile hero clarity
1 parent 57b121e commit 89e4553

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

playground/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@
147147
<p class="eyebrow">A motion language for LLMs</p>
148148
<h1 class="headline">Give your LLM<br /><span class="hl">a body.</span></h1>
149149
<p class="subhead">
150-
Posecode turns LLM-written text into structured, editable 3D human motion, live in your browser.
150+
Give your LLM the Posecode prompt. Posecode turns its response into structured, editable 3D human
151+
motion in your browser.
151152
</p>
152153
<div class="hero-cta">
153154
<a class="btn primary lg" href="/play">Open the playground&nbsp;→</a>
@@ -158,14 +159,14 @@ <h1 class="headline">Give your LLM<br /><span class="hl">a body.</span></h1>
158159
<div class="hero-meta" aria-label="Project highlights">
159160
<span>Open source</span>
160161
<span>Runs on-device</span>
161-
<span>LLM-ready</span>
162+
<span>Prompt included</span>
162163
</div>
163164
</div>
164165

165166
<div class="hero-stage reveal" aria-label="A prompt becoming a live 3D movement">
166167
<div class="prompt-card">
167-
<span class="prompt-label">Prompt to a capable LLM</span>
168-
<p>“Write a controlled superhero landing.”</p>
168+
<span class="prompt-label">After pasting the Posecode prompt</span>
169+
<p>Then ask: “Write a controlled superhero landing.”</p>
169170
</div>
170171

171172
<div class="studio">

playground/src/landing.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -996,9 +996,7 @@ code {
996996
}
997997

998998
.code-chip {
999-
right: -4px;
1000-
bottom: -26px;
1001-
font-size: 9.5px;
999+
display: none;
10021000
}
10031001

10041002
.proof {

0 commit comments

Comments
 (0)