Skip to content

Commit b783ec7

Browse files
fix(landing): polish how-it-works section copy and narrative
- Rewrite subtitle to set time expectation instead of ending on 'Wait for Homebrew' - Step 1: 'Run one command' — clearer action, smoother Homebrew conditional - Step 2: 'Pick your tools' — drop keyboard-shortcut-manual tone - Step 3: 'Everything installs itself' — reframe from passive wait to automation value - Step 4: 'Open a new terminal' — end with core value prop payoff Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 6ac38a6 commit b783ec7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/routes/+page.svelte

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<section class="how-it-works">
122122
<div class="section-header">
123123
<h2 class="section-title">How It Works</h2>
124-
<p class="section-subtitle">Run one command. Pick what you need. Wait for Homebrew.</p>
124+
<p class="section-subtitle">One command, a few picks, done in under 30 minutes.</p>
125125
</div>
126126

127127
<div class="steps-container">
@@ -131,29 +131,29 @@
131131
<div class="step-number">
132132
<span>1</span>
133133
</div>
134-
<h3>Run the installer</h3>
135-
<p>Paste the curl command into your terminal. No Homebrew yet? It installs Xcode tools and Homebrew automatically before launching OpenBoot.</p>
134+
<h3>Run one command</h3>
135+
<p>Paste the curl command into your terminal. If Homebrew isn't installed, it sets that up too — Xcode tools and all. Then the package picker opens.</p>
136136
</div>
137137
<div class="step step-2">
138138
<div class="step-number">
139139
<span>2</span>
140140
</div>
141-
<h3>Pick your packages</h3>
142-
<p>Interactive TUI opens. Start from a preset or toggle individual packages. Arrow keys to navigate, Space to select, Enter to confirm.</p>
141+
<h3>Pick your tools</h3>
142+
<p>A terminal menu opens. Start from a preset or go package by package — toggle what you want, confirm, and you're done choosing.</p>
143143
</div>
144144
<div class="step step-3">
145145
<div class="step-number">
146146
<span>3</span>
147147
</div>
148-
<h3>Wait for it to finish</h3>
149-
<p>Homebrew installs everything you picked. Shell gets configured, dotfiles get linked, macOS preferences get applied. Takes 10-30 minutes depending on your selections.</p>
148+
<h3>Everything installs itself</h3>
149+
<p>Packages download, shell gets configured, dotfiles get linked, macOS preferences get applied. It runs unattended — no babysitting needed.</p>
150150
</div>
151151
<div class="step step-4">
152152
<div class="step-number">
153153
<span>4</span>
154154
</div>
155-
<h3>Done. Restart terminal</h3>
156-
<p>Shell config loads, aliases activate. Your dev environment is ready to go.</p>
155+
<h3>Open a new terminal</h3>
156+
<p>Your tools are there, aliases work, shell config is live. Everything that used to take a full day is already done.</p>
157157
</div>
158158
</div>
159159
</div>

0 commit comments

Comments
 (0)