-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Temporarily add content for FAQ section
- Loading branch information
1 parent
6bb3c6d
commit 3dba1ee
Showing
1 changed file
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,27 +6,25 @@ export const FaqSection = () => { | |
heading: "Frequently Asked Questions", | ||
qnaList: [ | ||
{ | ||
question: "What is the level required?", | ||
question: "Who should I contact for admission-related enquiries?", | ||
answer: | ||
"Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. " + | ||
"The passage is attributed to an unknown typesetter in the 15th century who is thought to have.", | ||
"The email above is for Students' Computer Science & Engineering Club. " + | ||
"For admission-related enquiries, you can contact the NTU administrative offices using the form at https://www.ntu.edu.sg/forms/enquiry-form.", | ||
}, | ||
{ | ||
question: "Level required?", | ||
answer: "Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. " + | ||
"The passage is attributed to an unknown typesetter in the 15th century who is thought to have.", | ||
question: "Who should I contact for business opportunities?", | ||
answer: "You may contact [email protected].", | ||
}, | ||
{ | ||
question: "What is the level required?", | ||
question: | ||
"Who should I contact for vulnerabilities present on this website?", | ||
answer: | ||
"Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. " + | ||
"The passage is attributed to an unknown typesetter in the 15th century who is thought to have.", | ||
"Please send an email to [email protected] with information of the vulnerability.", | ||
}, | ||
{ | ||
question: "What is the level required?", | ||
question: "Who should I contact for other questions related to the SCSE Club?", | ||
answer: | ||
"Lorem ipsum, or lipsum as it is sometimes known, is dummy text used in laying out print, graphic or web designs. " + | ||
"The passage is attributed to an unknown typesetter in the 15th century who is thought to have.", | ||
"Please send an email to [email protected]. We will try our best to forward you to the relevant person.", | ||
}, | ||
], | ||
}; | ||
|