diff --git a/src/assets/image/email.png b/src/assets/image/email.png new file mode 100644 index 0000000..38d6538 Binary files /dev/null and b/src/assets/image/email.png differ diff --git a/src/assets/index.js b/src/assets/index.js index d6a7fed..1d5462e 100644 --- a/src/assets/index.js +++ b/src/assets/index.js @@ -39,7 +39,9 @@ import creative from "../assets/image/creative.png"; import troubleshooting from "../assets/image/troubleshooting.png"; import started from "../assets/image/started.png"; import setting from "../assets/image/setting.png"; +import email from "../assets/image/email.png"; export { + email, tutorial, bill, creative, diff --git a/src/components/Needhelp/index.jsx b/src/components/Needhelp/index.jsx index c2a27fe..fea1230 100644 --- a/src/components/Needhelp/index.jsx +++ b/src/components/Needhelp/index.jsx @@ -1,7 +1,84 @@ import React from "react"; +import { + bill, + blog, + creative, + query, + setting, + started, + support, + troubleshooting, + tutorial, +} from "../../assets"; const Needhelp = () => { - return
index
; + return ( +
+
+

Need help ?

+

Check out our serivces to get started

+
+ +
+
+
+ +

Getting Started

+

+ Set up your Fahsion Froze account and start to customize your t-shirt +

+
+
+
+
+ +

Design tips to start

+

+ "Design an intuitive Help Center for seamless user assistance and + engagement." +

+
+
+
+
+ +

Settings & Preferences

+

+ Adjust notification, set up signatures, and manage aliases +

+
+
+
+
+ +

Teams & Billings

+

+ Manage your workspace settings and members +

+
+
+
+
+ +

Step-by-Step Tutorial

+

+ Join our interactive sessions, enriching the t-shirt customization + journey with clear visuals and user-friendly guidance +

+
+
+
+
+ +

TroubleShooting

+

+ Find answers to common issues and questions +

+
+
+
+
+ ); }; export default Needhelp; diff --git a/src/views/app/Helpcentre/index.jsx b/src/views/app/Helpcentre/index.jsx index 21eb1bc..9b8d582 100644 --- a/src/views/app/Helpcentre/index.jsx +++ b/src/views/app/Helpcentre/index.jsx @@ -8,6 +8,7 @@ function HelpCentrePage() { return ( + ); }