diff --git a/asteroid.lisp b/asteroid.lisp
index d583cf5..c96bdab 100644
--- a/asteroid.lisp
+++ b/asteroid.lisp
@@ -425,8 +425,8 @@
"Main front page"
(clip:process-to-string
(load-template "front-page")
- :title "🎵 ASTEROID RADIO 🎵"
- :station-name "🎵 ASTEROID RADIO 🎵"
+ :title "ASTEROID RADIO"
+ :station-name "ASTEROID RADIO"
:status-message "🟢 LIVE - Broadcasting asteroid music for hackers"
:listeners "0"
:stream-quality "128kbps MP3"
@@ -444,15 +444,15 @@
"Frameset wrapper with persistent audio player"
(clip:process-to-string
(load-template "frameset-wrapper")
- :title "🎵 ASTEROID RADIO 🎵"))
+ :title "ASTEROID RADIO"))
;; Content frame - front page content without player
(define-page front-page-content #@"/content" ()
"Front page content (displayed in content frame)"
(clip:process-to-string
(load-template "front-page-content")
- :title "🎵 ASTEROID RADIO 🎵"
- :station-name "🎵 ASTEROID RADIO 🎵"
+ :title "ASTEROID RADIO"
+ :station-name "ASTEROID RADIO"
:status-message "🟢 LIVE - Broadcasting asteroid music for hackers"
:listeners "0"
:stream-quality "128kbps MP3"
@@ -601,7 +601,7 @@
(require-authentication)
(clip:process-to-string
(load-template "users")
- :title "🎵 ASTEROID RADIO - User Management"))
+ :title "ASTEROID RADIO - User Management"))
;; User Profile page (requires authentication)
(define-page user-profile #@"/profile" ()
diff --git a/auth-routes.lisp b/auth-routes.lisp
index 559d99b..10ff630 100644
--- a/auth-routes.lisp
+++ b/auth-routes.lisp
@@ -51,7 +51,7 @@
(define-page logout #@"/logout" ()
"Handle user logout"
(setf (session:field "user-id") nil)
- (radiance:redirect "/asteroid/"))
+ (radiance:redirect "/"))
;; API: Get all users (admin only)
(define-api asteroid/users () ()
diff --git a/template/frameset-wrapper.ctml b/template/frameset-wrapper.ctml
index 0cf1f2e..648e2b4 100644
--- a/template/frameset-wrapper.ctml
+++ b/template/frameset-wrapper.ctml
@@ -1,7 +1,7 @@
- 🎵 ASTEROID RADIO 🎵
+ ASTEROID RADIO
@@ -11,7 +14,11 @@
- 🎵 ASTEROID RADIO 🎵
+
+
+ ASTEROID RADIO
+
+