From 66c4e44ded2035441157f2d8814e03929a632979 Mon Sep 17 00:00:00 2001 From: Vaibhav Surve Date: Mon, 7 Apr 2025 18:30:01 +0530 Subject: [PATCH] updated Connect, Documentation, and Support pages with "Coming Soon!" message and illustration --- src/pages/support/Connect.jsx | 16 +++++++++++++++- src/pages/support/Documentation.jsx | 16 +++++++++++++++- src/pages/support/Support.jsx | 16 +++++++++++++++- 3 files changed, 45 insertions(+), 3 deletions(-) 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;