diff --git a/README.md b/README.md
index 874e380d5..3c2a8c435 100644
--- a/README.md
+++ b/README.md
@@ -410,6 +410,21 @@ _Notes are only available for signed-in users_
+π¨βπ©βπ§βπ¦ **Teams Ξ²:** Helps you collaborate across your team to design, develop, and test APIs faster.
+
+
+ Features
+
+---
+
+- Unlimited team collections and shared requests
+- Unlimited team members
+- User roles
+
+---
+
+
+
**To find out more, please check out [Hoppscotch Wiki](https://github.com/hoppscotch/hoppscotch/wiki).**
## **Demo**
@@ -559,6 +574,20 @@ Become a financial contributor and help us sustain our community [[Support](#sup
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
### Code Contributors
This project exists thanks to all the people who contribute [[Contribute](CONTRIBUTING.md)].
diff --git a/assets/images/pipedream.png b/assets/images/pipedream.png
new file mode 100644
index 000000000..c3e6f1c3f
Binary files /dev/null and b/assets/images/pipedream.png differ
diff --git a/components/app/Contributors.vue b/components/app/Contributors.vue
index cbda8992e..a34fbfd7c 100644
--- a/components/app/Contributors.vue
+++ b/components/app/Contributors.vue
@@ -89,8 +89,6 @@
alt="OSS Capital"
/>
-
-
-
-
-
-
-
@@ -171,8 +150,10 @@
.contributors {
@apply flex;
@apply items-center;
- @apply flex-nowrap;
+ @apply flex-wrap;
@apply overflow-auto;
@apply m-2;
+ @apply space-x-2;
+ @apply space-y-2;
}