diff --git a/README.md b/README.md
index 953f6c52e2b..e20a28ad863 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,8 @@
-
-# ERPNext
+## ERPNext
100% Open-Source ERP system to help you run your business.
+## Motivation
+
+Running a business is a complex task - handling invoices, tracking stock, managing personnel and even more ad-hoc activities. In a market where software is sold separately to manage each of these tasks, ERPNext does all of the above and more, for free.
+
### Key Features
- **Accounting**: All the tools you need to manage cash flow in one place, right from recording transactions to summarizing and analyzing financial reports.
@@ -71,7 +70,22 @@ It takes care of installation, setup, upgrades, monitoring, maintenance and supp
### Self-hosting
#### Docker
-Use docker to deploy ERPNext in production or for development of [Frappe](https://github.com/frappe/frappe) apps. See https://github.com/frappe/frappe_docker for more details.
+Prerequisites: docker, docker-compose, git. Refer [Docker Documentation](https://docs.docker.com) for more details on Docker setup.
+
+Run following commands:
+
+```
+git clone https://github.com/frappe/frappe_docker
+cd frappe_docker
+docker compose -f pwd.yml up -d
+```
+
+After a couple of minutes, site should be accessible on your localhost port: 8080. Use below default login credentials to access the site.
+- Username: Administrator
+- Password: admin
+
+See [Frappe Docker](https://github.com/frappe/frappe_docker?tab=readme-ov-file#to-run-on-arm64-architecture-follow-this-instructions) for ARM based docker setup.
+
### Manual Install
diff --git a/erpnext/public/images/v16/bom_browser.jpg b/erpnext/public/images/v16/bom_browser.jpg
deleted file mode 100644
index a7ccc10c248..00000000000
Binary files a/erpnext/public/images/v16/bom_browser.jpg and /dev/null differ
diff --git a/erpnext/public/images/v16/hero_image.png b/erpnext/public/images/v16/hero_image.png
new file mode 100644
index 00000000000..9ae6359aaf5
Binary files /dev/null and b/erpnext/public/images/v16/hero_image.png differ
diff --git a/erpnext/public/images/v16/p_l_graph.png b/erpnext/public/images/v16/p_l_graph.png
deleted file mode 100644
index 0780634f4bb..00000000000
Binary files a/erpnext/public/images/v16/p_l_graph.png and /dev/null differ
diff --git a/erpnext/public/images/v16/tasks.png b/erpnext/public/images/v16/tasks.png
deleted file mode 100644
index c3c0a1a78bb..00000000000
Binary files a/erpnext/public/images/v16/tasks.png and /dev/null differ