import { useEffect } from 'react' export const FAQ = () => { useEffect(() => { // ===== Faq accordion const faqs = document.querySelectorAll('.single-faq'); faqs.forEach((el) => { el.querySelector('.faq-btn').addEventListener('click', () => { el.querySelector('.icon').classList.toggle('rotate-180'); el.querySelector('.faq-content').classList.toggle('hidden'); }); }); }) return <> {/* */}
FAQ

Any Questions? Look Here

There are many variations of passages of Lorem Ipsum available but the majority have suffered alteration in some form.

Is TailGrids Well-documented?

It takes 2-3 weeks to get your first blog post ready. That includes the in-depth research & creation of your monthly content ui/ux strategy that we do writing your first blog post.

Is TailGrids Well-documented?

It takes 2-3 weeks to get your first blog post ready. That includes the in-depth research & creation of your monthly content ui/ux strategy that we do writing your first blog post.

Is TailGrids Well-documented?

It takes 2-3 weeks to get your first blog post ready. That includes the in-depth research & creation of your monthly content ui/ux strategy that we do writing your first blog post.

Is TailGrids Well-documented?

It takes 2-3 weeks to get your first blog post ready. That includes the in-depth research & creation of your monthly content ui/ux strategy that we do writing your first blog post.

{/* */} }