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
+2
View File
@@ -10,6 +10,7 @@ import hyperkey from '../content/reviews/hyperkey/hero.png';
import ice from '../content/reviews/ice/ice-bar.png';
import macMouseFix from '../content/reviews/mac-mouse-fix/studio-display.png';
import monitorcontrol from '../content/reviews/monitorcontrol/hero.png';
import smartmoverShortcut from '../content/reviews/smartmover-shortcut/hero.jpg';
import superkey from '../content/reviews/superkey/hero.jpg';
import timelined from '../content/reviews/timelined/hero.png';
import tot from '../content/reviews/tot/seven-dots.png';
@@ -38,6 +39,7 @@ export const heroes: Record<string, Hero | undefined> = {
ice: { kind: 'image', src: ice },
'mac-mouse-fix': { kind: 'image', src: macMouseFix },
monitorcontrol: { kind: 'image', src: monitorcontrol },
'smartmover-shortcut': { kind: 'image', src: smartmoverShortcut },
superkey: { kind: 'image', src: superkey },
timelined: { kind: 'image', src: timelined },
tot: { kind: 'image', src: tot },