Skip to content

Commit ccd772e

Browse files
committed
Address final review: fix ecosystem card AI-pricing copy, set editor OG image, lazy-load below-fold screenshots
1 parent e190667 commit ccd772e

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

content/editor/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: 'Cook Editor – Desktop recipe workspace with AI'
33
date: 2026-06-04T00:00:00+00:00
4-
description: 'Cook Editor is a free, open-source desktop app for writing, previewing, and planning meals from your Cooklang recipes — with a built-in CookBot AI assistant. macOS, Windows, and Linux.'
4+
description: 'Cook Editor is a free, open-source desktop app for writing, previewing, and planning meals from your Cooklang recipes — with an optional CookBot AI assistant (Cookbot Pro). macOS, Windows, and Linux.'
5+
image: /guide/cook-editor.png
56
---

layouts/editor/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h2 class="text-3xl font-bold text-cooklang-gray-900 mb-4">
122122
</p>
123123
</div>
124124
<div>
125-
<img src="/guide/cookbot-sidebar.png" alt="CookBot AI sidebar planning meals inside Cook Editor" width="2160" height="1273" class="w-full">
125+
<img src="/guide/cookbot-sidebar.png" alt="CookBot AI sidebar planning meals inside Cook Editor" width="2160" height="1273" loading="lazy" class="w-full">
126126
</div>
127127
</div>
128128
</div>

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h3 class="text-xl font-semibold mb-2">Import from Anywhere</h3>
147147
<div class="container mx-auto px-4">
148148
<div class="grid md:grid-cols-2 gap-12 items-center max-w-6xl mx-auto">
149149
<div>
150-
<img src="/guide/cook-editor.png" alt="Cook Editor desktop app with a Cooklang recipe and live preview" width="2160" height="1273" class="w-full">
150+
<img src="/guide/cook-editor.png" alt="Cook Editor desktop app with a Cooklang recipe and live preview" width="2160" height="1273" loading="lazy" class="w-full">
151151
</div>
152152
<div>
153153
<span class="inline-block bg-cooklang-orange/10 text-cooklang-orange text-sm font-semibold px-3 py-1 rounded-full mb-4">Desktop app</span>
@@ -296,7 +296,7 @@ <h3 class="text-xl font-semibold mb-2">Publish Your Recipes</h3>
296296
</div>
297297
<h3 class="text-xl font-semibold mb-2">Cook Editor</h3>
298298
<p class="text-cooklang-gray-600 mb-4">
299-
A free desktop app for writing, previewing, and planning meals from your .cook files — with AI assistance built in.
299+
A free desktop app for writing, previewing, and planning meals from your .cook files — with optional AI (Cookbot Pro, €10/mo).
300300
</p>
301301
<a href="/editor/" class="text-cooklang-orange hover:underline">Get Cook Editor →</a>
302302
</article>

0 commit comments

Comments
 (0)