Skip to content

Commit 023420b

Browse files
Merge pull request #322 from aarushi-patidar/aarushi/faq
update faq content to reflect new updates
2 parents 7f53d60 + a389cef commit 023420b

1 file changed

Lines changed: 39 additions & 4 deletions

File tree

src/components/screens/Faq.tsx

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"use client";
22

33
import React from "react";
4+
import Link from 'next/link';
5+
46
import { useState } from "react";
57

68
function Faq() {
@@ -23,22 +25,55 @@ const faqs = [
2325
{
2426
question: "How can I upload an exam paper to the website?",
2527
answer:
26-
'To upload a paper, click the "Upload" button located at the top-right corner of the page. You can submit papers in PDF or image formats, especially if they’re not already available on our site.',
28+
<>
29+
Click the {" "}
30+
<Link
31+
href="https://papers.codechefvit.com/upload"
32+
target="_blank"
33+
rel="noopener noreferrer"
34+
className="dark:text-blue-400 text-red-500 underline"
35+
>
36+
Upload
37+
</Link>
38+
{" "}button at the top-right corner to submit your exam papers.
39+
</>
2740
},
2841
{
2942
question: "Do you provide papers for soft skills?",
30-
answer: "Lmao, we actually do have something for you now.",
43+
answer: "We currently offer question banks for selected soft skill subjects.",
3144
},
3245
{
3346
question: "How do I reach out for support or assistance?",
3447
answer:
35-
'For any queries or issues, you can email us at the address mentioned below. You can also subscribe to our newsletter for the latest updates.',
48+
<>
49+
For any queries or issues, you can mail us at{" "}
50+
<Link
51+
href="mailto:codechefvit@gmail.com"
52+
target="_blank"
53+
rel="noopener noreferrer"
54+
className="dark:text-blue-400 text-red-500 underline"
55+
>
56+
codechefvit@gmail.com
57+
</Link>
58+
.
59+
</>,
3660
},
3761
{
3862
question:
3963
"What should I do if I can’t find a specific exam paper on the website?",
4064
answer:
41-
"If the paper you're looking for isn’t available, you can head to our Paper Request section and submit a request by specifying the subject, year, slot, and type of exam.",
65+
<>
66+
If the paper you're looking for isn’t available, you can{" "}
67+
<Link
68+
href="https://papers.codechefvit.com/request"
69+
target="_blank"
70+
rel="noopener noreferrer"
71+
className="dark:text-blue-400 text-red-500 underline"
72+
>
73+
submit a request
74+
</Link>
75+
.
76+
</>,
4277
},
4378
{
4479
question: "Are uploaded papers immediately visible on the website?",

0 commit comments

Comments
 (0)