diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue
index 505386e..6d10d87 100644
--- a/src/views/main/CreatorFolio.vue
+++ b/src/views/main/CreatorFolio.vue
@@ -475,44 +475,24 @@
import DefaultLayout from '@/layouts/DefaultLayout.vue';
import FooterLayout from '@/layouts/FooterLayout.vue';
import StripePayment from '../StripePayment.vue';
+
+
+let imageSrc = '../../../images/guillaimeaime3x.png';
+let profilePicture = '../../../images/guillaume.png';
+
+let name = 'Guillaume Mousseau'
+let title = 'Créateur de contenus'
+let drawerbottom = false
+let navigationItems = [
+ { icon: 'mdi-home', text: 'Accueil', link: 'home' },
+ { icon: 'mdi-account-group', text: 'Amis', link: '/contact' },
+ { icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
+];
+let tools = [
+ { icon: 'mdi-wallet', text: 'Bourse', link: '/portefeuille' },
+]
-
-
-
-
-