You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/screens/Faq.tsx
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import React from "react";
4
4
import{useState}from"react";
5
5
6
6
functionFaq(){
7
-
constfaqs=[
7
+
constfaqs=[
8
8
{
9
9
question: "How do you source exam papers for the website?",
10
10
answer:
@@ -27,18 +27,18 @@ function Faq() {
27
27
},
28
28
{
29
29
question: "Do you provide papers for soft skills?",
30
-
answer: "lmao",
30
+
answer: "Lmao, we actually do have something for you now.",
31
31
},
32
32
{
33
33
question: "How do I reach out for support or assistance?",
34
34
answer:
35
-
'For any queries or issues, contact our support team via the "Contact Us" section on the website. We’re here to help with all your questions about exam papers and site features.',
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.',
36
36
},
37
37
{
38
38
question:
39
39
"What should I do if I can’t find a specific exam paper on the website?",
40
40
answer:
41
-
"Our database is regularly updated with both new and older exam papers. If the paper you’re looking for isn’t available, you can upload it yourself to share with the community.",
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.",
42
42
},
43
43
{
44
44
question: "Are uploaded papers immediately visible on the website?",
0 commit comments