FAQ
A clean and responsive FAQ component. Completly customizable. To see more UI Components/Blocks click here.
Preview
Usage
import { FAQDefault } from "@/components/blocks/faq/faq-default"
export default function Page() {
return (
<FAQDefault/>
)
}The faq-default.tsx file already comes in the EasyToLaunch repo by default.