Create the FAQ page as per the Figma design. (Linked here, also see attached screenshot for reference)
- This is just a static page with hardcoded text.
- You will have to create a new
/faq route. Make sure this is a public route and not a private route.
- Follow the existing structure of the codebase. The tsx and css should go in the
pages/ folder. Keep the format of imports consistent.
- Link the FAQ button on the navbar to this page.
