diff --git a/app/views/components/_footer.html.erb b/app/views/components/_footer.html.erb
index b423e59..830b5a5 100755
--- a/app/views/components/_footer.html.erb
+++ b/app/views/components/_footer.html.erb
@@ -1,41 +1,40 @@
-
© 2024 Aperonight. All rights reserved. • Privacy Policy • Terms of Service
+
© 2025 Aperonight. All rights reserved. • Privacy Policy • Terms of Service
\ No newline at end of file
diff --git a/app/views/components/_header.html.erb b/app/views/components/_header.html.erb
index a6a3c23..75f9e21 100755
--- a/app/views/components/_header.html.erb
+++ b/app/views/components/_header.html.erb
@@ -9,9 +9,13 @@
- <%= link_to t("header.parties"), events_path,
+ <%= link_to "Afterworks", events_path,
class: "mx-4 text-gray-100 hover:text-purple-200 py-2 rounded-md text-sm font-medium transition-colors duration-200" %>
- <%= link_to t("header.concerts"), "#",
+
+ <%= link_to "Évenements", "#",
+ class: "mx-4 text-gray-100 hover:text-purple-200 py-2 rounded-md text-sm font-medium transition-colors duration-200" %>
+
+ <%= link_to "Concerts", "#",
class: "mx-4 text-gray-100 hover:text-purple-200 py-2 rounded-md text-sm font-medium transition-colors duration-200" %>
@@ -26,6 +30,23 @@
+
+
+
+
+
<%= current_user.first_name || current_user.email %>
+
<%= current_user.email %>
+
+ <%= link_to "Profile", edit_user_registration_path,
+ class: "block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 transition-colors duration-200" %>
+ <%= link_to "Reservations", "#",
+ class: "block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 transition-colors duration-200" %>
+
+ <%= link_to "Sign out", destroy_user_session_path,
+ data: { controller: "logout", action: "click->logout#signOut", logout_url_value: destroy_user_session_path, login_url_value: new_user_session_path, turbo: false },
+ class: "block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 transition-colors duration-200" %>
+
+
<% else %>
<%= link_to t("header.login"), new_user_session_path,
diff --git a/app/views/devise/confirmations/new.html.erb b/app/views/devise/confirmations/new.html.erb
index 880cf9d..e6c098a 100755
--- a/app/views/devise/confirmations/new.html.erb
+++ b/app/views/devise/confirmations/new.html.erb
@@ -1,5 +1,5 @@
-
+
<%= link_to "/" do %>

diff --git a/app/views/devise/passwords/edit.html.erb b/app/views/devise/passwords/edit.html.erb
index 91cfb7b..4176737 100755
--- a/app/views/devise/passwords/edit.html.erb
+++ b/app/views/devise/passwords/edit.html.erb
@@ -1,5 +1,5 @@
-
+
<%= link_to "/" do %>

diff --git a/app/views/devise/passwords/new.html.erb b/app/views/devise/passwords/new.html.erb
index d5aa7b0..d8784db 100755
--- a/app/views/devise/passwords/new.html.erb
+++ b/app/views/devise/passwords/new.html.erb
@@ -1,5 +1,5 @@
-
+
<%= link_to "/" do %>

diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb
index b24b545..8f2d7f3 100755
--- a/app/views/devise/registrations/new.html.erb
+++ b/app/views/devise/registrations/new.html.erb
@@ -1,5 +1,5 @@
-
+
<%= link_to "/" do %>

diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb
index 7828e05..ef7818b 100755
--- a/app/views/devise/sessions/new.html.erb
+++ b/app/views/devise/sessions/new.html.erb
@@ -1,5 +1,5 @@
-
+
<%= link_to "/" do %>

diff --git a/app/views/pages/dashboard.html.erb b/app/views/pages/dashboard.html.erb
index 5f862d8..376f154 100755
--- a/app/views/pages/dashboard.html.erb
+++ b/app/views/pages/dashboard.html.erb
@@ -1,9 +1,9 @@
-
+
Tableau de bord
-
+
<% if current_user.promoter? %>