diff --git a/frontend/src/components/landing/progressive-skills-animation.tsx b/frontend/src/components/landing/progressive-skills-animation.tsx index 804c9fa..c7e4405 100644 --- a/frontend/src/components/landing/progressive-skills-animation.tsx +++ b/frontend/src/components/landing/progressive-skills-animation.tsx @@ -367,19 +367,23 @@ export default function ProgressiveSkillsAnimation() { {/* Bottom Left Play/Pause Button */} - - {isPlaying ? ( - - ) : ( - - )} - +
+ + {isPlaying ? ( + + ) : ( + + )} + + + Click to {isPlaying ? "pause" : "play"} + +