diff --git a/VERSION b/VERSION
index b6160487433ba524a39a93cde5a330f7e71d0d39..d2b13eb644d68d6a2962e3c6288f03ea32854725 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.6.2
+0.6.4
diff --git a/lib/SeMeet.pm b/lib/SeMeet.pm
index c62ee3a6077d80b04cdda33c54d90acd840c49a0..72693194401f1a686d8703051baa63fda26304ba 100644
--- a/lib/SeMeet.pm
+++ b/lib/SeMeet.pm
@@ -63,7 +63,6 @@ sub startup( $self ) {
     $self->plugin('authentication', {
         autoload_user => 1,
         load_user => sub($c, $uid) {
-#            $c->trace($c->session->{user});
             return  $c->session->{user};
         },
         validate_user => sub($c, $user, $pass, $extradata) {
@@ -109,7 +108,6 @@ sub startup( $self ) {
     );
 
     $self->hook( before_render => sub($c, $args) {
-#        my ($c, $args) = @_;
         if ( $c->req->method eq 'OPTIONS' && exists $args->{json} ) {
             delete $args->{json};
             $args->{status} = 204;
diff --git a/lib/SeMeet/I18N/cs.pm b/lib/SeMeet/I18N/cs.pm
index f6102fc7c52ced0c704bacf1d6912311dcccbd5a..50e8a94a745633aa2bb2812f5fdf0800610f464b 100644
--- a/lib/SeMeet/I18N/cs.pm
+++ b/lib/SeMeet/I18N/cs.pm
@@ -25,15 +25,15 @@ our %Lexicon = (
     'About meet'                        => 'O mistnosti',
     'Add groups'                        => 'Přidat skupiny',
     'Add moderators'                    => 'Přidat moderatory',
-    'Add people'                        => 'Přidat osoby',
+    'Add people'                        => 'Přidat hosty',
     'Create meet'                       => 'Vytvořit místnost',
     'Delete meet'                       => 'Smazat mĂ­stnost',
     'Save changes'                      => 'Uložit změny',
     'Configuration'                     => 'Konfigurace',
     'Authorized groups'                 => 'Opravněné skupiny',
-    'Authorized persons'                => 'Opravněné osoby',
+    'Authorized persons'                => 'Hosté',
     'Adding groups'                     => 'Přidávání skupin',
-    'Adding people'                     => 'Přidávání osob',
+    'Adding people'                     => 'Přidávání hostů',
     'Adding moderators'                 => 'Přidávání moderatorů',
     'Moderators'                        => 'Moderatoři',
     'Invites'                           => 'Pozvánky',
diff --git a/public/img/bg/1.jpg b/public/img/bg/1.jpg
deleted file mode 100644
index 3726f3cc9e6718161fe135a437d2c9a5029cdef9..0000000000000000000000000000000000000000
Binary files a/public/img/bg/1.jpg and /dev/null differ
diff --git a/public/img/bg/2.jpg b/public/img/bg/2.jpg
deleted file mode 100644
index ecb073228b6a5b03932d651fb8c242e167b62f06..0000000000000000000000000000000000000000
Binary files a/public/img/bg/2.jpg and /dev/null differ
diff --git a/public/img/bg/3.jpg b/public/img/bg/3.jpg
deleted file mode 100644
index fc6ab1d50c52c87bca4e072a0e0ed62b4f5f0c3b..0000000000000000000000000000000000000000
Binary files a/public/img/bg/3.jpg and /dev/null differ
diff --git a/public/img/motivator/1.jpg b/public/img/motivator/1.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ac170ba0f35a201906dd48b36ec4e08ffd567c0c
Binary files /dev/null and b/public/img/motivator/1.jpg differ
diff --git a/public/img/motivator/2.jpg b/public/img/motivator/2.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b92e17f4f9db59fe4e8c02aaacc497206bf23f3c
Binary files /dev/null and b/public/img/motivator/2.jpg differ
diff --git a/public/img/motivator/3.jpg b/public/img/motivator/3.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..3dd523ca1a28d38f700d1bf21e8c135c29e02f8f
Binary files /dev/null and b/public/img/motivator/3.jpg differ
diff --git a/public/img/motivator/4.jpg b/public/img/motivator/4.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d4ac5d9df2b66ed3ae6ad504c446c8268d292bce
Binary files /dev/null and b/public/img/motivator/4.jpg differ
diff --git a/public/img/motivator/5.jpg b/public/img/motivator/5.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b1028b501e4a453419573d845dbab41220e68d57
Binary files /dev/null and b/public/img/motivator/5.jpg differ
diff --git a/templates/index.html.ep b/templates/index.html.ep
index a4055a38c46c26b30614dc95f86a116e1c40fe22..7757df4b5f9817779c4112c379423985f4c662ac 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -1,19 +1,18 @@
 % layout 'default';
 
-<div class="flex flex-row">
+<div class="flex flex-row justify-items-center">
 
-<div class="w-80 mr-4">
+<div class="w-80 mr-10">
 <figure class="figure">
-  <img src="/img/bg/2.jpg" alt="" />
+  <img src="/img/motivator/<%= int(rand(5))+1 %>.jpg" alt="" />
 </figure>
 </div>
 
 <div>
-<h1 class="head-alt-lg">Opravdu bezpeÄŤnĂ˝ jitsi</h1>
-<h1 class="head-alt-lg text-green-400">Žádní náhodní moderatoři</h1>
-<h1 class="head-alt-lg text-violet-400">Všechno je pod kontrolou</h1>
-<h1 class="head-alt-lg text-blue-300">Vždy víš kdo tě poslouchá</h1>
-<h1 class="head-alt-xl text-red-600">TestovacĂ­ provoz</h1>
+<h1 class="head-alt-xl">Opravdu bezpeÄŤnĂ˝ jitsi</h1>
+<h1 class="head-alt-xl text-blue-300">Vždy víš kdo tě poslouchá</h1>
+<h1 class="head-alt-xl text-green-400">Žádní náhodní moderatoři</h1>
+<h1 class="head-alt-lg text-red-600 pt-10">TestovacĂ­ provoz</h1>
 </div>
 </div>