We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's the component file location so you can start coding
This is the parent component containing each component in the Landing Page
Landing Page Component
The FAQ Component itself is this, you can start coding here
FAQ Component
Refer to this Figma
<div className='text-light_blue text-3xl font-bold'>
will give you light blue text color, font size = 3xl = 2rem according to tailwind.config.js and bolded
import {AiOutlineSearch} from 'react-icons/ai';
Then you can use it as a component and customize color + size
<div className=''> <AiOutlineSearch size={34} color='#00000'/> </div>
If the assets are not present, let me know. Or import them from Figma and place them inside the public/assets folder
public/assets
git pull
git checkout -b "landing-page-2025/faq"
npm run format
The text was updated successfully, but these errors were encountered:
johncmanuel
No branches or pull requests
File Location
Here's the component file location so you can start coding
Landing Page Component
FAQ Component
Design
Refer to this Figma
Reference
will give you light blue text color, font size = 3xl = 2rem according to tailwind.config.js and bolded
Icons
Then you can use it as a component and customize color + size
Assets
If the assets are not present, let me know. Or import them from Figma and place them inside the
public/assets
folderContributing
git pull
for latest change if there's anygit checkout -b "landing-page-2025/faq"
to create new branchnpm run format
to run formatter before commit + push your changeThe text was updated successfully, but these errors were encountered: