Skip to content

Commit 32f9f9e

Browse files
Yonomclaude
andcommitted
polish(video): larger homepage screenshot, faster code panel reveal
- Increase homepage screenshot size in LogoReveal (700px height, less margin) - Reduce REST API code panel stagger delay from 15 to 8 frames - Both panels now fill in closer together for better visual balance Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1e7be31 commit 32f9f9e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/video/src/scenes/ForDevelopers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export const ForDevelopers: React.FC = () => {
220220
}}
221221
>
222222
<CodeBlock lines={npmLines} label="npm package" staggerDelay={0} />
223-
<CodeBlock lines={apiLines} label="REST API" staggerDelay={15} />
223+
<CodeBlock lines={apiLines} label="REST API" staggerDelay={8} />
224224
</div>
225225

226226
{/* Center label */}

apps/video/src/scenes/LogoReveal.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ export const LogoReveal: React.FC = () => {
7474
<div
7575
style={{
7676
position: "absolute",
77-
bottom: 40,
78-
left: 120,
79-
right: 120,
80-
height: 600,
77+
bottom: 20,
78+
left: 80,
79+
right: 80,
80+
height: 700,
8181
opacity: screenshotOpacity,
8282
transform: `scale(${screenshotScale})`,
8383
borderRadius: 16,

0 commit comments

Comments
 (0)