Skip to content

Commit 24369f4

Browse files
Update checkins preview on landing page to reflect new UI (#806)
1 parent e05df96 commit 24369f4

File tree

3 files changed

+32
-9
lines changed

3 files changed

+32
-9
lines changed
48.1 KB
Loading
48.2 KB
Loading

ui/src/pages/Landing.svelte

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -214,21 +214,22 @@
214214
<li class="flex items-start">
215215
<span class="text-indigo-500 dark:text-indigo-400 me-2">✓</span>
216216
<span
217-
><strong>Visual user journeys:</strong> Drag-and-drop interface transforms complex backlogs into clear story
218-
flows</span
217+
><strong>Commenting on checkins:</strong> Team members can add comments to any checkin for deeper discussion
218+
or clarification.</span
219219
>
220220
</li>
221221
<li class="flex items-start">
222222
<span class="text-indigo-500 dark:text-indigo-400 me-2">✓</span>
223223
<span
224-
><strong>Real-time team alignment:</strong> Live collaboration keeps distributed product teams in sync</span
224+
><strong>Highlight blockers & needs discussion:</strong> Instantly flag items that need team attention, so
225+
blockers and dependencies stand out.</span
225226
>
226227
</li>
227228
<li class="flex items-start">
228229
<span class="text-indigo-500 dark:text-indigo-400 me-2">✓</span>
229230
<span
230-
><strong>User-value prioritization:</strong> Stop building random features and focus on what users actually
231-
need</span
231+
><strong>Focused standups:</strong> Skip routine status updates and zero in on what matters most for team
232+
progress.</span
232233
>
233234
</li>
234235
</ul>
@@ -271,16 +272,38 @@
271272
Skip the status updates everyone already knows. Focus your daily standups on blockers, dependencies, and
272273
what actually needs team discussion.
273274
</p>
275+
<ul class="space-y-3 text-gray-700 dark:text-gray-300 mb-8">
276+
<li class="flex items-start">
277+
<span class="text-indigo-500 dark:text-indigo-400 me-2">✓</span>
278+
<span
279+
><strong>Visual user journeys:</strong> Drag-and-drop interface transforms complex backlogs into clear story
280+
flows</span
281+
>
282+
</li>
283+
<li class="flex items-start">
284+
<span class="text-indigo-500 dark:text-indigo-400 me-2">✓</span>
285+
<span
286+
><strong>Real-time team alignment:</strong> Live collaboration keeps distributed product teams in sync</span
287+
>
288+
</li>
289+
<li class="flex items-start">
290+
<span class="text-indigo-500 dark:text-indigo-400 me-2">✓</span>
291+
<span
292+
><strong>User-value prioritization:</strong> Stop building random features and focus on what users actually
293+
need</span
294+
>
295+
</li>
296+
</ul>
274297
</div>
275298
<div class="md:w-1/2">
276299
<img
277-
class="rounded-lg shadow-lg hidden dark:block"
278-
src="{PathPrefix}/img/previews/checkin.png"
300+
class="rounded-lg shadow-lg hidden dark:block max-w-lg mx-auto"
301+
src="{PathPrefix}/img/previews/team_checkins_dark_2025_09_24.png"
279302
alt="Team Checkins Preview"
280303
/>
281304
<img
282-
class="rounded-lg shadow-lg dark:hidden"
283-
src="{PathPrefix}/img/previews/checkin_light.png"
305+
class="rounded-lg shadow-lg dark:hidden max-w-lg mx-auto"
306+
src="{PathPrefix}/img/previews/team_checkins_light_2025_09_24.png"
284307
alt="Team Checkins Preview"
285308
/>
286309
</div>

0 commit comments

Comments
 (0)