Skip to content

Commit

Permalink
fix: Temporarily add content for FAQ section
Browse files Browse the repository at this point in the history
  • Loading branch information
chanbakjsd committed Dec 12, 2023
1 parent 6bb3c6d commit 3dba1ee
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions apps/web/features/contact/components/FaqSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
},
],
};
Expand Down

0 comments on commit 3dba1ee

Please sign in to comment.