+
+
+
+
+
+
+ Bounties
+
+ Find and challenge suspicious submissions. If you win the challenge,
+ you’ll always earn a bounty!
+
+
+
+
+
+
+ Rewards
+
+ Explore active reward plans and submit compliant entries to earn
+ rewards.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Documentation
+
+ For more details check the full documentation.
+
+
+
+
+);
+
+export default QuickGuidePage;
diff --git a/websites/app/src/pages/Dashboard/Home/index.tsx b/websites/app/src/pages/Dashboard/Home/index.tsx
new file mode 100644
index 0000000..195744e
--- /dev/null
+++ b/websites/app/src/pages/Dashboard/Home/index.tsx
@@ -0,0 +1,14 @@
+import React from 'react'
+
+interface IHome {
+
+}
+
+const Home: React.FC