diff --git a/src/pages/support/Connect.jsx b/src/pages/support/Connect.jsx index 61b5f582..31a19dfd 100644 --- a/src/pages/support/Connect.jsx +++ b/src/pages/support/Connect.jsx @@ -1,7 +1,21 @@ import React from "react"; const Connect = () => { - return
Connect
; + return
+

Coming Soon!

+

We're currently working on this feature and will have it ready shortly. + Thank you for your patience!

+
+ girl-doing-yoga-light +
+
; }; export default Connect; diff --git a/src/pages/support/Documentation.jsx b/src/pages/support/Documentation.jsx index b3f447aa..fad15f99 100644 --- a/src/pages/support/Documentation.jsx +++ b/src/pages/support/Documentation.jsx @@ -1,7 +1,21 @@ import React from "react"; const Documentation = () => { - return
Documentation
; + return
+

Coming Soon!

+

We're currently working on this feature and will have it ready shortly. + Thank you for your patience!

+
+ girl-doing-yoga-light +
+
; }; export default Documentation; diff --git a/src/pages/support/Support.jsx b/src/pages/support/Support.jsx index ca3f1779..aac9a4b5 100644 --- a/src/pages/support/Support.jsx +++ b/src/pages/support/Support.jsx @@ -1,7 +1,21 @@ import React from "react"; const Support = () => { - return
Support
; + return
+

Coming Soon!

+

We're currently working on this feature and will have it ready shortly. + Thank you for your patience!

+
+ girl-doing-yoga-light +
+
; }; export default Support;