···15151616export const PHASES: Record< PhaseKey, Phase > = {
1717 night: {
1818- greeting: 'Burning the midnight oil',
1919- headlineHtml: 'Write while the <em>world sleeps.</em>',
2020- lede: 'A calm, block-based studio for long-form on the open social web.',
1818+ greeting: 'Still up?',
1919+ headlineHtml: 'Write while it’s <em>quiet.</em>',
2020+ lede: 'A calm place to write long-form, and publish it to your own server on the open web.',
2121 },
2222 dawn: {
2323- greeting: 'Up before the birds',
2323+ greeting: 'Up with the sun',
2424 headlineHtml: 'Catch the <em>first light.</em>',
2525- lede: 'A calm, block-based studio for long-form on the open social web.',
2525+ lede: 'A calm place to write long-form, and publish it to your own server on the open web.',
2626 },
2727 morning: {
2828 greeting: 'Good morning',
2929 headlineHtml: 'Start the day on the <em>page.</em>',
3030- lede: 'A calm, block-based studio for long-form on the open social web.',
3030+ lede: 'A calm place to write long-form, and publish it to your own server on the open web.',
3131 },
3232 midday: {
3333 greeting: 'Good afternoon',
3434- headlineHtml: 'Write things <em>worth keeping.</em>',
3535- lede: 'A calm, block-based studio for long-form on the open social web.',
3434+ headlineHtml: 'Write something <em>worth keeping.</em>',
3535+ lede: 'A calm place to write long-form, and publish it to your own server on the open web.',
3636 },
3737 golden: {
3838 greeting: 'Golden hour',
3939 headlineHtml: 'Write before the <em>light goes.</em>',
4040- lede: 'A calm, block-based studio for long-form on the open social web.',
4040+ lede: 'A calm place to write long-form, and publish it to your own server on the open web.',
4141 },
4242 dusk: {
4343 greeting: 'Good evening',
4444- headlineHtml: 'End the day with <em>your words.</em>',
4545- lede: 'A calm, block-based studio for long-form on the open social web.',
4444+ headlineHtml: 'Wind down with <em>your words.</em>',
4545+ lede: 'A calm place to write long-form, and publish it to your own server on the open web.',
4646 },
4747};
4848
+4-4
src/pages/index.astro
···56565757 <section class="how">
5858 <ol class="steps">
5959- <li><span class="steps__n">01</span><h2>Sign in, no new account</h2><p>Use your existing Bluesky / AT Protocol identity.</p></li>
6060- <li><span class="steps__n">02</span><h2>Write in blocks</h2><p>Rich long-form, powered by the Gutenberg editor.</p></li>
6161- <li><span class="steps__n">03</span><h2>Own your words</h2><p>Saved to your own server, on the open web.</p></li>
5959+ <li><span class="steps__n">01</span><h2>Sign in, no new account</h2><p>Use the Bluesky / AT Protocol account you already have.</p></li>
6060+ <li><span class="steps__n">02</span><h2>Write in blocks</h2><p>Rich, long-form writing, built on the Gutenberg editor.</p></li>
6161+ <li><span class="steps__n">03</span><h2>Keep your words</h2><p>Everything saves to your own server. It’s yours.</p></li>
6262 </ol>
6363- <p class="how__honest">Publishing also creates a Bluesky post that links back — so your piece is discoverable. We always say so before you publish.</p>
6363+ <p class="how__honest">One thing worth knowing: when you publish, SkyPress also posts to Bluesky with a link back, so people can find your piece. We’ll always remind you before you hit publish :)</p>
6464 </section>
65656666 <footer class="footer">