acmcsufoss / fullyhacks

🐘 FullyHacks hackathon event, an ACM at CSUF production.
https://fullyhacks.acmcsuf.com/
MIT License
7 stars 6 forks source link

Landing Page: FAQ Section #31

Closed anhduy1202 closed 10 months ago

anhduy1202 commented 10 months ago

File Location

Here's the component file location so you can start coding FAQ Component

Design

Refer to this Figma

Screen Shot 2023-11-27 at 7 07 24 PM

Image

The cat image is cat3.svg you can use it as image by simply:

 <img src="/cat3.svg" className=""/>

API Data

Modify this file to get new data for new faq (this data will be passed as props to FAQ Component which I've already implemented, so you only need to change this file)

/pages/api/faqs

If you have question about any FAQ, please ask me, it subject to change to not really a big deal, the UI/UX is more important

Reference

Icons