diff --git a/apps/web/components/App.tsx b/apps/web/components/App.tsx
index 7b6b816b..5783747e 100644
--- a/apps/web/components/App.tsx
+++ b/apps/web/components/App.tsx
@@ -112,7 +112,7 @@ export default function App({
-
{body}
+
{body}
{t("categories")}
diff --git a/packages/app-store/slackmessaging/README.mdx b/packages/app-store/slackmessaging/README.mdx
new file mode 100644
index 00000000..0e854e94
--- /dev/null
+++ b/packages/app-store/slackmessaging/README.mdx
@@ -0,0 +1,11 @@
+---
+items:
+ - /api/app-store/slackmessaging/1.jpg
+ - /api/app-store/slackmessaging/2.jpg
+ - /api/app-store/slackmessaging/3.jpg
+---
+
+
+
+Slack is a proprietary business communication platform that includes many IRC (internet relay chat) features - these include channels, private groups, direct messaging and more. Users are able to send pictures, and videos as well as even hop on calls with others using the paid version. Slack is available via desktop app, web browser or mobile app. The Cal.com Slack App can be used to display your links, upcoming bookings or to create events. Use it with your team members in a Slack, in a Community Slack or even with external contributors in a Slack Connect Channel.
+
diff --git a/packages/app-store/slackmessaging/package.json b/packages/app-store/slackmessaging/package.json
index 106ec885..f5a79393 100644
--- a/packages/app-store/slackmessaging/package.json
+++ b/packages/app-store/slackmessaging/package.json
@@ -4,7 +4,7 @@
"name": "@calcom/slackmessaging",
"version": "0.0.0",
"main": "./index.ts",
- "description": "This is a package for the intergration of slack into the app-store",
+ "description": ": A business communication platform that includes persistent chat rooms (channels), private groups and direct messaging.",
"dependencies": {
"@calcom/prisma": "*",
"@slack/web-api": "^6.7.0",
diff --git a/packages/app-store/slackmessaging/static/1.jpg b/packages/app-store/slackmessaging/static/1.jpg
new file mode 100644
index 00000000..c6a90182
Binary files /dev/null and b/packages/app-store/slackmessaging/static/1.jpg differ
diff --git a/packages/app-store/slackmessaging/static/2.jpg b/packages/app-store/slackmessaging/static/2.jpg
new file mode 100644
index 00000000..a2921513
Binary files /dev/null and b/packages/app-store/slackmessaging/static/2.jpg differ
diff --git a/packages/app-store/slackmessaging/static/3.jpg b/packages/app-store/slackmessaging/static/3.jpg
new file mode 100644
index 00000000..6de0fde9
Binary files /dev/null and b/packages/app-store/slackmessaging/static/3.jpg differ
diff --git a/packages/app-store/stripepayment/README.mdx b/packages/app-store/stripepayment/README.mdx
index 46569bb2..39065853 100644
--- a/packages/app-store/stripepayment/README.mdx
+++ b/packages/app-store/stripepayment/README.mdx
@@ -9,4 +9,4 @@ items:
-Stripe is the world's leading payment provider. Start charging for your bookings today.
+Stripe provides payment infrastructure for everyone from startups to Fortune 500 companies. They provide payment processing software as well as application programming interfaces (APIs) for mobile applications as well as e-commerce websites processing payments from (but not limited to) credit cards, debit cards, digital wallets, Google Pay, Apple Pay, Bank Transfers, Alipay and WeChat.
\ No newline at end of file
diff --git a/packages/app-store/stripepayment/package.json b/packages/app-store/stripepayment/package.json
index 7702dea4..a8a0fd33 100644
--- a/packages/app-store/stripepayment/package.json
+++ b/packages/app-store/stripepayment/package.json
@@ -5,7 +5,7 @@
"name": "@calcom/stripepayment",
"version": "0.0.0",
"main": "./index.ts",
- "description": "Stripe is the world's leading payment provider. Start charging for your bookings today.",
+ "description": "A Saas company a payment processing software, and application programming interfaces for e-commerce websites and mobile applications.",
"dependencies": {
"@calcom/prisma": "*"
},