Skip to content

Commit 20cdd97

Browse files
authored
chore: add faq question (#112)
1 parent 1a921d9 commit 20cdd97

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

apps/web/src/components/faq/faqData.ts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ export interface FAQ {
55

66
export const faqs: FAQ[] = [
77
{
8-
question: "What is OpenSox?",
8+
question: "What is Opensox AI?",
99
answer:
10-
"OpenSox is a platform to help developers find and contribute to open-source projects that match their skills and interests.",
10+
"OpenSox is a platform to help developers find and contribute to Open Source projects that match their skills and interests and get opportunities (Jobs/Internships/Bounties) in Open Source companies.",
1111
},
1212
{
1313
question: "How can I find a project to contribute to?",
1414
answer:
1515
"You can browse the list of projects on our main page. We provide filters to help you narrow down the projects based on language, popularity, and activity.",
1616
},
1717
{
18-
question: "Is OpenSox free to use?",
19-
answer: "Yes, OpenSox is completely free for both developers and project maintainers.",
18+
question: "Is Opensox AI free to use?",
19+
answer:
20+
"Yes, Opensox AI is free for both developers and project maintainers.",
2021
},
2122
{
2223
question: "How are projects ranked?",
@@ -33,4 +34,9 @@ export const faqs: FAQ[] = [
3334
answer:
3435
"Absolutely! We welcome feedback and feature suggestions. You can reach out to us through our contact form or GitHub repository.",
3536
},
37+
{
38+
question: "What is Opensox premium?",
39+
answer:
40+
"Opensox premium provides you human feedback + advanced tools so that you can start rocking Open Source faster. For more details, check this: opensox.ai/pricing",
41+
},
3642
];

0 commit comments

Comments
 (0)