diff --git a/app/components/home-commitment.tsx b/app/components/home-commitment.tsx index 60d59bb..08719bf 100644 --- a/app/components/home-commitment.tsx +++ b/app/components/home-commitment.tsx @@ -623,7 +623,7 @@ function AppWindow() { /* ----------------------------------------------------- rotating source */ -const HERO_SOURCES = ['meeting', 'screen recording', 'Telegram', 'WhatsApp', 'email'] +const HERO_SOURCES = ['Meeting', 'Screen recording', 'Telegram', 'WhatsApp', 'Email'] function RotatingSource() { const [i, setI] = useState(0) @@ -651,7 +651,7 @@ function RotatingSource() { return ( {/* ghost = longest word; reserves the slot so the line never reflows */} - + {HERO_SOURCES[i]} )