We are looking for a talented and passionate Product Designer
to join our dynamic team. As a Product Designer at the
Company, you will play a critical role in shaping the user
@@ -66,64 +66,64 @@ const JobDetails = () => {
-
+
Key Responsibilities
-
+
Conduct user research and gather insights to inform design
decisions
-
+
Create wireframes, prototypes, and high-fidelity mockups for
new features and product enhancements
-
+
Collaborate with the product team to define design
requirements and ensure alignment with business objectives
-
+
Develop and maintain design systems to ensure consistency
across all products
-
+
Conduct usability testing and iterate on designs based on
user feedback
-
+
Stay up-to-date with industry trends and best practices in
design and user experience
-
+
Qualifications
-
+
Bachelor's degree in Design, Human-Computer
Interaction, or a related field
-
+
3+ years of experience in product design or a similar role
-
+
Proficiency in design tools such as Figma, Sketch, Adobe XD,
or similar
-
+
Strong portfolio showcasing your design process,
problem-solving skills, and final products
-
+
Excellent communication and collaboration skills
-
+
Ability to think critically and solve complex design
challenges
-
+
Knowledge of HTML, CSS, and JavaScript is a plus
@@ -133,73 +133,73 @@ const JobDetails = () => {
-
+
About the job
-
+
Deadline
-
+
July 19th, 2024
-
+
Work mode
-
On-site
+
On-site
-
+
Job-type
-
Internship
+
Internship
-
+
Experience level
-
2-3years
+
2-3years
-
+
Salary
-
$500k-$900k
+
$500k-$900k
-
+
What we offer
-
+
Competitive salary and benefits
-
+
Flexible working hours and remote work options
-
+
Opportunities for professional growth and development
-
+
A collaborative and inclusive work environment
-
+
How to Apply
-
+
Send your CV and cover letter to this email{" "}
hng123@gmail.com
diff --git a/src/app/(landing-routes)/help-center/page.test.tsx b/src/app/(landing-routes)/help-center/page.test.tsx
new file mode 100644
index 000000000..dea52ad56
--- /dev/null
+++ b/src/app/(landing-routes)/help-center/page.test.tsx
@@ -0,0 +1,12 @@
+import { render } from "~/test/utils";
+import Page from "./page";
+
+describe("page tests", () => {
+ it("should render correctly", () => {
+ expect.assertions(1);
+
+ render();
+
+ expect(true).toBeTruthy();
+ });
+});
diff --git a/src/app/(landing-routes)/help-center/page.tsx b/src/app/(landing-routes)/help-center/page.tsx
new file mode 100644
index 000000000..2e1d754ec
--- /dev/null
+++ b/src/app/(landing-routes)/help-center/page.tsx
@@ -0,0 +1,127 @@
+"use client";
+
+import { Search } from "lucide-react";
+
+import { Button } from "~/components/common/common-button";
+import { Input } from "~/components/common/input";
+import FaqAccordion from "~/components/layouts/accordion/FaqsAccordion";
+import TopicsAccordions from "~/components/layouts/accordion/TopicAccordion";
+import { faqData } from "~/constants/faqsdata";
+
+//
+const handleButtonClickTest = () => {
+ alert("Contact Button Click Test");
+};
+
+const HelpCenter = () => {
+ //
+
+ return (
+
+
+
+
+
+ Help Center
+
+
+
+ How can we help You?
+
+
+ Find advice and answers from our support team
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Browse by topics
+
+
+
+
+
+
+
+
+
+ Frequently Asked Questions
+
+
+
+ {` We couldn’t answer your question?`}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Didn’t find an answer?
+
+
+ Contact us for more inquiries and information about our services.
+