diff --git a/pages/home/_meta.tsx b/pages/home/_meta.tsx
index 9a61e1b05..167ac7bbb 100644
--- a/pages/home/_meta.tsx
+++ b/pages/home/_meta.tsx
@@ -1,4 +1,4 @@
-import { Code2, Home, Plug } from "lucide-react";
+import { BadgeHelp, Code2, Home, Plug } from "lucide-react";
export default {
"*": {
@@ -35,6 +35,20 @@ export default {
target: "_blank",
},
+ "contact-us": {
+ title: (
+
+
+ Contact us
+
+ ),
+ href: "/contact-us",
+ theme: {
+ breadcrumb: false,
+ pagination: false,
+ },
+ },
+
"-- Getting Started": {
type: "separator",
title: "Using Arcade",
diff --git a/pages/home/contact-us.mdx b/pages/home/contact-us.mdx
new file mode 100644
index 000000000..a00d49329
--- /dev/null
+++ b/pages/home/contact-us.mdx
@@ -0,0 +1,34 @@
+---
+title: "Contact Us"
+description: "Get support and connect with the Arcade team through various channels"
+---
+
+import { Mail, BookOpen, Clock, Shield } from 'lucide-react'
+import { SiDiscord, SiGithub } from "@icons-pack/react-simple-icons";
+
+# Contact Us
+
+We're here to help you succeed with Arcade! Choose the support channel that best fits your needs.
+
+### Discord Community
+Our active Discord community is the fastest way to get help:
+- Get real-time assistance from the Arcade team
+- Connect with fellow developers
+- Stay updated on latest features
+
+[Join our Discord Server →](https://discord.gg/GUZEMpEZ9p)
+
+### GitHub Issues
+For technical issues, feature requests, and contributions:
+- Report bugs with detailed reproduction steps
+- Request new features and enhancements
+- Contribute to documentation improvements
+
+[Open a GitHub Issue →](https://github.com/ArcadeAI/arcade-ai/issues/new/choose)
+
+### Resources
+Before reaching out, you might find your answer in our resources:
+- [Documentation](https://docs.arcade.dev) - Comprehensive guides and API references
+- [Blog](https://blog.arcade.dev/) - Latest updates and technical articles
+- [Examples](https://github.com/ArcadeAI/arcade-ai/tree/main/examples) - Examples and guides for using arcade-ai
+