Skip to content

Commit 3a6ad48

Browse files
committed
ui: redesign hero with aggressive content reduction
Reduce bullet points from 5 to 3 strongest pain points. Reduce CTA buttons from 3 to 2 (GitHub moved to navbar). Enlarge terminal window from 560px to 700px (25% increase). Rebalance grid from 1:1 to 1:1.5 ratio (terminal 60% of hero). Tighten gap from 80px to 50px (less content needs less spacing). Result: Terminal GIF becomes visual focal point, clean hierarchy. Verification: - Desktop (1440x900): 3 bullets, 2 CTAs, terminal 700px max-width - Terminal width 1.5x content width (662px vs 441px) - Mobile (375x667): Single column layout preserved - Evidence: .sisyphus/evidence/task-hero-{desktop,mobile}.png
1 parent d9057cc commit 3a6ad48

File tree

1 file changed

+30
-51
lines changed

1 file changed

+30
-51
lines changed

src/routes/+page.svelte

Lines changed: 30 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -52,38 +52,26 @@
5252
One command installs Git, Node, Docker, VS Code, and 80+ other tools. Fresh Mac to fully productive in 15 minutes. Then share your exact setup with your team so they can do the same.
5353
</p>
5454

55-
<div class="features-list">
56-
<div class="feature-item">
57-
<svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
58-
<polyline points="20 6 9 17 4 12"/>
59-
</svg>
60-
<span>No more Googling "Mac setup for developers" — it's all here</span>
61-
</div>
62-
<div class="feature-item">
63-
<svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
64-
<polyline points="20 6 9 17 4 12"/>
65-
</svg>
66-
<span>Resume exactly where you left off after wiping your Mac</span>
67-
</div>
68-
<div class="feature-item">
69-
<svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
70-
<polyline points="20 6 9 17 4 12"/>
71-
</svg>
72-
<span>Your terminal looks professional out of the box</span>
73-
</div>
74-
<div class="feature-item">
75-
<svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
76-
<polyline points="20 6 9 17 4 12"/>
77-
</svg>
78-
<span>New teammate onboards in 10 minutes, not 2 days</span>
79-
</div>
80-
<div class="feature-item">
81-
<svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
82-
<polyline points="20 6 9 17 4 12"/>
83-
</svg>
84-
<span>No tracking, no account required, no vendor lock-in</span>
85-
</div>
86-
</div>
55+
<div class="features-list">
56+
<div class="feature-item">
57+
<svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
58+
<polyline points="20 6 9 17 4 12"/>
59+
</svg>
60+
<span>No more Googling "Mac setup for developers" — it's all here</span>
61+
</div>
62+
<div class="feature-item">
63+
<svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
64+
<polyline points="20 6 9 17 4 12"/>
65+
</svg>
66+
<span>Resume exactly where you left off after wiping your Mac</span>
67+
</div>
68+
<div class="feature-item">
69+
<svg class="feature-check" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
70+
<polyline points="20 6 9 17 4 12"/>
71+
</svg>
72+
<span>New teammate onboards in 10 minutes, not 2 days</span>
73+
</div>
74+
</div>
8775

8876
<div class="install-section">
8977
<div class="install-command-wrapper">
@@ -132,22 +120,13 @@
132120
Sign in
133121
</a>
134122
{/if}
135-
<a href="/docs" class="btn-secondary">
136-
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
137-
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/>
138-
<polyline points="14 2 14 8 20 8"/>
139-
</svg>
140-
Documentation
141-
</a>
142-
<a href="https://github.com/openbootdotdev/openboot" class="btn-secondary" target="_blank" rel="noopener">
143-
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
144-
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
145-
</svg>
146-
GitHub
147-
{#if starCount > 0}
148-
<span class="star-badge">{starCount}</span>
149-
{/if}
150-
</a>
123+
<a href="/docs" class="btn-secondary">
124+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
125+
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/>
126+
<polyline points="14 2 14 8 20 8"/>
127+
</svg>
128+
Documentation
129+
</a>
151130
</div>
152131
</div>
153132

@@ -359,8 +338,8 @@
359338
.hero {
360339
padding: 80px 0 60px;
361340
display: grid;
362-
grid-template-columns: 1fr 1fr;
363-
gap: 80px;
341+
grid-template-columns: 1fr 1.5fr;
342+
gap: 50px;
364343
align-items: center;
365344
position: relative;
366345
}
@@ -604,7 +583,7 @@
604583
605584
.terminal-window {
606585
width: 100%;
607-
max-width: 560px;
586+
max-width: 700px;
608587
border-radius: 16px;
609588
overflow: hidden;
610589
background: #1e1e2e;

0 commit comments

Comments
 (0)