diff --git a/web/src/pages/SongPage.tsx b/web/src/pages/SongPage.tsx
index 1035bfb..ca77c37 100644
--- a/web/src/pages/SongPage.tsx
+++ b/web/src/pages/SongPage.tsx
@@ -561,21 +561,12 @@ export function SongPage() {
- {/* Time display - moved above buttons */}
-
- {formatTime(currentTime)}
- {isReady && duration > 0 ? ` / ${formatTime(duration)}` : ""}
-
-
- {/* Button group - centered */}
-
{/* Skip back */}
seekTo(Math.max(0, currentTime - 30))} title="−30s">
@@ -609,8 +600,6 @@ export function SongPage() {
seekTo(currentTime + 30)} title="+30s">
-
-