Skip to content

Commit e61fa0c

Browse files
committed
update landing page hero copy for better conversion
1 parent 743568f commit e61fa0c

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

src/routes/+page.svelte

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
</script>
5252

5353
<svelte:head>
54-
<title>OpenBoot - One-line macOS Development Environment Setup</title>
55-
<meta name="description" content="Bootstrap your Mac development environment in minutes. One command to install everything you need - Homebrew, CLI tools, GUI apps, dotfiles, and Oh-My-Zsh. Snapshot your current setup and share it with your team." />
54+
<title>OpenBoot - Set up your Mac in one command, not one afternoon</title>
55+
<meta name="description" content="One curl command installs 70+ curated dev tools, deploys your dotfiles, and configures macOS. Pick a preset or build your own — done in about 5 minutes." />
5656
<meta property="og:url" content="https://openboot.dev" />
5757
</svelte:head>
5858

@@ -70,19 +70,16 @@
7070
<section class="hero">
7171
<div class="hero-split">
7272
<div class="hero-left">
73-
<h1>One-line macOS<br />Dev Environment Setup</h1>
74-
<p class="subtitle">Bootstrap your Mac in minutes. Homebrew, CLI tools, GUI apps, dotfiles, and Oh-My-Zsh with a single command.</p>
75-
76-
<div class="features-grid">
77-
<div class="feature-item">Beautiful interactive TUI</div>
78-
<div class="feature-item">Apple Silicon & Intel</div>
79-
<div class="feature-item">3 curated presets</div>
80-
<div class="feature-item">Oh-My-Zsh + aliases</div>
81-
<div class="feature-item">Snapshot & share setup</div>
82-
<div class="feature-item">macOS prefs tuning</div>
83-
<div class="feature-item">Dry-run mode</div>
84-
<div class="feature-item">100% open source</div>
85-
</div>
73+
<h1>Set up your Mac in<br />one command — not one afternoon</h1>
74+
<p class="subtitle">One curl command installs everything. Pick from 70+ curated dev tools, deploy your dotfiles, and configure macOS — all in about 5 minutes.</p>
75+
76+
<div class="features-grid">
77+
<div class="feature-item">70+ curated dev tools</div>
78+
<div class="feature-item">Smart install — skips what's already there</div>
79+
<div class="feature-item">Dotfiles + Oh-My-Zsh built in</div>
80+
<div class="feature-item">Share configs with your team</div>
81+
<div class="feature-item">100% open source, zero telemetry</div>
82+
</div>
8683

8784
<div class="install-command" id="install">
8885
<div class="install-prompt">$</div>

0 commit comments

Comments
 (0)