Add FAQs page to 3box.io
Did you already summarize the faq questions (I think you made a call for FAQ items earlier this week), or is this just for building the FAQ page in general and then filling in the finalized FAQ items?
This issue is just for building the FAQs page, which will be populated with the FAQs we asked the community to input on. I still need to consolidate and finalize the question list, then write answers. Here's the FAQ question list if you have any input! https://www.notion.so/threebox/3Box-FAQs-8ff80515497b46c3a853a06962ad6875 - You should be able to add comments to the doc @kuhnchris

Do you want to provide the data in some special format? Right now I have a JSON format like this:
const FAQItems = [{ question: 'Question 1?', answer: '3Box!' },
{ question: 'What am I doing here?', answer: '3Box!' },
{ question: 'Aaaaaaaaaaaaaaa', answer: '3Box!' },
{ question: 'Bee-Movie Script?', answer: '3Box!' },
{ question: 'IPFS', answer: '3Box!' },
{ question: 'OrbitDB', answer: '3Box!' },
];