site: review — SmartMover (graduates from find)

New review under category `automation` (introduced for Apple
Shortcuts and similar workflow graduates — none of the existing
review categories fit). Hero registered in src/lib/hero.ts so the
grid card renders. Find marked `promotedTo: smartmover-shortcut`.

Also: HERO_SLUG bumped from superkey → monitorcontrol on the home
page (today's pick).
This commit is contained in:
2026-05-05 17:21:24 -04:00
parent 563c98511f
commit f871d08772
6 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { heroes } from '../lib/hero';
import { findListMosaic } from '../lib/find-list-mosaic';
import { buildOgImage, buildItemList, WEBSITE, ORGANIZATION } from '../lib/seo';
const HERO_SLUG = 'superkey';
const HERO_SLUG = 'monitorcontrol';
const INITIAL_GRID = 12;
const BATCH_SIZE = 7;