diff --git a/docs/overview.mdx b/docs/overview.mdx
index 1bb5128b..61f940d6 100644
--- a/docs/overview.mdx
+++ b/docs/overview.mdx
@@ -45,7 +45,7 @@ The Rarimo protocol enables the creation of confidential social graphs. These gr
- **Action Initiation**: Proving that a particular user or group initiated certain actions.
- **Group Membership**: Proving that a user is a member of a specific group.
-
+
To achieve this, Rarimo provides a set of data structures for creating on-chain anchors of the social graph data, which can be used in zero-knowledge proofs. These data structures include:
diff --git a/static/img/confidential-social-graph.png b/static/img/confidential-social-graph.png
new file mode 100644
index 00000000..38d9a701
Binary files /dev/null and b/static/img/confidential-social-graph.png differ
diff --git a/static/img/rarimo-private-social-graph.png b/static/img/rarimo-private-social-graph.png
deleted file mode 100644
index e4dd864a..00000000
Binary files a/static/img/rarimo-private-social-graph.png and /dev/null differ
diff --git a/static/img/self-issued-identity.png b/static/img/self-issued-identity.png
index 443a4b7f..d57621c1 100644
Binary files a/static/img/self-issued-identity.png and b/static/img/self-issued-identity.png differ