Landing: replace iframe mock with dashboard screenshot

Swaps the live-app iframe for a static PNG of the Displays view.
Faster load, no auth flash, looks sharp.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ScreenTinker 2026-04-21 19:47:13 -05:00
parent 3476f2b7e7
commit ea80d3aca5
2 changed files with 2 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View file

@ -178,11 +178,9 @@
</div>
</section>
<!-- Screenshot placeholder -->
<!-- Dashboard preview -->
<div class="screenshot">
<div class="mock">
<iframe src="#/" style="width:100%;height:100%;border:none;border-radius:12px;pointer-events:none" loading="lazy"></iframe>
</div>
<img src="/assets/dashboard-preview.png" alt="ScreenTinker dashboard showing 4 online displays with playlist assignments" loading="lazy">
</div>
<!-- Features -->