diff --git a/domains/lixi.json b/domains/lixi.json
index e38da74df..0dea837cd 100644
--- a/domains/lixi.json
+++ b/domains/lixi.json
@@ -1,35 +1,18 @@
-
-
-
-
-
- Lixi's AI Project
-
-
-
-
- Welcome to Lixi's AI Project
-
-
-
-
-
\ No newline at end of file
+// Displaying the information
+console.log("Hello, I'm Lixi " + developerInfo.name + ", a " + developerInfo.role + ".");
+console.log("I specialize in " + developerInfo.expertise.join(', ') + ".");
+console.log("Currently, I'm working on the project '" + developerInfo.project.name + "'.");
+console.log("Description: " + developerInfo.project.description);
+console.log("Technologies used: " + developerInfo.project.technologies.join(', '));
\ No newline at end of file