diff --git a/README.md b/README.md
index 33587f4..6d3c1f2 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,6 @@ A lightweight web interface for meshcore-cli, providing browser-based access to
**mc-webui** is a Flask-based web application that wraps `meshcore-cli`, eliminating the need for SSH/terminal access when using MeshCore chat on a LoRa device connected to a Debian VM via BLE or USB. Tested on Heltec V4.
-
-
### Key Features
- 📱 **Mobile-first design** - Optimized responsive UI with slide-out menu for small screens
@@ -577,6 +575,10 @@ docker compose exec meshcore-bridge meshcli -s /dev/ttyUSB0 infos
- Verify bridge service is healthy: `docker compose ps`
- Check bridge logs for command errors
+## Gallery
+
+
+
## Security Notes
⚠️ **Important**: This application is designed for **trusted local networks only** and has **no authentication**. Do not expose it to the internet without implementing proper security measures.
diff --git a/images/approve_contact.png b/images/approve_contact.png
new file mode 100644
index 0000000..aa56c8d
Binary files /dev/null and b/images/approve_contact.png differ
diff --git a/images/contact_management.png b/images/contact_management.png
new file mode 100644
index 0000000..9ead5b1
Binary files /dev/null and b/images/contact_management.png differ
diff --git a/images/existing_contacts.png b/images/existing_contacts.png
new file mode 100644
index 0000000..475912b
Binary files /dev/null and b/images/existing_contacts.png differ
diff --git a/images/menu.png b/images/menu.png
index 783b0cd..0a90e90 100644
Binary files a/images/menu.png and b/images/menu.png differ
diff --git a/images/msg_archive.png b/images/msg_archive.png
index 86db5da..3561fc4 100644
Binary files a/images/msg_archive.png and b/images/msg_archive.png differ
diff --git a/images/unread_msgs.png b/images/unread_msgs.png
index 1ad6a7a..1a4067f 100644
Binary files a/images/unread_msgs.png and b/images/unread_msgs.png differ