A centered FAQ section that lays out question-and-answer pairs in a responsive two-column grid of cards with a get-in-touch link.
import FAQs from "@/components/ui/veil-faqs-4"; export default function FAQsDemo() { return ( <div className="mx-auto w-full max-w-4xl"> <FAQs /> </div> ); }
Part of Tailark — browse the full library on 21st.dev.